-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
Currently for some FSM tests we explicitly have conditional execution within the test for specific threads. We do this by checking the thread ID and only run the step for a TID: 0 or something. Other threads are wasting their iteration in these functions.
It would be cleaner if the FSM tests could define per thread states.