Skip to content

Remove the integration test TestDeployBasicBundleLogs - #2907

Merged
anton-107 merged 1 commit into
mainfrom
anton-107/acc-remove-logs-test
May 19, 2025
Merged

Remove the integration test TestDeployBasicBundleLogs#2907
anton-107 merged 1 commit into
mainfrom
anton-107/acc-remove-logs-test

Conversation

@anton-107

Copy link
Copy Markdown
Contributor

Why

Remove a regression test introduced in #1711. This test aimed to capture leaked logs to stderr. This test is obsolete with the new style of acceptance tests, which compares the binary output with the golden file - these existing tests will capture this kind of regression.

Tests

Added an unconditional output line to stderr and confirmed that acceptance tests capture it and fail the suite.

@anton-107
anton-107 marked this pull request as ready for review May 19, 2025 14:45
@anton-107
anton-107 added this pull request to the merge queueMay 19, 2025
Merged via the queue into main with commit 8a37956May 19, 2025
@anton-107
anton-107 deleted the anton-107/acc-remove-logs-test branch May 19, 2025 16:00
@pietern

Copy link
Copy Markdown
Contributor

Happy to see this cleaned up. Great find.

denik pushed a commit that referenced this pull request May 20, 2026
## Why
<!-- Why are these changes needed? Provide the context that the reviewer
might be missing.
For example, were there any decisions behind the change that are not
reflected in the code itself? -->
Remove a regression test introduced in #1711. This test aimed to capture
leaked logs to stderr. This test is obsolete with the new style of
acceptance tests, which compares the binary output with the golden file
- these existing tests will capture this kind of regression.
## Tests
Added an unconditional output line to stderr and confirmed that
acceptance tests capture it and fail the suite.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@anton-107@pietern@denik