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

fix: mute graylog UDP/TCP tests by marking them as integration #9881

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

sspaink
Copy link
Contributor

@sspaink sspaink commented Oct 7, 2021

The graylog plugins UDP/TCP support was a recent addition (#9644), and now the graylog tests are failing randomly: https://app.circleci.com/pipelines/github/influxdata/telegraf/6802/workflows/614bcc62-e1d8-4d6c-8eb8-34667650f615/jobs/118647 They rely on setting up a TCP and UDP server, this is the easiest solution to just mark them as integration tests and not run them. We don't currently run integration tests in our CI at all, so maybe there is a better way to refactor these tests so they don't rely on tcp/udp servers but it isn't obvious to me how.

@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Oct 7, 2021
@sspaink sspaink changed the title fix: mark graylog tests as integration fix: mute graylog UDP/TCP tests by marking them as integration Oct 7, 2021
@sspaink sspaink merged commit 9de8c98 into master Oct 7, 2021
@sspaink sspaink deleted the flakygraylogtests branch October 7, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants