Prove derived artifact recovery against exact oracles
This commit is contained in:
parent
97f3b6b1ae
commit
2b98059b44
2 changed files with 302 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -119,6 +119,7 @@ concurrency-m5:
|
|||
recovery-m5:
|
||||
PYTHONPYCACHEPREFIX=$(PYTHONPYCACHEPREFIX) $(PYTHON) -m pytest -q \
|
||||
-p no:cacheprovider --basetemp=$(PYTEST_BASETEMP)-recovery \
|
||||
tests/test_milestone5_recovery.py \
|
||||
tests/test_core.py::DocForgeCoreTests::test_missing_or_corrupt_generation_falls_back_and_repairs \
|
||||
tests/test_core.py::DocForgeCoreTests::test_stale_source_fails_closed_and_failed_rebuild_preserves_index \
|
||||
tests/test_incremental_cache.py \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue