diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2014-04-15 11:41:34 +1000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2014-04-15 11:41:34 +1000 |
commit | 821569bbc534c5a0c39404668bae7457897b6ca0 (patch) | |
tree | 497018a2b2bfc0a7b2d5ccb7adbce5d241406820 /test/checkpoint/test_checkpoint.h | |
parent | c04ec45346cf9172871df244f16d901ea167783b (diff) | |
download | mongo-821569bbc534c5a0c39404668bae7457897b6ca0.tar.gz |
Checkpointer test getting closer.
This test is designed to transactionally update multiple tables with
identical values. While in parallel executing checkpoints and verifying
that all tables in a checkpoint have identical content.
Supports row, column and LSM table types. Can either select multiple
of the same table type, or a mixture of table types.
Diffstat (limited to 'test/checkpoint/test_checkpoint.h')
-rw-r--r-- | test/checkpoint/test_checkpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/checkpoint/test_checkpoint.h b/test/checkpoint/test_checkpoint.h index 5d7e1f13905..9f917084384 100644 --- a/test/checkpoint/test_checkpoint.h +++ b/test/checkpoint/test_checkpoint.h @@ -80,3 +80,4 @@ void end_checkpoints(void); void load(void); void start_checkpoints(void); int start_workers(table_type); +const char *type_to_string(table_type); |