-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Sharding, Testing Infrastructure
-
None
-
Fully Compatible
-
Sharding 2020-11-16
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
index_commands_shard_targeting.js is running index related command in a separate thread and in parallel waiting for a log line to eventually appear on shard0.
There is no need to run these steps in parallel, in fact we can run the command, assert that it will fail and then search in the log lines of shard0, all in an old-fashion sequential approach