mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
removed binding tester references to dev_null_is_web_scale
This commit is contained in:
parent
e8378115e0
commit
d67b0e7d54
1
bindings/python/tests/tester.py
Executable file → Normal file
1
bindings/python/tests/tester.py
Executable file → Normal file
@ -132,7 +132,6 @@ def test_options(tr):
|
||||
tr.options.set_read_ahead_disable()
|
||||
tr.options.set_read_system_keys()
|
||||
tr.options.set_access_system_keys()
|
||||
tr.options.set_durability_dev_null_is_web_scale()
|
||||
tr.options.set_timeout(60 * 1000)
|
||||
tr.options.set_retry_limit(50)
|
||||
tr.options.set_max_retry_delay(100)
|
||||
|
1
bindings/ruby/tests/tester.rb
Executable file → Normal file
1
bindings/ruby/tests/tester.rb
Executable file → Normal file
@ -439,7 +439,6 @@ class Tester
|
||||
tr.options.set_read_ahead_disable
|
||||
tr.options.set_read_system_keys
|
||||
tr.options.set_access_system_keys
|
||||
tr.options.set_durability_dev_null_is_web_scale
|
||||
tr.options.set_timeout(60*1000)
|
||||
tr.options.set_retry_limit(50)
|
||||
tr.options.set_max_retry_delay(100)
|
||||
|
Loading…
x
Reference in New Issue
Block a user