Skip to content

Commit a10a50b

Browse files
committed
Disable a couple of cereggii scenarios that give repeated hits.
1 parent 9ec482f commit a10a50b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fusil/python/samples/cereggii/tricky_atomicint_scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def worker():
219219

220220
# --- Part 3: Aggregate and Export ---
221221
atomicint_scenarios = {
222-
"scenario_numeric_hell": scenario_numeric_hell,
222+
# "scenario_numeric_hell": scenario_numeric_hell,
223223
"scenario_callback_hell": scenario_callback_hell,
224224
}
225225

fusil/python/samples/cereggii/tricky_concurrency_hell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def chaos_worker():
251251
"dogpile_on_atomicdict_key": dogpile_on_atomicdict_key,
252252
"migration_storm": migration_storm,
253253
"thread_churn_test": thread_churn_test,
254-
"fast_iter_vs_mutation_race": fast_iter_vs_mutation_race,
254+
# "fast_iter_vs_mutation_race": fast_iter_vs_mutation_race,
255255
}
256256

257257
# Add configurable versions for the fuzzer to pick from

0 commit comments

Comments
 (0)