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

Make the upgrade tests work again. Refs #3037. [t:3037]

git-svn-id: file:///svn/toku/tokudb@25552 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5a9bd1d1
/* -*- mode: C; c-basic-offset: 4 -*- */
#ident "Copyright (c) 2010 Tokutek Inc. All rights reserved."
#ident "$Id: loader-stress-test.c 20470 2010-05-20 18:30:04Z bkuszmaul $"
#ident "$Id$"
#define kv_pair_funcs 1 // pull in kv_pair generators from test.h
......@@ -24,7 +24,7 @@ int SRC_VERSION = 4;
int littlenode = 0;
int flat = 0;
#define OLDDATADIR "ls ../../../../tokudb.data/"
#define OLDDATADIR "../../../../tokudb.data/"
char *env_dir = ENVDIR; // the default env_dir.
char *db_v5_dir = "dir.preload-db.c.tdb";
......
/* -*- mode: C; c-basic-offset: 4 -*- */
#ident "Copyright (c) 2010 Tokutek Inc. All rights reserved."
#ident "$Id: loader-stress-test.c 20470 2010-05-20 18:30:04Z bkuszmaul $"
#ident "$Id$"
#include "test.h"
#include "toku_pthread.h"
......@@ -22,7 +22,7 @@ int CHECK_RESULTS=0;
int SRC_VERSION = 4;
int littlenode = 0;
#define OLDDATADIR "ls ../../../../tokudb.data/"
#define OLDDATADIR "../../../../tokudb.data/"
char *env_dir = ENVDIR; // the default env_dir.
char *db_v5_dir = "dir.preload-db.c.tdb";
......
/* -*- mode: C; c-basic-offset: 4 -*- */
#ident "Copyright (c) 2010 Tokutek Inc. All rights reserved."
#ident "$Id: loader-stress-test.c 20470 2010-05-20 18:30:04Z bkuszmaul $"
#ident "$Id$"
#include "test.h"
#include "toku_pthread.h"
......@@ -22,7 +22,7 @@ int CHECK_RESULTS=0;
int SRC_VERSION = 4;
int littlenode = 0;
#define OLDDATADIR "ls ../../../../tokudb.data/"
#define OLDDATADIR "../../../../tokudb.data/"
char *env_dir = ENVDIR; // the default env_dir.
char *db_v5_dir = "dir.preload-db.c.tdb";
......
/* -*- mode: C; c-basic-offset: 4 -*- */
#ident "Copyright (c) 2010 Tokutek Inc. All rights reserved."
#ident "$Id: loader-stress-test.c 20470 2010-05-20 18:30:04Z bkuszmaul $"
#ident "$Id$"
#include "test.h"
#include "toku_pthread.h"
......@@ -22,7 +22,7 @@ int CHECK_RESULTS=0;
int SRC_VERSION = 4;
int littlenode = 0;
#define OLDDATADIR "ls ../../../../tokudb.data/"
#define OLDDATADIR "../../../../tokudb.data/"
char *env_dir = ENVDIR; // the default env_dir.
char *db_v5_dir = "dir.preload-db.c.tdb";
......
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