summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/checkpoint/test_checkpoint.h')
-rw-r--r--src/third_party/wiredtiger/test/checkpoint/test_checkpoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.h b/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.h
index 1c3e0531619..ccab3cdf4c2 100644
--- a/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.h
+++ b/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.h
@@ -55,6 +55,7 @@ typedef struct {
} COOKIE;
typedef struct {
+ TEST_OPTS opts; /* Shared test options */
char *home; /* Home directory */
const char *checkpoint_name; /* Checkpoint name */
WT_CONNECTION *conn; /* WiredTiger connection */
@@ -65,7 +66,6 @@ typedef struct {
int ntables; /* Number tables configured */
int ntables_created; /* Number tables opened */
int nworkers; /* Number workers configured */
- volatile int running; /* Whether to stop */
int status; /* Exit status */
bool checkpoint_slow_timing_stress; /* Checkpoint slow timing stress */
@@ -82,7 +82,6 @@ typedef struct {
bool prepare; /* Use prepare transactions */
bool race_timestamps; /* Async update to oldest timestamp */
- bool tiered; /* Use tiered storage. Start flush thread */
bool use_timestamps; /* Use txn timestamps. Start clock thread */
COOKIE *cookies; /* Per-thread info */
@@ -99,6 +98,7 @@ void end_threads(void);
uint8_t flcs_encode(const char *);
uint8_t flcs_modify(WT_MODIFY *, int, uint8_t);
int log_print_err_worker(const char *, int, const char *, int, int);
+void set_flush_tier_delay(WT_RAND_STATE *);
void start_threads(void);
int start_workers(void);
const char *type_to_string(table_type);