-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
v3.4
-
TIG 2017-05-08
-
0
The jepsen_xx tasks set the ${hang_analyzer_processes} expansion to "java", causing hang_analyzer.py not to attach to any mongod processes. This makes it difficult to debug failures where running MongoDB's Jepsen tests induces a hang/deadlock in mongod itself.
- <<: *run_jepsen_template name: jepsen_findAndModify_WT commands: - func: "do setup" - func: "do jepsen setup" - func: "run jepsen test" vars: <<: *jepsen_config_vars hang_analyzer_processes: "java" jepsen_read_with_find_and_modify: --read-with-find-and-modify jepsen_storage_engine: --storage-engine wiredTiger
- is related to
-
SERVER-28461 Run Jepsen's "set" test in Evergreen
- Closed