test: complete test coverage for test-all.sh orchestration script#132
Closed
tervezo-ai[bot] wants to merge 2 commits intomainfrom
Closed
Conversation
…-all.sh Fix the test-all.test.sh header to accurately reflect the 12 existing tests, and add 3 new tests covering acceptance criteria gaps: - Test 13: Build failure causes dependent test to be SKIP - Test 14: Summary table includes APP, STATUS, DETAILS columns and totals - Test 15: --only=value equals-sign syntax works like --only value All 14 tests pass (1 skipped in --quick mode as expected). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…in test-all.sh Adds two tests protecting critical CI-facing behavior: - Test 16: --only with no argument exits non-zero with error message - Test 17: test failure causes script to exit 1 (not 0) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
|
Merged manually via local rebase + merge to main. All changes are in main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #92
test-all.test.sh— the header listed 12 tests but their descriptions didn't match the actual implementations--only=valueequals-sign syntax works identically to--only valueAll acceptance criteria from US-708 are now covered by tests: the core
test-all.shscript and infrastructure (docker-compose.yml,wait-for-deps.sh, CI workflow) were already implemented onmain.Test plan
scripts/test-all.test.sh --quick— 14 passed, 0 failed, 1 skipped (execution test skipped in quick mode)scripts/test-all.test.sh(full mode, requires Go) to verify Test 12 execution test🤖 Generated with Claude Code