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

[v10] Deflake TestWebSessionsRenewDoesNotBreakExistingTerminalSession #18530

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Nov 16, 2022

Backport #18403 to branch/v10

@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:26
@zmb3
Copy link
Collaborator Author

zmb3 commented Nov 19, 2022

Hmm, looks like TestClusterNodesGet doesn't like this change on v10 and v9 but is perfectly fine on v11 and master.

Will investigate next week.

@zmb3 zmb3 disabled auto-merge November 19, 2022 00:57
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
@zmb3 zmb3 force-pushed the bot/backport-18403-branch/v10 branch from 372dba7 to 2d095b4 Compare November 20, 2022 23:25
@zmb3 zmb3 enabled auto-merge (squash) November 20, 2022 23:26
@zmb3 zmb3 merged commit ac7a6ee into branch/v10 Nov 21, 2022
@zmb3 zmb3 deleted the bot/backport-18403-branch/v10 branch May 7, 2024 22:38
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