-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
v3.4
-
TIG 2017-01-02, TIG 2017-02-13
-
0
WT-2523 is a known hang when running the "compact" command. We should skip running the compact.js and the compact_simultaneous_padding_bytes.js FSM workloads when using WiredTiger's LSM trees.
We should disable these tests in a way that doesn't cause us to lose coverage of running the "compact" command concurrently with other operations on other storage engines. One option is to use db[this.threadCollName].stats().wiredTiger.type === "lsm" to further refine the existing storage engine checks and skip running the "compact" command altogether.
- is related to
-
WT-2523 LSM index compaction hangs after creating snapshot
- Closed