Commit 33a546cf authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4154], fix test bug on main

git-svn-id: file:///svn/toku/tokudb@37185 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4a16f84d
......@@ -234,7 +234,7 @@ static int UU() loader_op(DB_ENV *env, DB** UU(dbp), DB_TXN* txn, ARG UU(arg)) {
for (int i = 0; i < 1000; i++) {
DBT key, val;
int rand_key = random();
int rand_key = i;
int rand_val = random();
dbt_init(&key, &rand_key, sizeof(rand_key));
dbt_init(&val, &rand_val, sizeof(rand_val));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment