Open
Description
What problem does this solve or what need does it fill?
To ensure maximum performance, we should be able to test that at least two (if not N) different systems will not block each other during execution (ignoring any explicit labeling or ordering).
What solution would you like?
A testing utility that, given two or more systems, returns false if all of them cannot run in parallel. This would allow using assert tests to ensure that said tests are broken if the systems would serialize execution in any way.
What alternative(s) have you considered?
Blindly rely on the executor to properly handle parallelization.
Additional context
A lot of optimizations that rely on splitting large monolithic systems into smaller disjoint ones that can run in parallel cannot be easily enforced via unit tests right now.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Needs Implementation