remove more dev null is web scale options in the binding testers

This commit is contained in:
Evan Tschannen 2018-04-27 12:22:38 -07:00
parent d67b0e7d54
commit d2a684363b
3 changed files with 0 additions and 3 deletions

View File

@ -761,7 +761,6 @@ func (sm *StackMachine) processInst(idx int, inst tuple.Tuple) {
tr.Options().SetReadAheadDisable()
tr.Options().SetReadSystemKeys()
tr.Options().SetAccessSystemKeys()
tr.Options().SetDurabilityDevNullIsWebScale()
tr.Options().SetTimeout(60 * 1000)
tr.Options().SetRetryLimit(50)
tr.Options().SetMaxRetryDelay(100)

View File

@ -459,7 +459,6 @@ public class AsyncStackTester {
tr.options().setReadAheadDisable();
tr.options().setReadSystemKeys();
tr.options().setAccessSystemKeys();
tr.options().setDurabilityDevNullIsWebScale();
tr.options().setTimeout(60*1000);
tr.options().setRetryLimit(50);
tr.options().setMaxRetryDelay(100);

View File

@ -408,7 +408,6 @@ public class StackTester {
tr.options().setReadAheadDisable();
tr.options().setReadSystemKeys();
tr.options().setAccessSystemKeys();
tr.options().setDurabilityDevNullIsWebScale();
tr.options().setTimeout(60*1000);
tr.options().setRetryLimit(50);
tr.options().setMaxRetryDelay(100);