-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
The current crud and retryable writes spec tests have one operation per test, and also define one outcome per test on the top level. The retryable reads tests on the other hand have multiple operations per test and define outcomes per operation.
Since the operations themselves are the same across all tests, we can use the same runner if it is extended to support multiple operations per test.
- links to