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

Skip flaky ES integration tests for now #11230

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

ycombinator
Copy link
Contributor

Debugging flakiness over here: #11224

@ycombinator ycombinator requested a review from ruflin March 13, 2019 14:14
@ycombinator ycombinator requested a review from a team as a code owner March 13, 2019 14:14
@@ -100,6 +101,7 @@ func TestFetch(t *testing.T) {
}

func TestData(t *testing.T) {
t.Skip("flaky")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an interesting one. We started to remove the compose.EnsureUp in the data tests as they are skipped anyways later on. Perhaps try to also in your other PR. The idea is that we move this to the new data tests framework. Having the Stack modules there too would be great. Please ping me if you need more details.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ruflin If you could point me to a PR that shows a module moving to the new data tests framework, that would be very helpful. If it's too much trouble, I can look around in the code and try to figure it out too.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is an example: #11112 But we should probably still sync up as Elasticsearch is a bit different because it needs more then 1 endpoint available which is not supported yet (but we should add it).

@ruflin
Copy link
Member

ruflin commented Mar 14, 2019

@ycombinator I merged this PR to bring our builds back to green, I hope you don't mind.

@webmat
Copy link
Contributor

webmat commented Mar 14, 2019

Does this fix errors such as this one, that I'm seeing on the 7.0 branch: PR, test failure? If that's the case, can we backport this to 7.0 as well? I'm willing to do it, if it's appropriate.

webmat pushed a commit to webmat/beats that referenced this pull request Mar 14, 2019
@ycombinator
Copy link
Contributor Author

Thanks @ruflin.

@ycombinator ycombinator deleted the skip-flaky-mb-es-integ-test branch December 25, 2019 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants