mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
remove more dev null is web scale options in the binding testers
This commit is contained in:
parent
d67b0e7d54
commit
d2a684363b
@ -761,7 +761,6 @@ func (sm *StackMachine) processInst(idx int, inst tuple.Tuple) {
|
|||||||
tr.Options().SetReadAheadDisable()
|
tr.Options().SetReadAheadDisable()
|
||||||
tr.Options().SetReadSystemKeys()
|
tr.Options().SetReadSystemKeys()
|
||||||
tr.Options().SetAccessSystemKeys()
|
tr.Options().SetAccessSystemKeys()
|
||||||
tr.Options().SetDurabilityDevNullIsWebScale()
|
|
||||||
tr.Options().SetTimeout(60 * 1000)
|
tr.Options().SetTimeout(60 * 1000)
|
||||||
tr.Options().SetRetryLimit(50)
|
tr.Options().SetRetryLimit(50)
|
||||||
tr.Options().SetMaxRetryDelay(100)
|
tr.Options().SetMaxRetryDelay(100)
|
||||||
|
@ -459,7 +459,6 @@ public class AsyncStackTester {
|
|||||||
tr.options().setReadAheadDisable();
|
tr.options().setReadAheadDisable();
|
||||||
tr.options().setReadSystemKeys();
|
tr.options().setReadSystemKeys();
|
||||||
tr.options().setAccessSystemKeys();
|
tr.options().setAccessSystemKeys();
|
||||||
tr.options().setDurabilityDevNullIsWebScale();
|
|
||||||
tr.options().setTimeout(60*1000);
|
tr.options().setTimeout(60*1000);
|
||||||
tr.options().setRetryLimit(50);
|
tr.options().setRetryLimit(50);
|
||||||
tr.options().setMaxRetryDelay(100);
|
tr.options().setMaxRetryDelay(100);
|
||||||
|
@ -408,7 +408,6 @@ public class StackTester {
|
|||||||
tr.options().setReadAheadDisable();
|
tr.options().setReadAheadDisable();
|
||||||
tr.options().setReadSystemKeys();
|
tr.options().setReadSystemKeys();
|
||||||
tr.options().setAccessSystemKeys();
|
tr.options().setAccessSystemKeys();
|
||||||
tr.options().setDurabilityDevNullIsWebScale();
|
|
||||||
tr.options().setTimeout(60*1000);
|
tr.options().setTimeout(60*1000);
|
||||||
tr.options().setRetryLimit(50);
|
tr.options().setRetryLimit(50);
|
||||||
tr.options().setMaxRetryDelay(100);
|
tr.options().setMaxRetryDelay(100);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user