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

[v11] Deflake TestWebSessionsRenewDoesNotBreakExistingTerminalSession #18529

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Nov 16, 2022

Backport #18403 to branch/v11

Fixes two sources of flakiness in the test:

1. This test wasn't looking up the current OS user, and would try
   to start a session as a user that may not exist on the system.
2. It would run an `echo hello` command and search for `hello` in
   the terminal, but "hello" is also present in the command, so
   this resulted in false positives.

Updates #15816
@github-actions github-actions bot removed the request for review from EdwardDowling November 18, 2022 12:48
@zmb3 zmb3 enabled auto-merge (squash) November 18, 2022 23:29
@zmb3 zmb3 merged commit a937f0f into branch/v11 Nov 18, 2022
@github-actions github-actions bot deleted the bot/backport-18403-branch/v11 branch November 18, 2022 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants