[pypy-commit] stmgc c7-more-segments: Fix

arigo noreply at buildbot.pypy.org
Sun Mar 16 12:25:18 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: c7-more-segments
Changeset: r1041:e37e0bb66492
Date: 2014-03-16 12:24 +0100
http://bitbucket.org/pypy/stmgc/changeset/e37e0bb66492/

Log:	Fix

diff --git a/c7/test/test_random.py b/c7/test/test_random.py
--- a/c7/test/test_random.py
+++ b/c7/test/test_random.py
@@ -294,6 +294,8 @@
             if confl_set:
                 contention_management(trs, other_trs,
                                       objs_in_conflict=confl_set)
+                if trs.check_must_abort():
+                    break
 
         if trs.check_must_abort():
             self.ex.do('# write-read conflict: %s' %


More information about the pypy-commit mailing list