fix(ci): prevent test fixtures from overwriting main server log (backport #5797) - #5814
Closed
mergify[bot] wants to merge 1 commit into
Closed
fix(ci): prevent test fixtures from overwriting main server log (backport #5797)#5814mergify[bot] wants to merge 1 commit into
mergify[bot] wants to merge 1 commit into
Conversation
mergify
Bot
requested review from
bbrowning,
cdoern,
franciscojavierarceo,
leseb,
mattf and
raghotham
as code owners
May 12, 2026 15:10
2 tasks
Member
|
needs #5812 |
leseb
enabled auto-merge
May 12, 2026 15:30
Member
|
@Mergifyio rebase |
## Summary - Rename main server log from `server.log` to `server-main.log` in `scripts/integration-tests.sh` - Prevents test fixtures (e.g. telemetry tests) that start their own server instances from deleting and overwriting the main server's log - Both files are still captured by the existing `*.log` artifact upload glob Fixes #5796 ## Test plan - [ ] CI integration tests still collect server logs correctly - [ ] Fixture server logs remain separate from main server log Signed-off-by: Derek Higgins <derekh@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> (cherry picked from commit e97035f)
Contributor
Author
✅ Branch has been successfully rebased |
leseb
force-pushed
the
mergify/bp/release-1.0.x/pr-5797
branch
from
May 12, 2026 15:32
2780a7e to
6f40855
Compare
Contributor
|
This pull request has been automatically marked as stale because it has not had activity within 60 days. It will be automatically closed if no further activity occurs within 30 days. |
auto-merge was automatically disabled
July 12, 2026 00:29
Merge commits are not allowed on this repository
Contributor
|
This pull request has been automatically closed due to inactivity. Please feel free to reopen if you intend to continue working on it! |
Contributor
Author
☑️ Nothing to do, the required conditions are not metDetails
|
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
server.logtoserver-main.loginscripts/integration-tests.sh*.logartifact upload globFixes #5796
Test plan
This is an automatic backport of pull request fix(ci): prevent test fixtures from overwriting main server log #5797 done by Mergify.