Commit 088b1329 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

test1324 should not run under bdb. Addresses #1324.

git-svn-id: file:///svn/toku/tokudb@9101 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6a6d66ca
...@@ -42,6 +42,7 @@ BDB_DONTRUN_TESTS = \ ...@@ -42,6 +42,7 @@ BDB_DONTRUN_TESTS = \
keyrange-dupsort-unflat \ keyrange-dupsort-unflat \
manyfiles \ manyfiles \
test938c \ test938c \
test1324 \
helgrind1 \ helgrind1 \
helgrind2 \ helgrind2 \
helgrind3 \ helgrind3 \
......
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
#include <db.h> #include <db.h>
#include <fcntl.h> #include <fcntl.h>
#ifndef USE_TDB
#error This test only works for TokuDB.
#endif
void mkfile (const char *fname) { void mkfile (const char *fname) {
int fd = creat(fname, O_WRONLY); int fd = creat(fname, O_WRONLY);
if (fd<0) perror("opening"); if (fd<0) perror("opening");
......
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