Skip to content

Conversation

@rokonec
Copy link
Member

@rokonec rokonec commented Jun 26, 2023

Fixes #8735, possibly #5689, #2845

Context

There were race condition when ProjectFinished log message has been processed after BuildResult event. Even though ProjectFinished log message event is always send before BuildResult event from Node, because ProjectFinished is asyncronously routed by LoggingService reversing order can and do often happen.

Changes Made

Updating _overallBuildSuccess in one place when submission is considered to be done and assumed its final state.

Testing

Can't local repro.

where submission is considered to be done and assumed its final state
@rokonec rokonec requested a review from AR-May June 26, 2023 09:35
Copy link
Member

@AR-May AR-May left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to 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.

[Bug]: /warnaserror false positive overall success

4 participants