Commit 14af364e authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1532 db-benchmark-test (check-4G) now correctly expects 1048576 rows

git-svn-id: file:///svn/toku/tokudb@10016 c7de825b-a66e-492c-adef-691d508d4ae1
parent b77ecc37
......@@ -68,9 +68,9 @@ check-no-rolltmp: $(TARGET_TDB)
# Check to make sure that if we make a file that's bigger than 4GB that we can read the file back out and get all the rows.
check-4G: $(TARGET_TDB) $(SCANSCAN_TDB)
./$(TARGET_TDB) -q --env 4g.dir --norandom --compressibility 1 --valsize 10000 1
./$(TARGET_TDB) --env 4g.dir --norandom --compressibility 1 --valsize 10000 1
./$(SCANSCAN_TDB) --env 4g.dir --lwc --prelock --prelockflag --nox > 4g.out
fgrep "(5242880 rows)" 4g.out
fgrep "(1048576 rows)" 4g.out
clean:
rm -f $(TARGETS)
......
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