-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Test CPPsuite
-
Storage Engines
-
3
-
StorEng - Defined Pipeline
Summary
Currently, we have checks that make sure we can divide the number of collections per the number of threads so each thread can work on the same number of collections. These checks look like this:
testutil_assert(collection_count % tc->thread_count == 0);
They are present in the insert_operation (default and user-defined in some tests) as well as in the default populate function. There might be more when this ticket is taken.
It is too restrictive, we could associate more or less collection to a thread without failing.
Motivation
- Is this issue urgent?
Nothing urgent, just convenient.
Acceptance Criteria (Definition of Done)