summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/test_harness/api_const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/test_harness/api_const.h')
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/test_harness/api_const.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/test_harness/api_const.h b/src/third_party/wiredtiger/test/cppsuite/test_harness/api_const.h
index 61f61c9a838..0ada02bdde3 100644
--- a/src/third_party/wiredtiger/test/cppsuite/test_harness/api_const.h
+++ b/src/third_party/wiredtiger/test/cppsuite/test_harness/api_const.h
@@ -36,17 +36,25 @@ namespace test_harness {
static const char *CACHE_SIZE_MB = "cache_size_mb";
static const char *COLLECTION_COUNT = "collection_count";
static const char *DURATION_SECONDS = "duration_seconds";
-static const char *ENABLE_TRACKING = "enable_tracking";
static const char *ENABLED = "enabled";
+static const char *ENABLE_TIMESTAMP = "enable_timestamp";
+static const char *ENABLE_TRACKING = "enable_tracking";
static const char *KEY_COUNT = "key_count";
static const char *LIMIT = "limit";
+static const char *MAX_OPERATION_PER_TRANSACTION = "max_operation_per_transaction";
+static const char *MIN_OPERATION_PER_TRANSACTION = "min_operation_per_transaction";
+static const char *OLDEST_LAG = "oldest_lag";
static const char *RATE_PER_SECOND = "rate_per_second";
static const char *READ_THREADS = "read_threads";
+static const char *STABLE_LAG = "stable_lag";
static const char *STAT_CACHE_SIZE = "stat_cache_size";
static const char *VALUE_SIZE = "value_size";
/* WiredTiger API consts. */
+static const char *COMMIT_TS = "commit_timestamp";
static const char *CONNECTION_CREATE = "create";
+static const char *OLDEST_TS = "oldest_timestamp";
+static const char *STABLE_TS = "stable_timestamp";
/* Test harness consts. */
static const char *TABLE_OPERATION_TRACKING = "table:operation_tracking";