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] Improve test flakiness #284

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

robbavey
Copy link
Contributor

@robbavey robbavey commented Mar 16, 2021

This plugin suffers from a large amount of test flakiness in the travis
ci environment. This commit continues the attempts to reduce this flakiness,
starting with #263

Mostly, this is increasing timeouts to deal with sluggish build servers, but also
includes a fix to a Stud.try call which would not retry due to failure exceptions
not matching.

@robbavey robbavey force-pushed the fix_flaky_test branch 4 times, most recently from d0ef72c to 89c7e20 Compare March 18, 2021 16:54
@robbavey robbavey changed the title Fix file cleans up sincedb entry [Test] Improve test flakiness Mar 18, 2021
@robbavey robbavey force-pushed the fix_flaky_test branch 5 times, most recently from e551e57 to 0eb4121 Compare March 24, 2021 16:20
Add `ExpectationNotMetError` to the arguments to `Stud.try`. Without this,
the retry logic does not trigger, leading to flakiness in this test as not
enough time has elapsed for the sincedb entry to be cleaned up
This plugin suffers from a large amount of test flakiness in the travis
ci environment. This commit continues the attempts to reduce this flakiness,
starting with logstash-plugins#263

Mostly, this is increasing timeouts to deal with sluggish build servers, but also
includes a fix to a Stud.try call which would not retry due to failure exceptions
not matching.
@robbavey robbavey force-pushed the fix_flaky_test branch 2 times, most recently from 757e691 to 91c3e18 Compare April 8, 2021 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants