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(inputs.statsd): increase sleep + expiration on test #12354

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Dec 7, 2022

This test waits for 3 metrics to appear. On Windows, in CircleCI this test has become flaky and timing out after 10mins waiting for those metrics to show up. My hunch is that the microsecond sleep and expiration are too short and small even when the Windows machines tend to be very slow.

fixes: #12341

This test waits for 3 metrics to appear. On Windows, in CircleCI this
test has become flaky and timing out after 10mins waiting for those
metrics to show up. My hunch is that the microsecond sleep and
expiration are too short and small even when the Windows machines tend
to be very slow.

fixes: influxdata#12341
@telegraf-tiger telegraf-tiger bot added area/statsd plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins test labels Dec 7, 2022
@telegraf-tiger
Copy link
Contributor

telegraf-tiger bot commented Dec 7, 2022

@powersj powersj merged commit 4f7717b into influxdata:master Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/statsd plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test: statsd.TestCachesExpireAfterMaxTTL timed out
1 participant