Skip to content

[v10] Deflake TestResizeTerminal#18407

Merged
zmb3 merged 3 commits intobranch/v10from
zmb3/v10/backport-18391
Nov 17, 2022
Merged

[v10] Deflake TestResizeTerminal#18407
zmb3 merged 3 commits intobranch/v10from
zmb3/v10/backport-18391

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
Backports #18391

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
@zmb3 zmb3 enabled auto-merge (squash) November 17, 2022 15:17
@zmb3 zmb3 merged commit b061c29 into branch/v10 Nov 17, 2022
@zmb3 zmb3 deleted the zmb3/v10/backport-18391 branch November 17, 2022 17:58
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