Skip to content

Commit

Permalink
Temporarily disable multi_cf_iter in stress test (facebook#12728)
Browse files Browse the repository at this point in the history
Summary:
We plan to re-enable the test after fixing the test.

Pull Request resolved: facebook#12728

Test Plan: N/A. Disabling the test

Reviewed By: hx235

Differential Revision: D58071284

Pulled By: jaykorean

fbshipit-source-id: af6b45ec7654f9c7b40c36d3b59c7087e27a7af9
  • Loading branch information
jaykorean authored and facebook-github-bot committed Jun 3, 2024
1 parent 023a808 commit b7fc9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/db_crashtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
# use_put_entity_one_in has to be the same across invocations for verification to work, hence no lambda
"use_put_entity_one_in": random.choice([0] * 7 + [1, 5, 10]),
"use_attribute_group": lambda: random.randint(0, 1),
"use_multi_cf_iterator": lambda: random.randint(0, 1),
"use_multi_cf_iterator": 0, # TODO(jaykorean) - re-enable this after fixing the test
# 999 -> use Bloom API
"bloom_before_level": lambda: random.choice([random.randint(-1, 2), random.randint(-1, 10), 0x7fffffff - 1, 0x7fffffff]),
"value_size_mult": 32,
Expand Down

0 comments on commit b7fc9ad

Please sign in to comment.