summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_compress01.py
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2016-02-24 11:31:55 -0500
committerRamon Fernandez <ramon@mongodb.com>2016-02-24 11:32:02 -0500
commitf77630a9e971cae1f921292ea31d9d40a4b096b8 (patch)
tree5c14f42716ba59ff352413f6888ad099e7568294 /src/third_party/wiredtiger/test/suite/test_compress01.py
parent68f07ff3cc8b7bcbd37bf298d28156ad77adaa32 (diff)
downloadmongo-f77630a9e971cae1f921292ea31d9d40a4b096b8.tar.gz
Import wiredtiger-wiredtiger-2.7.0-650-g5cdd3e3.tar.gz from wiredtiger branch mongodb-3.2
ref: 07966a4..5cdd3e3 SERVER-22437 Coverity analysis defect 77704: Redundant test SERVER-22438 Coverity analysis defect 77705: Dereference before null check SERVER-22676 WiredTiger fails to open databases created by 3.0.0 or 3.0.1 WT-2130 Improve on-disk page utlilization with random workloads WT-2215 WT_LSN needs to support atomic reads and updates WT-2295 WT_SESSION.create does a full-scan of the main table WT-2352 Allow build and test without requiring lz4 WT-2356 log scan advances to next log file on partially written record WT-2363 Remove built in support for bzip2 WT-2368 row-store can pass garbage keys to collator functions WT-2369 Use C compiler to detect headers instead of C++ compiler WT-2371 parent split cannot access the page after page-index swap WT-2372 WiredTiger windows builder fails with C4005 against the "inline" macro WT-2377 WTPERF doesn't compile in Windows under MSVC WT-2378 Tasks time out on LSM builder WT-2397 Cursor traversal from end of the tree skips records. WT-60 Big endian port
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_compress01.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_compress01.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_compress01.py b/src/third_party/wiredtiger/test/suite/test_compress01.py
index e97953a53cd..94c748fc3e5 100644
--- a/src/third_party/wiredtiger/test/suite/test_compress01.py
+++ b/src/third_party/wiredtiger/test/suite/test_compress01.py
@@ -42,7 +42,6 @@ class test_compress01(wttest.WiredTigerTestCase):
('table', dict(uri='table:test_compress01')),
]
compress = [
- ('bzip2', dict(compress='bzip2')),
('nop', dict(compress='nop')),
('snappy', dict(compress='snappy')),
('none', dict(compress=None)),