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

[test] Disable asynchronicity in OnDiscard bufferTimeout test #3861

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

chemicL
Copy link
Member

@chemicL chemicL commented Aug 6, 2024

Recent test failures were observed where bufferTimeout case in OnDiscardShouldNotLeakTest failed occasionally due to flaky behaviour caused by the discard happening shortly after the assertion failed. The reason was a tiny delay which was not coordinated with the assertion. This change disables the asynchronous behaviuor of the case.

@chemicL chemicL added the type/test A change in test sources label Aug 6, 2024
@chemicL chemicL added this to the 3.5.20 milestone Aug 6, 2024
@chemicL chemicL requested a review from a team as a code owner August 6, 2024 07:30
@chemicL chemicL changed the title [test] Disable asynchrony in OnDiscard bufferTimeout test [test] Disable asynchronicity in OnDiscard bufferTimeout test Aug 6, 2024
@chemicL chemicL merged commit bd75614 into 3.5.x Aug 6, 2024
6 checks passed
@chemicL chemicL deleted the discard-test-remove-buffer-timeout-asynchronicity branch August 6, 2024 09:21
chemicL added a commit that referenced this pull request Aug 6, 2024
chemicL added a commit that referenced this pull request Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/test/flaky type/test A change in test sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant