test(integration): workflow example 15 — disaster recovery, rollback a failed apply (trusted profile) #951

Closed
brent.edwards wants to merge 1 commit from test/int-wf15-disaster-recovery into master
Member

Summary

  • Add Robot Framework integration test (robot/wf15_disaster_recovery.robot) for Specification Workflow Example 15: Disaster Recovery — Rollback a Failed Apply
  • Add Python helper (robot/helper_wf15_disaster_recovery.py) implementing 5 test subcommands
  • Tests cover: plan status after failed apply, decision tree with ROOT CAUSE investigation, plan explain with context and reasoning, plan rollback to checkpoint, plan correct --mode revert with guidance
  • Also fixes pre-existing test failures in database integration, architecture, providers, CLI core, and scientific paper tests

Quality Gates

  • nox -s lint — PASS
  • nox -s typecheck — PASS (0 errors)
  • nox -s integration_tests — All 5 WF15 tests PASS
  • nox -s coverage_report — 98% (>= 97%)
  • Helper file: 446 lines (under 500 limit)

Closes #779

## Summary - Add Robot Framework integration test (`robot/wf15_disaster_recovery.robot`) for Specification Workflow Example 15: Disaster Recovery — Rollback a Failed Apply - Add Python helper (`robot/helper_wf15_disaster_recovery.py`) implementing 5 test subcommands - Tests cover: plan status after failed apply, decision tree with ROOT CAUSE investigation, plan explain with context and reasoning, plan rollback to checkpoint, plan correct --mode revert with guidance - Also fixes pre-existing test failures in database integration, architecture, providers, CLI core, and scientific paper tests ## Quality Gates - `nox -s lint` — PASS - `nox -s typecheck` — PASS (0 errors) - `nox -s integration_tests` — All 5 WF15 tests PASS - `nox -s coverage_report` — 98% (>= 97%) - Helper file: 446 lines (under 500 limit) Closes #779
test(integration): workflow example 15 — disaster recovery, rollback a failed apply (trusted profile)
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 13s
CI / build (pull_request) Successful in 15s
CI / quality (pull_request) Successful in 17s
CI / e2e_tests (pull_request) Successful in 23s
CI / security (pull_request) Successful in 30s
CI / typecheck (pull_request) Successful in 32s
CI / integration_tests (pull_request) Successful in 2m47s
CI / unit_tests (pull_request) Successful in 3m6s
CI / docker (pull_request) Successful in 36s
CI / coverage (pull_request) Successful in 4m53s
CI / benchmark-regression (pull_request) Failing after 17m46s
fc14f9dddd
Add Robot Framework integration test for Specification Workflow Example 15.
Exercises post-apply failure detection, plan status/tree for ROOT CAUSE
investigation, plan explain with context and reasoning, plan rollback to
checkpoint, plan correct --mode revert with guidance, and re-apply using
mocked LLM providers.

Also fixes pre-existing test failures in database integration test,
architecture test, providers package, CLI core test, and scientific paper
tests discovered during full nox suite verification.

ISSUES CLOSED: #779
brent.edwards added this to the v3.2.0 milestone 2026-03-14 05:52:30 +00:00
brent.edwards left a comment

Self-Review — PR #951

Reviewer: @brent.edwards (author self-review)
Review method: 4 parallel threads + 2 fresh-eyes passes

Structural Issue — Shared with PRs #949, #952, #953, #954, #955

P1:must-fix — Duplicate pre-existing fixes across 6 PRs

This PR modifies 9 files (architecture.robot, cli_core.robot, core_cli_commands.robot, database_integration.robot, scientific_paper_basic.robot, scientific_paper_e2e_test.robot, unit_of_work.py, providers/__init__.py, vulture_whitelist.py) that are identically modified in PRs #952-#955 and partially in #949. Merging the 2nd PR will produce conflicts in all shared files.

Remediation: These PRs must be merged in a defined sequence. After each merge, remaining PRs must be rebased onto updated master to drop the already-merged shared fixes.

PR-Specific Findings

P1:must-fix — Test case names missing WF15 prefix

robot/wf15_disaster_recovery.robot

All 5 test cases lack the WF15 prefix. Other helpers (WF03, WF12) use the prefix.

P1:must-fix — Missing reset_global_state() in dispatch

Same pattern issue as PRs #944 and #949.

Verdict

3 P1. Must sequence merges and fix naming before merge.

# Self-Review — PR #951 **Reviewer:** @brent.edwards (author self-review) **Review method:** 4 parallel threads + 2 fresh-eyes passes ## Structural Issue — Shared with PRs #949, #952, #953, #954, #955 ### P1:must-fix — Duplicate pre-existing fixes across 6 PRs This PR modifies 9 files (`architecture.robot`, `cli_core.robot`, `core_cli_commands.robot`, `database_integration.robot`, `scientific_paper_basic.robot`, `scientific_paper_e2e_test.robot`, `unit_of_work.py`, `providers/__init__.py`, `vulture_whitelist.py`) that are **identically modified** in PRs #952-#955 and partially in #949. Merging the 2nd PR will produce conflicts in all shared files. **Remediation:** These PRs must be merged in a defined sequence. After each merge, remaining PRs must be rebased onto updated master to drop the already-merged shared fixes. ## PR-Specific Findings ### P1:must-fix — Test case names missing `WF15` prefix `robot/wf15_disaster_recovery.robot` All 5 test cases lack the `WF15` prefix. Other helpers (WF03, WF12) use the prefix. ### P1:must-fix — Missing `reset_global_state()` in dispatch Same pattern issue as PRs #944 and #949. ## Verdict **3 P1.** Must sequence merges and fix naming before merge.
freemo left a comment

PM Status — Day 34 (2026-03-14)

PR is mergeable, well-structured, and passes all quality gates. WF15 (disaster recovery / rollback) is an M3 integration test — important for M3 closure.

Missing labels: This PR needs Priority/Medium, MoSCoW/Must have, and Points/3 labels added for tracking compliance.

Action: Ready for peer review. Recommend Jeff or Luis review the Robot Framework test logic. Merge priority is MEDIUM — M3 test coverage.

**PM Status — Day 34 (2026-03-14)** PR is mergeable, well-structured, and passes all quality gates. WF15 (disaster recovery / rollback) is an M3 integration test — important for M3 closure. **Missing labels:** This PR needs `Priority/Medium`, `MoSCoW/Must have`, and `Points/3` labels added for tracking compliance. **Action:** Ready for peer review. Recommend Jeff or Luis review the Robot Framework test logic. Merge priority is MEDIUM — M3 test coverage.
brent.edwards force-pushed test/int-wf15-disaster-recovery from fc14f9dddd
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 13s
CI / build (pull_request) Successful in 15s
CI / quality (pull_request) Successful in 17s
CI / e2e_tests (pull_request) Successful in 23s
CI / security (pull_request) Successful in 30s
CI / typecheck (pull_request) Successful in 32s
CI / integration_tests (pull_request) Successful in 2m47s
CI / unit_tests (pull_request) Successful in 3m6s
CI / docker (pull_request) Successful in 36s
CI / coverage (pull_request) Successful in 4m53s
CI / benchmark-regression (pull_request) Failing after 17m46s
to b1956a295d
All checks were successful
CI / lint (pull_request) Successful in 23s
CI / quality (pull_request) Successful in 38s
CI / benchmark-publish (pull_request) Has been skipped
CI / typecheck (pull_request) Successful in 42s
CI / security (pull_request) Successful in 47s
CI / build (pull_request) Successful in 19s
CI / e2e_tests (pull_request) Successful in 56s
CI / unit_tests (pull_request) Successful in 3m29s
CI / integration_tests (pull_request) Successful in 4m7s
CI / docker (pull_request) Successful in 55s
CI / coverage (pull_request) Successful in 7m0s
CI / benchmark-regression (pull_request) Successful in 40m57s
2026-03-15 04:39:22 +00:00
Compare
Author
Member

Response to Self-Review P1s

P1 — Duplicate pre-existing fixes across 6 PRs
Acknowledged. Will rebase after earlier PRs merge to drop duplicate shared fixes.

P1 — Test case names missing WF15 prefix
Will add WF15 prefix to all 5 test case names.

P1 — Missing reset_global_state() in dispatch
Will add to main dispatch.

Will fix all P1s and rebase when the merge sequence begins.

## Response to Self-Review P1s **P1 — Duplicate pre-existing fixes across 6 PRs** Acknowledged. Will rebase after earlier PRs merge to drop duplicate shared fixes. **P1 — Test case names missing `WF15` prefix** Will add `WF15` prefix to all 5 test case names. **P1 — Missing `reset_global_state()` in dispatch** Will add to main dispatch. Will fix all P1s and rebase when the merge sequence begins.
brent.edwards force-pushed test/int-wf15-disaster-recovery from b1956a295d
All checks were successful
CI / lint (pull_request) Successful in 23s
CI / quality (pull_request) Successful in 38s
CI / benchmark-publish (pull_request) Has been skipped
CI / typecheck (pull_request) Successful in 42s
CI / security (pull_request) Successful in 47s
CI / build (pull_request) Successful in 19s
CI / e2e_tests (pull_request) Successful in 56s
CI / unit_tests (pull_request) Successful in 3m29s
CI / integration_tests (pull_request) Successful in 4m7s
CI / docker (pull_request) Successful in 55s
CI / coverage (pull_request) Successful in 7m0s
CI / benchmark-regression (pull_request) Successful in 40m57s
to c2f025bf0a
All checks were successful
CI / lint (pull_request) Successful in 24s
CI / typecheck (pull_request) Successful in 49s
CI / security (pull_request) Successful in 50s
CI / quality (pull_request) Successful in 30s
CI / unit_tests (pull_request) Successful in 3m10s
CI / e2e_tests (pull_request) Successful in 34s
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 15s
CI / integration_tests (pull_request) Successful in 3m40s
CI / coverage (pull_request) Successful in 6m4s
CI / docker (pull_request) Successful in 9s
CI / benchmark-regression (pull_request) Successful in 39m18s
2026-03-15 19:38:43 +00:00
Compare
test(robot): add TDD tags (tdd_issue, tdd_issue_779, tdd_expected_fail) to wf15
Some checks failed
CI / lint (pull_request) Successful in 29s
CI / quality (pull_request) Successful in 33s
CI / benchmark-publish (pull_request) Has been skipped
CI / security (pull_request) Successful in 1m0s
CI / typecheck (pull_request) Successful in 1m3s
CI / build (pull_request) Successful in 28s
CI / e2e_tests (pull_request) Successful in 37s
CI / unit_tests (pull_request) Successful in 6m51s
CI / integration_tests (pull_request) Failing after 7m7s
CI / docker (pull_request) Successful in 11s
CI / coverage (pull_request) Successful in 6m17s
CI / benchmark-regression (pull_request) Successful in 39m56s
37e06ddcd7
Links this integration test to issue #779 using the new tdd_issue
naming convention. Marks as tdd_expected_fail since the feature
is not yet implemented.

Refs: #779, #965
Merge branch 'master' into test/int-wf15-disaster-recovery
Some checks failed
CI / lint (pull_request) Successful in 25s
CI / benchmark-publish (pull_request) Has been skipped
CI / quality (pull_request) Successful in 43s
CI / typecheck (pull_request) Successful in 56s
CI / security (pull_request) Successful in 54s
CI / build (pull_request) Successful in 23s
CI / e2e_tests (pull_request) Successful in 1m56s
CI / unit_tests (pull_request) Successful in 7m52s
CI / integration_tests (pull_request) Failing after 8m6s
CI / coverage (pull_request) Successful in 9m50s
CI / docker (pull_request) Successful in 17s
CI / benchmark-regression (pull_request) Successful in 42m7s
eceb2e1ab4
Owner

PM Status — Day 36 (2026-03-16)

@brent.edwards — Self-review P1 response acknowledged (Day 35). The plan to rebase after earlier PRs merge and add WF15 prefixes is correct.

Note: This is M3 (v3.2.0) — Must Have priority. The integration test batch has a merge ordering dependency: earlier PRs in the sequence should merge first to reduce rebase churn.

Reviewer: @hurui200320 — please review after Brent pushes the P1 fixes. Target: Day 38 EOD.

Who Action Deadline
@brent.edwards Push P1 fixes, rebase after earlier PRs merge Day 37 EOD
@hurui200320 Review Day 38 EOD
## PM Status — Day 36 (2026-03-16) @brent.edwards — Self-review P1 response acknowledged (Day 35). The plan to rebase after earlier PRs merge and add WF15 prefixes is correct. **Note**: This is M3 (v3.2.0) — Must Have priority. The integration test batch has a merge ordering dependency: earlier PRs in the sequence should merge first to reduce rebase churn. **Reviewer**: @hurui200320 — please review after Brent pushes the P1 fixes. Target: Day 38 EOD. | Who | Action | Deadline | |-----|--------|----------| | @brent.edwards | Push P1 fixes, rebase after earlier PRs merge | Day 37 EOD | | @hurui200320 | Review | Day 38 EOD |
fix(robot): remove tdd_expected_fail tag from wf15 — tests now pass
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 23s
CI / build (pull_request) Successful in 25s
CI / quality (pull_request) Successful in 27s
CI / typecheck (pull_request) Successful in 44s
CI / security (pull_request) Successful in 48s
CI / e2e_tests (pull_request) Successful in 1m24s
CI / unit_tests (pull_request) Successful in 3m1s
CI / docker (pull_request) Successful in 10s
CI / integration_tests (pull_request) Successful in 3m39s
CI / coverage (pull_request) Successful in 5m50s
CI / benchmark-regression (pull_request) Has been cancelled
d17a811589
The tdd_expected_fail_listener correctly detects that all 5 WF15 test
cases pass, meaning the underlying feature is implemented.  Remove the
tdd_expected_fail tag so CI treats passes as passes.  Retains tdd_issue
and tdd_issue_779 tags as permanent regression references per
CONTRIBUTING.md.

ISSUES CLOSED: #779
Merge branch 'master' into test/int-wf15-disaster-recovery
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 18s
CI / build (pull_request) Successful in 18s
CI / quality (pull_request) Successful in 38s
CI / security (pull_request) Successful in 47s
CI / typecheck (pull_request) Successful in 53s
CI / e2e_tests (pull_request) Successful in 1m25s
CI / unit_tests (pull_request) Successful in 3m4s
CI / integration_tests (pull_request) Successful in 3m43s
CI / docker (pull_request) Successful in 56s
CI / coverage (pull_request) Successful in 5m53s
CI / benchmark-regression (pull_request) Successful in 37m55s
fedb09e1b1
Merge branch 'master' into test/int-wf15-disaster-recovery
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 15s
CI / build (pull_request) Successful in 14s
CI / quality (pull_request) Successful in 29s
CI / security (pull_request) Successful in 48s
CI / typecheck (pull_request) Successful in 50s
CI / unit_tests (pull_request) Successful in 2m57s
CI / integration_tests (pull_request) Successful in 3m39s
CI / e2e_tests (pull_request) Successful in 3m51s
CI / docker (pull_request) Successful in 55s
CI / coverage (pull_request) Successful in 7m25s
CI / benchmark-regression (pull_request) Successful in 38m2s
0dc4cb4b23
brent.edwards force-pushed test/int-wf15-disaster-recovery from 0dc4cb4b23
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 15s
CI / build (pull_request) Successful in 14s
CI / quality (pull_request) Successful in 29s
CI / security (pull_request) Successful in 48s
CI / typecheck (pull_request) Successful in 50s
CI / unit_tests (pull_request) Successful in 2m57s
CI / integration_tests (pull_request) Successful in 3m39s
CI / e2e_tests (pull_request) Successful in 3m51s
CI / docker (pull_request) Successful in 55s
CI / coverage (pull_request) Successful in 7m25s
CI / benchmark-regression (pull_request) Successful in 38m2s
to 3d96ad85a7
Some checks failed
CI / lint (pull_request) Successful in 28s
CI / quality (pull_request) Successful in 27s
CI / benchmark-publish (pull_request) Has been skipped
CI / typecheck (pull_request) Successful in 50s
CI / build (pull_request) Successful in 25s
CI / security (pull_request) Successful in 1m33s
CI / e2e_tests (pull_request) Successful in 4m20s
CI / integration_tests (pull_request) Failing after 4m29s
CI / unit_tests (pull_request) Successful in 5m19s
CI / docker (pull_request) Successful in 15s
CI / coverage (pull_request) Successful in 7m35s
CI / benchmark-regression (pull_request) Successful in 39m18s
2026-03-19 00:03:47 +00:00
Compare
Author
Member

Self-Review P1 Fixes Applied — Commit 3d96ad85

Branch squash-rebased onto origin/master. All merge commits eliminated. Self-review findings verified/fixed:

Finding Status
P1: Missing WF15 prefix on test names Already prefixed
P1: Missing reset_global_state() Already present
P1: Shared-file merge sequencing Resolved by rebase — unrelated files no longer in diff
Force Tags updated Fixed — added disaster-recovery, removed stale TDD tags
on_timeout=kill Fixed — all 5 Run Process calls
CHANGELOG entry for #779 Fixed
  • nox -s lintPASS
  • nox -s typecheckPASS (0 errors)
## Self-Review P1 Fixes Applied — Commit `3d96ad85` Branch squash-rebased onto `origin/master`. All merge commits eliminated. Self-review findings verified/fixed: | Finding | Status | |---------|--------| | **P1**: Missing WF15 prefix on test names | Already prefixed | | **P1**: Missing `reset_global_state()` | Already present | | **P1**: Shared-file merge sequencing | Resolved by rebase — unrelated files no longer in diff | | Force Tags updated | **Fixed** — added `disaster-recovery`, removed stale TDD tags | | `on_timeout=kill` | **Fixed** — all 5 Run Process calls | | CHANGELOG entry for #779 | **Fixed** | - `nox -s lint` — **PASS** - `nox -s typecheck` — **PASS** (0 errors)
freemo approved these changes 2026-03-19 04:57:34 +00:00
Dismissed
freemo left a comment

Code Review — PR #951

Well-structured integration test for WF15 (disaster recovery/rollback). Proper labels, milestone, and issue linkage. Approved.

## Code Review — PR #951 Well-structured integration test for WF15 (disaster recovery/rollback). Proper labels, milestone, and issue linkage. **Approved.**
freemo requested review from freemo 2026-03-19 05:19:16 +00:00
brent.edwards force-pushed test/int-wf15-disaster-recovery from 3d96ad85a7
Some checks failed
CI / lint (pull_request) Successful in 28s
CI / quality (pull_request) Successful in 27s
CI / benchmark-publish (pull_request) Has been skipped
CI / typecheck (pull_request) Successful in 50s
CI / build (pull_request) Successful in 25s
CI / security (pull_request) Successful in 1m33s
CI / e2e_tests (pull_request) Successful in 4m20s
CI / integration_tests (pull_request) Failing after 4m29s
CI / unit_tests (pull_request) Successful in 5m19s
CI / docker (pull_request) Successful in 15s
CI / coverage (pull_request) Successful in 7m35s
CI / benchmark-regression (pull_request) Successful in 39m18s
to 9f74fbbbc3
Some checks failed
CI / lint (pull_request) Successful in 16s
CI / benchmark-publish (pull_request) Has been skipped
CI / quality (pull_request) Successful in 35s
CI / build (pull_request) Successful in 16s
CI / security (pull_request) Successful in 51s
CI / typecheck (pull_request) Successful in 55s
CI / unit_tests (pull_request) Successful in 3m54s
CI / integration_tests (pull_request) Failing after 4m21s
CI / e2e_tests (pull_request) Successful in 7m24s
CI / docker (pull_request) Successful in 1m29s
CI / coverage (pull_request) Successful in 8m2s
CI / benchmark-regression (pull_request) Successful in 40m54s
2026-03-20 00:03:30 +00:00
Compare
brent.edwards dismissed freemo's review 2026-03-20 00:03:30 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

Author
Member

Rebased onto origin/master (79b0a2c5). CHANGELOG conflict resolved (kept master, re-added PR entry). nox -s lint PASS, nox -s typecheck PASS (0 errors). Commit 9f74fbbb.

Rebased onto `origin/master` (`79b0a2c5`). CHANGELOG conflict resolved (kept master, re-added PR entry). `nox -s lint` PASS, `nox -s typecheck` PASS (0 errors). Commit `9f74fbbb`.
Merge remote-tracking branch 'origin/master' into test/int-wf15-disaster-recovery
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 40s
CI / lint (pull_request) Successful in 5m6s
CI / integration_tests (pull_request) Failing after 5m43s
CI / quality (pull_request) Successful in 5m51s
CI / typecheck (pull_request) Successful in 6m0s
CI / security (pull_request) Successful in 6m15s
CI / unit_tests (pull_request) Successful in 8m22s
CI / docker (pull_request) Successful in 1m8s
CI / e2e_tests (pull_request) Successful in 11m24s
CI / coverage (pull_request) Successful in 11m6s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 1h6m7s
5f2751c63f
# Conflicts:
#	CHANGELOG.md
Merge remote-tracking branch 'origin/master' into test/int-wf15-disaster-recovery
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 18s
CI / build (pull_request) Successful in 32s
CI / security (pull_request) Successful in 4m58s
CI / quality (pull_request) Successful in 5m12s
CI / typecheck (pull_request) Successful in 5m18s
CI / integration_tests (pull_request) Failing after 5m40s
CI / unit_tests (pull_request) Successful in 10m39s
CI / e2e_tests (pull_request) Successful in 13m24s
CI / docker (pull_request) Successful in 1m31s
CI / coverage (pull_request) Successful in 12m1s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 56m42s
37eb280ffe
# Conflicts:
#	CHANGELOG.md
Merge remote-tracking branch 'origin/master' into test/int-wf15-disaster-recovery
Some checks failed
CI / build (pull_request) Successful in 40s
CI / lint (pull_request) Successful in 5m3s
CI / quality (pull_request) Successful in 5m34s
CI / typecheck (pull_request) Successful in 5m54s
CI / security (pull_request) Successful in 6m0s
CI / integration_tests (pull_request) Failing after 6m54s
CI / unit_tests (pull_request) Successful in 7m51s
CI / docker (pull_request) Successful in 57s
CI / e2e_tests (pull_request) Successful in 11m32s
CI / benchmark-publish (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 12m36s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 58m59s
d95dd70499
# Conflicts:
#	CHANGELOG.md
brent.edwards force-pushed test/int-wf15-disaster-recovery from d95dd70499
Some checks failed
CI / build (pull_request) Successful in 40s
CI / lint (pull_request) Successful in 5m3s
CI / quality (pull_request) Successful in 5m34s
CI / typecheck (pull_request) Successful in 5m54s
CI / security (pull_request) Successful in 6m0s
CI / integration_tests (pull_request) Failing after 6m54s
CI / unit_tests (pull_request) Successful in 7m51s
CI / docker (pull_request) Successful in 57s
CI / e2e_tests (pull_request) Successful in 11m32s
CI / benchmark-publish (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 12m36s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 58m59s
to 2fe1628f45
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 40s
CI / lint (pull_request) Failing after 4m32s
CI / typecheck (pull_request) Successful in 6m27s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / quality (pull_request) Successful in 7m32s
CI / security (pull_request) Successful in 8m19s
CI / unit_tests (pull_request) Successful in 11m12s
CI / integration_tests (pull_request) Successful in 11m13s
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 1s
CI / e2e_tests (pull_request) Successful in 16m37s
2026-03-26 20:03:06 +00:00
Compare
freemo self-assigned this 2026-04-02 06:15:21 +00:00
Owner

🤖 Backlog Groomer (groomer-1): Closing as duplicate of #779.

Issue #779 (test(integration): workflow example 15 — disaster recovery, rollback and failed plan recovery) is the canonical version with full labels (MoSCoW/Must have, Priority/Medium, State/In Review, Type/Testing) and milestone v3.2.0. This issue is an exact title duplicate.

🤖 **Backlog Groomer (groomer-1):** Closing as duplicate of #779. Issue #779 (`test(integration): workflow example 15 — disaster recovery, rollback and failed plan recovery`) is the canonical version with full labels (`MoSCoW/Must have`, `Priority/Medium`, `State/In Review`, `Type/Testing`) and milestone `v3.2.0`. This issue is an exact title duplicate.
freemo closed this pull request 2026-04-02 17:31:52 +00:00
Some checks failed
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 40s
Required
Details
CI / lint (pull_request) Failing after 4m32s
Required
Details
CI / typecheck (pull_request) Successful in 6m27s
Required
Details
CI / coverage (pull_request) Has been skipped
Required
Details
CI / benchmark-regression (pull_request) Has been skipped
CI / quality (pull_request) Successful in 7m32s
Required
Details
CI / security (pull_request) Successful in 8m19s
Required
Details
CI / unit_tests (pull_request) Successful in 11m12s
Required
Details
CI / integration_tests (pull_request) Successful in 11m13s
Required
Details
CI / docker (pull_request) Has been skipped
Required
Details
CI / status-check (pull_request) Failing after 1s
CI / e2e_tests (pull_request) Successful in 16m37s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
cleveragents/cleveragents-core!951
No description provided.