Commit 6f40855
fix(ci): prevent test fixtures from overwriting main server log (#5797)
## 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)1 parent 4d0c563 commit 6f40855
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
653 | | - | |
| 652 | + | |
| 653 | + | |
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| |||
0 commit comments