fix(regression): separate recipe for bad-restore (custom-html-rst-bad)
continuous-integration/drone/push Build is failing

Having test_backup.py in custom-html-bkp-bad caused both bad-backup and bad-restore
to fail at the backup tier. Create custom-html-rst-bad with its own cc-ci test dir
that has ops.py+test_restore.py but NO test_backup.py, so:
- backup: only generic test_backup_artifact → PASS (snapshot exists)
- restore: pre_restore writes 'mutated', marker stays 'mutated' after restore → FAIL

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
autonomic-bot
2026-06-02 02:15:03 +00:00
co-authored by Claude Sonnet 4.6
parent 74364d0a46
commit 9449b22f24
4 changed files with 48 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
# custom-html-rst-bad — regression fixture for bad-restore canary.
# BACKUP_CAPABLE=True forces the backup tier to run even though the recipe has no backupbot label.
BACKUP_CAPABLE = True