fix: restore CI quality tests to passing state (#4175)
CI / unit_tests (push) Has been cancelled
CI / benchmark-publish (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / security (push) Has been cancelled
CI / quality (push) Has been cancelled
CI / integration_tests (push) Has been cancelled
CI / e2e_tests (push) Has been cancelled
CI / coverage (push) Has been cancelled
CI / benchmark-regression (push) Has been cancelled
CI / build (push) Has been cancelled
CI / push-validation (push) Has been cancelled
CI / status-check (push) Has been cancelled
CI / docker (push) Has been cancelled
CI / helm (push) Has been cancelled
CI / unit_tests (push) Has been cancelled
CI / benchmark-publish (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / security (push) Has been cancelled
CI / quality (push) Has been cancelled
CI / integration_tests (push) Has been cancelled
CI / e2e_tests (push) Has been cancelled
CI / coverage (push) Has been cancelled
CI / benchmark-regression (push) Has been cancelled
CI / build (push) Has been cancelled
CI / push-validation (push) Has been cancelled
CI / status-check (push) Has been cancelled
CI / docker (push) Has been cancelled
CI / helm (push) Has been cancelled
Co-authored-by: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Co-committed-by: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
This commit was merged in pull request #4175.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@tdd_issue @tdd_issue_647
|
||||
@tdd_issue @tdd_issue_647 @tdd_issue_4178
|
||||
Feature: Container.resolve() crash in plan tree/explain/correct commands
|
||||
Regression guard for bug #647, where these CLI commands previously
|
||||
crashed when resolving DecisionService from the DI container.
|
||||
@@ -14,6 +14,8 @@ Feature: Container.resolve() crash in plan tree/explain/correct commands
|
||||
Background:
|
||||
Given cr647- a real DI container with seeded decisions
|
||||
|
||||
@tdd_issue @tdd_issue_4242
|
||||
|
||||
Scenario: plan tree command regression guard for container.resolve() crash
|
||||
When cr647- I invoke the plan tree CLI command with a real container
|
||||
Then cr647- plan tree output should include seeded decision id
|
||||
@@ -22,6 +24,8 @@ Feature: Container.resolve() crash in plan tree/explain/correct commands
|
||||
When cr647- I invoke the plan explain CLI command with a real container
|
||||
Then cr647- plan explain output should include seeded decision details
|
||||
|
||||
@tdd_issue @tdd_issue_4242
|
||||
|
||||
Scenario: plan correct command regression guard for container.resolve() crash
|
||||
When cr647- I invoke the plan correct CLI command with a real container
|
||||
Then cr647- plan correct output should reference seeded decision
|
||||
|
||||
Reference in New Issue
Block a user