summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-02-13 00:50:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-02-13 00:50:09 -0400
commitc319a336a3829b2f613a86725603c4b2e8837476 (patch)
tree6a3fc15c4f5a1f2bea8c2656279dbd23b7eaee15 /debian
parent9806af73686259bf400222df1636cf3987b1ff76 (diff)
Fix test suite to reap zombies.
I had not taken into account that the code was written to run git and leave zombies, for performance/laziness reasons, when I wrote the test suite. So rather than the typical 1 zombie process that git-annex develops, test developed dozens. Caused problems on system with low process limits. Added a reap function to GitRepo, that waits for any zombie child processes.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 11a745f00..9fc2e559a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-annex (0.22) UNRELEASED; urgency=low
+
+ * Fix test suite to reap zombies.
+
+ -- Joey Hess <joeyh@debian.org> Sun, 13 Feb 2011 00:48:02 -0400
+
git-annex (0.21) unstable; urgency=low
* test: Don't rely on chmod -R working.