You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2011/11/01 17:54:05 UTC

svn commit: r1196126 - /incubator/accumulo/trunk/test/system/auto/simple/gc.py

Author: vines
Date: Tue Nov  1 16:54:05 2011
New Revision: 1196126

URL: http://svn.apache.org/viewvc?rev=1196126&view=rev
Log:
fixes accumulo-108

Modified:
    incubator/accumulo/trunk/test/system/auto/simple/gc.py

Modified: incubator/accumulo/trunk/test/system/auto/simple/gc.py
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/test/system/auto/simple/gc.py?rev=1196126&r1=1196125&r2=1196126&view=diff
==============================================================================
--- incubator/accumulo/trunk/test/system/auto/simple/gc.py (original)
+++ incubator/accumulo/trunk/test/system/auto/simple/gc.py Tue Nov  1 16:54:05 2011
@@ -84,10 +84,11 @@ class GCTest(SunnyDayTest):
 class GCLotsOfCandidatesTest(TestUtilsMixin, unittest.TestCase):
 
     order = GCTest.order + 1
-    settings = {
+    settings = SunnyDayTest.settings.copy()
+    settings.update({
         'gc.cycle.start': 5,
         'gc.cycle.delay': 15
-        }
+        })
 
     def runTest(self):
         self.stop_gc(self.masterHost())