Add two new targets to determinator (#9753)

Summary:
Test plan
```
build_tools/rocksdb-lego-determinator stress_crash_with_multiops_wc_txn
build_tools/rocksdb-lego-determinator stress_crash_with_multiops_wp_txn
```

Spot check the printed job spec.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9753

Reviewed By: jay-zhuang

Differential Revision: D35117116

Pulled By: riversand963

fbshipit-source-id: a7ed82e8cb9bc2fd13f4f00291c6a39457415fb0
main
Yanqin Jin 2 years ago committed by Facebook GitHub Bot
parent 18463f8c00
commit 862304a1fc
  1. 6
      build_tools/rocksdb-lego-determinator

@ -1330,6 +1330,12 @@ case $1 in
stress_crash_with_ts)
echo $STRESS_CRASH_TEST_WITH_TS_COMMANDS
;;
stress_crash_with_multiops_wc_txn)
echo $STRESS_CRASH_TEST_WITH_MULTIOPS_WC_TXN_COMMANDS
;;
stress_crash_with_multiops_wp_txn)
echo $STRESS_CRASH_TEST_WITH_MULTIOPS_WP_TXN_COMMANDS
;;
write_stress)
echo $WRITE_STRESS_COMMANDS
;;

Loading…
Cancel
Save