Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove AddToScheme call in event controller New #3296

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

tpantelis
Copy link
Contributor

The global scheme is already set up by the callers and calling AddToScheme here can cause intermittent data race failures in unit tests.

The global scheme is already set up by the callers and calling
AddToScheme here can cause intermittent data race failures in
unit tests.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr3296/tpantelis/fix_data_race
🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.

Copy link
Member

@dfarrell07 dfarrell07 left a comment

Choose a reason for hiding this comment

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

Very nice! For the sake of learning, I'm curious how you found this.

@submariner-bot submariner-bot added the ready-to-test When a PR is ready for full E2E testing label Feb 6, 2025
@skitt skitt enabled auto-merge (rebase) February 6, 2025 15:30
@skitt skitt merged commit 6d7b7d6 into submariner-io:devel Feb 6, 2025
42 checks passed
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr3296/tpantelis/fix_data_race]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants