summaryrefslogtreecommitdiff
path: root/debian/patches/ruby-test-svnserve-race
diff options
context:
space:
mode:
authorPeter Samuelson <peter@p12n.org>2012-06-09 22:46:11 +0000
committerPeter Samuelson <peter@p12n.org>2012-06-09 22:46:11 +0000
commit270e293d1df84f6e59aef78d8ac8ba7a9139bc57 (patch)
treeea12b585dfae6009c1b02c865a4b4b92e9e24bf4 /debian/patches/ruby-test-svnserve-race
parent2d8c8aa10ce267bbb02fe8fb053ee1f419b1553e (diff)
Update patch annotations a bit.
Diffstat (limited to 'debian/patches/ruby-test-svnserve-race')
-rw-r--r--debian/patches/ruby-test-svnserve-race18
1 files changed, 6 insertions, 12 deletions
diff --git a/debian/patches/ruby-test-svnserve-race b/debian/patches/ruby-test-svnserve-race
index 6e5b6c7..1664898 100644
--- a/debian/patches/ruby-test-svnserve-race
+++ b/debian/patches/ruby-test-svnserve-race
@@ -1,16 +1,10 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-##
-## ruby-test-svnserve-race by <peter@p12n.org>
-##
-## DP: Hack to try to avoid the race in the ruby testsuite harness between
-## DP: starting up a svnserve process and trying to connect to it. If the
-## DP: client tries to connect too soon, before svnserve has initialised
-## DP: itself, the test in progress gets a 'connection refused' and fails.
-## DP:
-## DP: This race causes random test failures on slow platforms - observed on
-## DP: an arm with 32 MB of RAM, and m68k buildds of unknown specs.
+Bug #378837: Ruby testsuite: wait for svnserve to start before
+connecting to it. This mainly affects very slow machines - observed
+on various arm and m68k builds.
+
+Thanks to Roman Zippel, Kobayashi Noritada, Wouter Verhelst and Martin
+Michlmayr.
-@DPATCH@
--- a/subversion/bindings/swig/ruby/test/util.rb
+++ b/subversion/bindings/swig/ruby/test/util.rb
@@ -19,6 +19,7 @@