Skip to content

Deflake TestResizeTerminal#18391

Merged
zmb3 merged 2 commits intomasterfrom
zmb3/deflake-resize-terminal
Nov 11, 2022
Merged

Deflake TestResizeTerminal#18391
zmb3 merged 2 commits intomasterfrom
zmb3/deflake-resize-terminal

Conversation

@zmb3
Copy link
Copy Markdown
Collaborator

@zmb3 zmb3 commented Nov 11, 2022

This test made separate reads, each waiting for some conditions to be met. Due to timing, it was possible that the events expected in the second read got included in the first batch of reads and discarded.

Fix this by reading in a single batch and waiting for all required conditions to be met.

Closes #13607

This test made separate reads, each waiting for some conditions
to be met. Due to timing, it was possible that the events expected
in the second read got included in the first batch of reads and
discarded.

Fix this by reading in a single batch and waiting for all required
conditions to be met.

Closes #13607
Copy link
Copy Markdown
Contributor

@rosstimothy rosstimothy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@zmb3 zmb3 merged commit 98b7279 into master Nov 11, 2022
@github-actions
Copy link
Copy Markdown
Contributor

@zmb3 See the table below for backport results.

Branch Result
branch/v10 Failed
branch/v11 Failed
branch/v9 Failed

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.

TestResizeTerminal flakiness

3 participants