-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
In Antithesis BF BF-32624, we seem to hit a condition to run hang analyzer, but I don't see outputs of the hang analyzer like coredumps.
[fsm_workload_test:drop_index_during_lookup:CheckShardFilteringMetadata] assert.soon failed (timeout 600000ms), msg : Awaiting secondaries The hang analyzer is automatically called in assert.soon functions. If you are *expecting* assert.soon to possibly fail, call assert.soon with {runHangAnalyzer: false} as the fifth argument (you can fill unused arguments with `undefined`). Running hang analyzer from assert.soon.
I'm filing this ticket to investigate whether we are running hang analyzer in Antithesis suites. If so, are we not collecting the outputs?
The goal of this ticket is to have hang analyzer output in Antithesis suites.