summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/test_coverage.md
diff options
context:
space:
mode:
authorChenhao Qu <chenhao.qu@mongodb.com>2021-02-03 07:05:39 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-03 08:08:11 +0000
commita8381a6bbef52bb58da0ed2c2bfdb9d977ec6de9 (patch)
treeb6639f238bd20623a12de7a190257cc12a0eda4e /src/third_party/wiredtiger/test/test_coverage.md
parente8d7dda6490470209c63d26f39cd64d0ba2f948b (diff)
downloadmongo-a8381a6bbef52bb58da0ed2c2bfdb9d977ec6de9.tar.gz
Import wiredtiger: a64cc4a1666cc592db040e2136960840db56988c from branch mongodb-5.0
ref: d8cc45b419..a64cc4a166 for: 4.9.0 WT-6947 Auto generate test coverage documentation from test tags WT-7004 Architecture guide page for checkpoints WT-7104 Redact user data from printlog output
Diffstat (limited to 'src/third_party/wiredtiger/test/test_coverage.md')
-rw-r--r--src/third_party/wiredtiger/test/test_coverage.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/test_coverage.md b/src/third_party/wiredtiger/test/test_coverage.md
new file mode 100644
index 00000000000..1b29241ff32
--- /dev/null
+++ b/src/third_party/wiredtiger/test/test_coverage.md
@@ -0,0 +1,6 @@
+|Component|Test Type|Testing Area|Description|Existing tests|
+|---|---|---|---|---|
+|Backup|Correctness|Full Backup|Full backup contains correct data|[../test/suite/test_backup01.py](../test/suite/test_backup01.py)
+|Caching Eviction|Correctness|Written Data|Ensure that the data written out by eviction is correct after reading|[../test/suite/test_hs15.py](../test/suite/test_hs15.py)
+|Checkpoints|Correctness|Checkpoint Data|On system with a complex, concurrent workload the correct versions of data appear in checkpoints|[../test/suite/test_checkpoint02.py](../test/suite/test_checkpoint02.py), [../test/suite/test_checkpoint03.py](../test/suite/test_checkpoint03.py)
+|Checkpoints|Liveness|Liveness|Identify bugs and race conditions related to checkpoints that can cause deadlocks or livelocks|[../test/csuite/wt3363_checkpoint_op_races/main.c](../test/csuite/wt3363_checkpoint_op_races/main.c)