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

Fix flaky verify failures with headless+globalnet #272

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

vthapar
Copy link
Contributor

@vthapar vthapar commented Aug 28, 2020

When running subctl verify, TestContext.GlobalnetEnabled flag is not set by the
time we check for it. Move the flag check to inside It() block to make
sure it is always set by the time we run our tests.

Signed-off-by: Vishal Thapar [email protected]

@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr272/vthapar/e2e-verify-fix

When running `subctl verify`, TestContext.GlobalnetEnabled flag
is not set by the time we check for it. Move the flag check to inside
`It()` block to make sure it is always set by the time we run our tests.

Signed-off-by: Vishal Thapar <[email protected]>
@submariner-bot
Copy link
Contributor

🤖 Updated branch: z_pr272/vthapar/e2e-verify-fix

@vthapar vthapar requested review from mangelajo and skitt August 28, 2020 12:13
@mangelajo mangelajo merged commit 676e56b into submariner-io:master Aug 31, 2020
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr272/vthapar/e2e-verify-fix]

skitt pushed a commit to submariner-io/submariner-operator that referenced this pull request Sep 1, 2020
No functional changes exist in this release, but fixes the testing
issue of Lighthouse + Globalnet handled in [1]

[1] submariner-io/lighthouse#272

Signed-off-by: Miguel Angel Ajo <[email protected]>
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.

5 participants