Skip to content

Conversation

wozniakjan
Copy link
Member

#6760 enabled the race condition detector for unit tests but not required to pass for PRs to merge. Since it currently reports no failures, I would like to propose this to be a binding requirement for PR to merge.

closes: #6761

Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
@wozniakjan wozniakjan requested a review from a team as a code owner May 15, 2025 09:32
@wozniakjan wozniakjan requested review from Copilot and removed request for a team May 15, 2025 09:32
@wozniakjan
Copy link
Member Author

/skip-e2e

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enforces that the race detector step in CI must pass before merging by removing the previous continue-on-error allowance.

  • Removed the continue-on-error: true setting so race detector failures will now block PR merges.
  • Ensures that any introduced race conditions must be addressed immediately.
Comments suppressed due to low confidence (1)

.github/workflows/pr-validation.yml:72

  • This comment is now outdated since race detector failures will block PRs. Please update or remove it to accurately reflect that the make test-race step is now required.
# there are good number of race conditions currently in KEDA, don't block the development for this

@JorTurFer JorTurFer enabled auto-merge (squash) May 15, 2025 11:27
@wozniakjan wozniakjan disabled auto-merge May 16, 2025 16:02
@wozniakjan wozniakjan merged commit ec678d9 into kedacore:main May 16, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Epic: race conditions in KEDA
3 participants