From 270e293d1df84f6e59aef78d8ac8ba7a9139bc57 Mon Sep 17 00:00:00 2001 From: Peter Samuelson Date: Sat, 9 Jun 2012 22:46:11 +0000 Subject: Update patch annotations a bit. --- debian/patches/ruby-test-svnserve-race | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'debian/patches/ruby-test-svnserve-race') 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 -## -## 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 @@ -- cgit v1.2.3