Specify maxVersion meaning
This commit is contained in:
@@ -530,6 +530,7 @@ template <class ConflictSetImpl> struct TestDriver {
|
||||
{
|
||||
int numPointReads = arbitrary.bounded(100);
|
||||
int numRangeReads = arbitrary.bounded(100);
|
||||
numRangeReads = 0;
|
||||
int64_t v = std::max<int64_t>(writeVersion - arbitrary.bounded(10), 0);
|
||||
auto *reads =
|
||||
new (arena) ConflictSet::ReadRange[numPointReads + numRangeReads];
|
||||
|
Reference in New Issue
Block a user