You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The go toolchain has a built-in race condition detector, #6760 introduces it as a non-binding step in the PR workflow. Its output is only logged but errors are ignored because it reports a good number of issues discovered throughout the KEDA codebase. Ideally, these get gradually addressed one by one and then the PR workflow can require race detector to pass before a PR is merged.
List of issues/PRs that relate to reported race conditions:
The go toolchain has a built-in race condition detector, #6760 introduces it as a non-binding step in the PR workflow. Its output is only logged but errors are ignored because it reports a good number of issues discovered throughout the KEDA codebase. Ideally, these get gradually addressed one by one and then the PR workflow can require race detector to pass before a PR is merged.
List of issues/PRs that relate to reported race conditions:
The text was updated successfully, but these errors were encountered: