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

[7.x] systemtest: remove TestDataStream*, fix Fleet test (backport #5503) #5513

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 22, 2021

This is an automatic backport of pull request #5503 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

Remove the TestDataStreams tests, which test the
server's internal/private/undocumneted configuration
for enabling data streams. At least for now, this is
only intended to be used with Fleet, so we should
instead just rely on the Fleet system test.

There was a bug in the Fleet test where apm-server
would create "traces-apm-default" as a plain old
index instead of a data stream in certain conditions:
if the apm integration had previously been installed,
then the traces-apm template would be deleted by
CleanupElasticsearch. Because the package was already
installed, creating the policy would not automatically
reinstall it and add the missing template.

We fix the Fleet issue by uninstalling the package
during Fleet cleanup, after unenrolling agents.

(cherry picked from commit 9f7d9b6)
@mergify mergify bot assigned axw Jun 22, 2021
@apmmachine
Copy link
Contributor

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #5513 opened

  • Start Time: 2021-06-22T07:23:39.697+0000

  • Duration: 42 min 49 sec

  • Commit: 9160ca2

Test stats 🧪

Test Results
Failed 0
Passed 4679
Skipped 121
Total 4800

Trends 🧪

Image of Build Times

Image of Tests

@axw axw merged commit 32b6206 into 7.x Jun 22, 2021
@axw axw deleted the mergify/bp/7.x/pr-5503 branch June 22, 2021 08:49
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.

2 participants