diff options
author | Luke Chen <luke.chen@mongodb.com> | 2021-12-30 14:14:04 +1100 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-12-30 03:47:13 +0000 |
commit | 022728055c0a6a1994e49a33f6426be4b8494a2a (patch) | |
tree | 8751adb4203f37494856adb213f38e08ba0b832e /src/third_party | |
parent | 580780da6d4d3559a83aec5774d95128d8dbf112 (diff) | |
download | mongo-022728055c0a6a1994e49a33f6426be4b8494a2a.tar.gz |
Import wiredtiger: 22d1d1ebe7f449d8971874968c5384d35683f9fd from branch mongodb-5.2
ref: e29560bb09..22d1d1ebe7
for: 5.2.0-rc4
WT-8293 Re-enabling empty_value python test
Diffstat (limited to 'src/third_party')
-rw-r--r-- | src/third_party/wiredtiger/import.data | 2 | ||||
-rw-r--r-- | src/third_party/wiredtiger/test/suite/test_empty_value.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data index 6876715491f..9447ac142c2 100644 --- a/src/third_party/wiredtiger/import.data +++ b/src/third_party/wiredtiger/import.data @@ -2,5 +2,5 @@ "vendor": "wiredtiger", "github": "wiredtiger/wiredtiger.git", "branch": "mongodb-5.2", - "commit": "e29560bb0960e89d3edf62695257190a4e749f8f" + "commit": "22d1d1ebe7f449d8971874968c5384d35683f9fd" } diff --git a/src/third_party/wiredtiger/test/suite/test_empty_value.py b/src/third_party/wiredtiger/test/suite/test_empty_value.py index 2d7bce63309..fb72ba31676 100644 --- a/src/third_party/wiredtiger/test/suite/test_empty_value.py +++ b/src/third_party/wiredtiger/test/suite/test_empty_value.py @@ -37,7 +37,6 @@ class test_row_store_empty_values(wttest.WiredTigerTestCase): conn_config = 'statistics=(all)' # Smoke test empty row-store values. - @unittest.skip("Skipping, to be removed or updated in future ticket") def test_row_store_empty_values(self): nentries = 25000 uri = 'file:test_empty_values' # This is a btree layer test. |