diff options
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs16.py')
-rw-r--r-- | src/third_party/wiredtiger/test/suite/test_hs16.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs16.py b/src/third_party/wiredtiger/test/suite/test_hs16.py index edfa207a57d..d4d2e5006cd 100644 --- a/src/third_party/wiredtiger/test/suite/test_hs16.py +++ b/src/third_party/wiredtiger/test/suite/test_hs16.py @@ -47,7 +47,7 @@ class test_hs16(wttest.WiredTigerTestCase): def test_hs16(self): uri = 'table:test_hs16' - create_params = 'key_format={}, value_format={}'.format(self.key_format, self.value_format) + create_params = 'key_format={}, value_format={},write_timestamp_usage=mixed_mode'.format(self.key_format, self.value_format) self.session.create(uri, create_params) cursor = self.session.open_cursor(uri) |