From 0898fae85b63d0fc41d8b4bfa903bbdcb123b4f5 Mon Sep 17 00:00:00 2001 From: Yoni Fogel Date: Tue, 16 Apr 2013 23:57:43 -0400 Subject: [PATCH] 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 --- db-benchmark-test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db-benchmark-test/Makefile b/db-benchmark-test/Makefile index 90d4287721d..9eb5cd95e1f 100644 --- a/db-benchmark-test/Makefile +++ b/db-benchmark-test/Makefile @@ -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)