We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OptimisticInsertTest
1 parent a998ffa commit 247d841Copy full SHA for 247d841
test/storage/b_plus_tree_insert_test.cpp
@@ -74,7 +74,7 @@ TEST(BPlusTreeTests, DISABLED_OptimisticInsertTest) {
74
for (size_t i = 0; i < num_keys; i++) {
75
int64_t value = i & 0xFFFFFFFF;
76
rid.Set(static_cast<int32_t>(i >> 32), value);
77
- index_key.SetFromInteger(i);
+ index_key.SetFromInteger(2 * i);
78
tree.Insert(index_key, rid);
79
}
80
0 commit comments