-
Type: Task
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Concurrency, Testing Infrastructure
-
Fully Compatible
Right now, all the FSM-based tests:
- fsm_all.js – runs workloads serially
- fsm_all_replication.js – runs workloads in a replicated environment
- fsm_all_simultaneous.js – starts workloads in parallel
- fsm_all_composed.js – runs workloads with state functions interspersed
- fsm_all_sharded.js – runs workloads in a sharded environment
- fsm_all_master_slave.js – runs workloads in a master-slave replicated environment
- fsm_all_sharded_replication.js – runs workloads in a sharded + replicated environment
are being run as part of the parallel* suites. Because of MCI-related resource constraints on the parallel* suite and need for better diagnosis of timeouts and crashes, we plan on moving the FSM-based tests into its own concurrency* suites.
- links to