summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_compress02.py
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-08-10 15:16:08 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-10 05:40:43 +0000
commit13397fb0bf9aa9aca4e8fe6b736cc458bba1d494 (patch)
treebd6cfb32acfd590821f7c7d38739ca454f0e6687 /src/third_party/wiredtiger/test/suite/test_compress02.py
parent2cc4cf27e7fa3fb7a158f05f8ae1b9beab742515 (diff)
downloadmongo-13397fb0bf9aa9aca4e8fe6b736cc458bba1d494.tar.gz
Import wiredtiger: ffebd365d6c3c18422437bcae51d8a26a17772a0 from branch mongodb-5.0
ref: 8b35a8d923..ffebd365d6 for: 5.0.3 WT-6755 Documentation: populate developer glossary WT-6905 Write row-store and column-store subpage for Architecture Guide WT-6910 Write "history store" subpage for Architecture Guide WT-7007 Backup architecture guide page WT-7198 Fix test_backup15 failure with backup mismatch WT-7352 Fix test_hs01 conflict between concurrent operations in cursor modify WT-7521 Remove excess ckplist invalidations WT-7592 Remove log_flush("sync=background") support WT-7599 Update the CONFIG file based on the release that is about to run for compatibility tests WT-7673 Investigate and fix manydbs test failure on Windows WT-7830 Migrate the python setup scripts to use cmake WT-7838 Ability for ordered timestamp assertion to do more than a log message WT-7842 Remove explicit ulimit -n call in many-collection-test WT-7860 Improve code coverage reporting WT-7876 Update rollback to stable test to use correct boolean values and update statistic checking logic WT-7893 Remove ignored message from wiredtiger_open in test_encrypt08 WT-7895 Fix arch-data-file.dox documentation build failure WT-7897 Enable verbose logging for test_backup15 to aid debugging WT-7898 Upload many-coll-test artifacts WT-7900 Fix insertion of new records in test format for column-store WT-7901 test suite cleanup WT-7908 Make variable-length column store work again with the static tests WT-7935 Add arm64 implementation of rdtsc equivalent instruction WT-7937 Fix s_docs to use sh, not bash syntax WT-7938 Fix rollback-to-stable memory leak on error
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_compress02.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_compress02.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_compress02.py b/src/third_party/wiredtiger/test/suite/test_compress02.py
index a88b8f54304..e2ce0dd3a33 100644
--- a/src/third_party/wiredtiger/test/suite/test_compress02.py
+++ b/src/third_party/wiredtiger/test/suite/test_compress02.py
@@ -39,11 +39,7 @@ from wiredtiger import stat
# we are using zstd as the block compressor. Tables created before reconfiguration
# will still use the previous compression level.
#
-
-def timestamp_str(t):
- return '%x' % t
class test_compress02(wttest.WiredTigerTestCase):
-
# Create a table.
uri = "table:test_compress02"
nrows = 1000