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

Ensure proper serialization of updates and creates in federation test watcher #36613

Merged
merged 1 commit into from
Nov 11, 2016

Conversation

mwielgus
Copy link
Contributor

@mwielgus mwielgus commented Nov 10, 2016

Fix for finalizer test problems. The issue there was that the updates were coming out of order. It was caused by firing updates in new goroutines in test watcher. The proper solution is to order them in a queue and fire in order on a single goroutine.

Ref: #36473 (comment)

cc: @nikhiljindal @madhusudancs


This change is Reviewable

@mwielgus mwielgus added area/cluster-federation release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Nov 10, 2016
@mwielgus mwielgus added this to the v1.5 milestone Nov 10, 2016
@k8s-github-robot k8s-github-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Nov 10, 2016
@mwielgus mwielgus added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Nov 11, 2016
@nikhiljindal
Copy link
Contributor

LGTM. Will be good to have a test so that if this regresses, then this test fails instead of all our controller tests failing

@nikhiljindal
Copy link
Contributor

Fine to add the test in next PR. Its important to get this in to fix flaky tests

@nikhiljindal nikhiljindal added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 11, 2016
@k8s-github-robot
Copy link

Automatic merge from submit-queue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants