Author: ecn
Date: Tue Jan 8 17:56:30 2013
New Revision: 1430411
URL: http://svn.apache.org/viewvc?rev=1430411&view=rev
Log:
ACCUMULO-945 tweak tight size for gc-under-memory-pressure test
Modified:
accumulo/trunk/test/system/auto/simple/gc.py
Modified: accumulo/trunk/test/system/auto/simple/gc.py
URL:
http://svn.apache.org/viewvc/accumulo/trunk/test/system/auto/simple/gc.py?rev=1430411&r1=1430410&r2=1430411&view=diff
==============================================================================
--- accumulo/trunk/test/system/auto/simple/gc.py (original)
+++ accumulo/trunk/test/system/auto/simple/gc.py Tue Jan 8 17:56:30 2013
@@ -86,8 +86,8 @@ class GCLotsOfCandidatesTest(TestUtilsMi
order = GCTest.order + 1
settings = SunnyDayTest.settings.copy()
settings.update({
- 'gc.cycle.start': 5,
- 'gc.cycle.delay': 15
+ 'gc.cycle.start': 1,
+ 'gc.cycle.delay': 1
})
def runTest(self):
@@ -102,8 +102,8 @@ class GCLotsOfCandidatesTest(TestUtilsMi
log.info("Running GC with low memory allotment")
gc = self.runOn('localhost',
- ['bash', '-c', 'ACCUMULO_GC_OPTS="-Xmx7m " ' +
self.accumulo_sh() + ' gc'])
- self.sleep(20)
+ ['bash', '-c', 'ACCUMULO_GC_OPTS="-Xmx15m " ' +
self.accumulo_sh() + ' gc'])
+ self.sleep(10)
self.pkill('localhost', 'app=gc', signal.SIGHUP)
self.wait(gc)