Skip to content

Commit

Permalink
TestKeyDuplicateSkipListPrallelTxnStrideInteger passed (parallel, inc…
Browse files Browse the repository at this point in the history
…ludes range scan).
  • Loading branch information
ryogrid committed Sep 1, 2024
1 parent e42cba4 commit cb81b08
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,10 @@ func InnerTestParallelTxnsQueryingIndexUsedColumns[T int32 | float32 | string](t
}
common.ShPrintf(common.DEBUGGING, "ii=%d\n", ii)

//// get 0-7
//opType := rand.Intn(8)
//get 0-6
opType := rand.Intn(7)
// get 0-7
opType := rand.Intn(8)
////get 0-6
//opType := rand.Intn(7)

switch opType {
case 0: // Update two account balance (move money)
Expand Down

0 comments on commit cb81b08

Please sign in to comment.