Commit 113330f5 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Rename the files so that the various tests can run concurrently

git-svn-id: file:///svn/tokudb@190 c7de825b-a66e-492c-adef-691d508d4ae1
parent c83ffcfc
...@@ -191,7 +191,7 @@ void test_nested_pin (void) { ...@@ -191,7 +191,7 @@ void test_nested_pin (void) {
int i0, i1; int i0, i1;
int r; int r;
void *vv; void *vv;
char fname[] = "test.dat"; char fname[] = "test_ct.dat";
r = create_cachetable(&t, 1); r = create_cachetable(&t, 1);
assert(r==0); assert(r==0);
unlink(fname); unlink(fname);
...@@ -242,9 +242,9 @@ int add222_fetch (CACHEFILE cf __attribute__((__unused__)), CACHEKEY key, void * ...@@ -242,9 +242,9 @@ int add222_fetch (CACHEFILE cf __attribute__((__unused__)), CACHEKEY key, void *
void test_multi_filehandles (void) { void test_multi_filehandles (void) {
CACHETABLE t; CACHETABLE t;
CACHEFILE f1,f2,f3; CACHEFILE f1,f2,f3;
char fname1[]="test.dat"; char fname1[]="test_ct.dat";
char fname2[]="test2.dat"; char fname2[]="test2_ct.dat";
char fname3[]="test3.dat"; char fname3[]="test3_ct.dat";
int r; int r;
void *v; void *v;
unlink(fname1); unlink(fname1);
......
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