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

[chore] Fix Flaky Test (part 2) #228

Merged
merged 6 commits into from
Nov 5, 2020

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented Nov 5, 2020

This PR makes a much more aggressive attempt to fix a flaky test that #224 did not fix. TL;DR tests of concurrent processing is hard.

Changes

Testing

go test -v ./reconciler/... -run PruningRaceConditionInactive -count 30 -race

@patrick-ogrady patrick-ogrady changed the title [chore] Fix Flaky Test [chore] Fix Flaky Test (part 2) Nov 5, 2020
@coveralls
Copy link

coveralls commented Nov 5, 2020

Pull Request Test Coverage Report for Build 10856

  • 24 of 25 (96.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 79.106%

Changes Missing Coverage Covered Lines Changed/Added Lines %
syncer/syncer.go 24 25 96.0%
Totals Coverage Status
Change from base Build 10797: 0.03%
Covered Lines: 7383
Relevant Lines: 9333

💛 - Coveralls

@patrick-ogrady patrick-ogrady merged commit 384796d into master Nov 5, 2020
@patrick-ogrady patrick-ogrady deleted the patrick/fix-flaky-test-part-2 branch November 5, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants