Skip to content

Provide separate logs for each execution for rerunning jobs#730

Merged
slawekjaranowski merged 1 commit into
apache:masterfrom
slawekjaranowski:separate-logs
May 2, 2026
Merged

Provide separate logs for each execution for rerunning jobs#730
slawekjaranowski merged 1 commit into
apache:masterfrom
slawekjaranowski:separate-logs

Conversation

@slawekjaranowski

Copy link
Copy Markdown
Member

Many assertions simply search for a specific string in build.log, and failed assertions are written to that log as well.

If we keep appending every run’s output to a single file, assertions in subsequent executions may match strings left over from previous runs, leading to false positives (i.e., reporting results that don’t belong to the current execution).

Many assertions simply search for a specific string in build.log,
and failed assertions are written to that log as well.

If we keep appending every run’s output to a single file,
assertions in subsequent executions may match strings left over from previous runs,
leading to false positives (i.e., reporting results that don’t belong to the current execution).
@slawekjaranowski slawekjaranowski added this to the 3.10.1 milestone May 2, 2026
@slawekjaranowski slawekjaranowski self-assigned this May 2, 2026
@slawekjaranowski slawekjaranowski added the bug Something isn't working label May 2, 2026
@slawekjaranowski slawekjaranowski merged commit 796221a into apache:master May 2, 2026
17 checks passed
@slawekjaranowski slawekjaranowski deleted the separate-logs branch May 2, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant