fix(regression): fix relative import (A-reg-1) + consume inbox
Some checks failed
continuous-integration/drone/push Build is failing

- tests/regression/test_canaries.py: replace `from .conftest import ...`
  (relative import fails when not a package) with sys.path + direct import,
  matching the pattern used by all other tests in this repo.
- Delete machine-docs/BUILDER-INBOX.md (Adversary inbox consumed).
- Update STATUS-regression.md + JOURNAL-regression.md with first two
  canary run results (bad-false-green RED confirmed, good-simple GREEN confirmed).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
autonomic-bot
2026-06-02 01:37:31 +00:00
parent 464760ebb7
commit a2a6eea757
4 changed files with 57 additions and 57 deletions

View File

@ -79,7 +79,30 @@ Verify teeth: tamper with an outcome to confirm the regression test fails:
---
## In-flight
## Canary run results (2026-06-02 ~01:28-01:35Z)
- Canary `good-simple` running on cc-ci (started ~now)
- Status will be updated once run completes and we have actual output to paste
### bad-false-green ✓ (RED confirmed)
Run ID: `regression-bad-canary-1`, artifact: `/var/lib/cc-ci-runs/regression-bad-canary-1/`
```
results: install=pass, upgrade=pass, backup=pass, restore=pass, custom=FAIL
level: 3 (L4 functional FAILED)
flags: clean_teardown=True, no_secret_leak=True
stages.custom tests: [test_content_roundtrip, test_content_type_html_and_txt(FAIL), test_custom_html_returns_200, test_browser_renders_html]
rc: 1 (any(fail in results))
```
Confirms: `test_content_type_html_and_txt` fails with `Content-Type='application/octet-stream'`, expected `text/plain`. The regression test `assert rc != 0` PASSES.
### good-simple ✓ (GREEN confirmed)
Run ID: `regression-good-simple-1`, artifact: `/var/lib/cc-ci-runs/regression-good-simple-1/`
```
results: install=pass, upgrade=pass, backup=skip, restore=skip, custom=skip
level: 2 (L3 backup/restore N/A — no backupbot label)
flags: clean_teardown=True, no_secret_leak=True
stages.install tests: [test_serving (PASS)]
rc: 0
```
Confirms: `test_serving` present + passing in install stage. All assertions will pass.
### good-significant (in-flight)
Run ID: `regression-good-significant-1` — lasuite-docs pulling images, multi-service deploy in progress.
ETA: 10-20 min from 01:35Z.