summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/tests/poc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/tests/poc.cxx')
-rwxr-xr-xsrc/third_party/wiredtiger/test/cppsuite/tests/poc.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/tests/poc.cxx b/src/third_party/wiredtiger/test/cppsuite/tests/poc.cxx
index 2d8cc319565..cf25e5e9a93 100755
--- a/src/third_party/wiredtiger/test/cppsuite/tests/poc.cxx
+++ b/src/third_party/wiredtiger/test/cppsuite/tests/poc.cxx
@@ -48,9 +48,10 @@ class poc_test : public test_harness::test {
const std::string poc_test::test::name = "poc_test";
const std::string poc_test::test::default_config =
- "collection_count=2,key_count=5,value_size=10,"
- "read_threads=1,duration_seconds=10,cache_size_mb=1000,"
- "stat_cache_size=(enabled=true,limit=100),rate_per_second=10,enable_tracking=true";
+ "collection_count=2,key_count=5,value_size=10,read_threads=1,duration_seconds=10,"
+ "cache_size_mb=1000,stat_cache_size=(enabled=true,limit=100),rate_per_second=10,"
+ "enable_tracking=true,enable_timestamp=true,oldest_lag=1,stable_lag=1,"
+ "min_operation_per_transaction=1,max_operation_per_transaction=1";
int
main(int argc, char *argv[])