Skip to content

upper: remove redundant+flaky init test#3328

Merged
landism merged 1 commit into
masterfrom
matt/remove_flaky_redundant_test
May 12, 2020
Merged

upper: remove redundant+flaky init test#3328
landism merged 1 commit into
masterfrom
matt/remove_flaky_redundant_test

Conversation

@landism

@landism landism commented May 12, 2020

Copy link
Copy Markdown
Member
  1. This test is flaky. f.Start dispatches an InitAction from a goroutine with one value for TiltfilePath, and the test itself dispatches its own InitAction with a different value for TiltfilePath, so when we check TiltfilePath at the end, we get the winner of a race.
  2. This behavior is covered by TestUpperStart anyway, so it's not worth fixing.

@landism
landism requested review from jazzdan and nicks May 12, 2020 16:11
@landism
landism merged commit 44097f2 into master May 12, 2020
@landism
landism deleted the matt/remove_flaky_redundant_test branch May 12, 2020 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants