fix(e2e): add tdd_expected_fail tag to known bug #1028 ACMS tests
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Failing after 19s
CI / build (pull_request) Successful in 26s
CI / helm (pull_request) Successful in 32s
CI / quality (pull_request) Successful in 1m0s
CI / security (pull_request) Successful in 1m5s
CI / typecheck (pull_request) Successful in 3m58s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / unit_tests (pull_request) Successful in 6m47s
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Failing after 17m15s
CI / integration_tests (pull_request) Successful in 21m52s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Failing after 19s
CI / build (pull_request) Successful in 26s
CI / helm (pull_request) Successful in 32s
CI / quality (pull_request) Successful in 1m0s
CI / security (pull_request) Successful in 1m5s
CI / typecheck (pull_request) Successful in 3m58s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / unit_tests (pull_request) Successful in 6m47s
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Failing after 17m15s
CI / integration_tests (pull_request) Successful in 21m52s
CI / status-check (pull_request) Failing after 1s
The 4 ACMS behavioral validation E2E tests capture bug #1028 (ACMS indexing pipeline not wired into CLI) and are expected to fail until the bug is fixed. They had tdd_issue and tdd_issue_1028 tags but were missing the tdd_expected_fail tag that tells the TDD listener to invert their result (failing test = PASS in CI). Per CONTRIBUTING.md > Bug Fix Workflow, the tdd_expected_fail tag will be removed when the bug fix is implemented.
This commit is contained in:
@@ -91,7 +91,7 @@ Context Simulate Returns Non-Empty Tier Data
|
||||
... is not wired into the CLI — ``ContextTierService`` starts
|
||||
... empty on every invocation.
|
||||
...
|
||||
[Tags] tdd_bug tdd_bug_1028 tdd_issue tdd_issue_1028 E2E
|
||||
[Tags] tdd_expected_fail tdd_bug tdd_bug_1028 tdd_issue tdd_issue_1028 E2E
|
||||
[Setup] Variable Should Exist ${SUITE_SETUP_COMPLETE}
|
||||
... msg=Prerequisite not met: suite setup did not complete
|
||||
# Create project and configure context policy
|
||||
@@ -123,7 +123,7 @@ Context Inspect Shows Indexed Resources
|
||||
... all zero because no indexing occurs — the ACMS pipeline
|
||||
... is disconnected from the CLI.
|
||||
...
|
||||
[Tags] tdd_bug tdd_bug_1028 tdd_issue tdd_issue_1028 E2E
|
||||
[Tags] tdd_expected_fail tdd_bug tdd_bug_1028 tdd_issue tdd_issue_1028 E2E
|
||||
[Setup] Variable Should Exist ${SUITE_SETUP_COMPLETE}
|
||||
... msg=Prerequisite not met: suite setup did not complete
|
||||
# Create project and configure context policy
|
||||
@@ -156,7 +156,7 @@ Budget Enforcement Excludes Oversized Files
|
||||
... the indexing pipeline does not run at all — regardless of
|
||||
... ``max_file_size`` configuration, no files are scanned.
|
||||
...
|
||||
[Tags] tdd_bug tdd_bug_1028 tdd_issue tdd_issue_1028 E2E
|
||||
[Tags] tdd_expected_fail tdd_bug tdd_bug_1028 tdd_issue tdd_issue_1028 E2E
|
||||
[Setup] Variable Should Exist ${SUITE_SETUP_COMPLETE}
|
||||
... msg=Prerequisite not met: suite setup did not complete
|
||||
# Create project with tight max_file_size (1024 bytes)
|
||||
@@ -194,7 +194,7 @@ Large Project Indexes Without Timeout
|
||||
... but returns zero fragments because the indexing pipeline
|
||||
... is not wired — the 10K files are never scanned.
|
||||
...
|
||||
[Tags] tdd_bug tdd_bug_1028 tdd_issue tdd_issue_1028 E2E
|
||||
[Tags] tdd_expected_fail tdd_bug tdd_bug_1028 tdd_issue tdd_issue_1028 E2E
|
||||
[Setup] Variable Should Exist ${SUITE_SETUP_COMPLETE}
|
||||
... msg=Prerequisite not met: suite setup did not complete
|
||||
# Generate 10,000 tiny .py files in a subdirectory
|
||||
|
||||
Reference in New Issue
Block a user