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

[Entity Analytics] Simplify telemetry tests, add empty index check and logging #183915

Merged
merged 8 commits into from
May 23, 2024

Conversation

hop-dev
Copy link
Contributor

@hop-dev hop-dev commented May 21, 2024

Summary

Closes #182881

Not sure what went wrong with this test btu I did find the structure slightly more complicated than needed, I have moved the beforeEach data loading into the test body and removed the describe blocks.

I have also removed the afterEach, we really shouldnt need to delete the data twice 😓

I have done a 200 flaky test run 🟠 173 succeeded and 2 failed due to a bootstrap issue which caused the others not to run.

@kibanamachine
Copy link
Contributor

Flaky Test Runner Stats

🟠 Some tests failed. - kibana-flaky-test-suite-runner#6059

[❌] x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/ess.config.ts: 173/200 tests passed.

see run history

@hop-dev hop-dev changed the title Flaky telemetry test [Entity Analytics] Simplify telemetry tests, add empty index check and logging May 21, 2024
@hop-dev hop-dev self-assigned this May 21, 2024
@hop-dev hop-dev marked this pull request as ready for review May 21, 2024 15:55
@hop-dev hop-dev requested a review from a team as a code owner May 21, 2024 15:55
@hop-dev hop-dev requested a review from tiansivive May 21, 2024 15:55
@hop-dev
Copy link
Contributor Author

hop-dev commented May 21, 2024

@elasticmachine merge upstream

@hop-dev hop-dev added release_note:skip Skip the PR/issue when compiling release notes Team:Entity Analytics Security Entity Analytics Team labels May 21, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-entity-analytics (Team:Entity Analytics)

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @hop-dev

@kibanamachine
Copy link
Contributor

Flaky Test Runner Stats

🎉 All tests passed! - kibana-flaky-test-suite-runner#6066

[✅] x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/serverless.config.ts: 100/100 tests passed.
[✅] x-pack/test/security_solution_api_integration/test_suites/entity_analytics/risk_engine/trial_license_complete_tier/configs/ess.config.ts: 100/100 tests passed.

see run history

@hop-dev hop-dev merged commit b6e0f87 into elastic:main May 23, 2024
23 checks passed
@hop-dev hop-dev deleted the flaky-telemetry-test branch May 23, 2024 07:53
@kibanamachine kibanamachine added v8.15.0 backport:skip This commit does not require backporting labels May 23, 2024
rshen91 pushed a commit to rshen91/kibana that referenced this pull request May 30, 2024
…d logging (elastic#183915)

## Summary

Closes elastic#182881 

Not sure what went wrong with this test btu I did find the structure
slightly more complicated than needed, I have moved the beforeEach data
loading into the test body and removed the describe blocks.

I have also removed the afterEach, we really shouldnt need to delete the
data twice 😓

I have done [a 200 flaky test
run](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6059#018f9b55-2231-4655-ab35-c6f26aa49720)
🟠 173 succeeded and 2 failed due to a bootstrap issue which caused the
others not to run.

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Entity Analytics Security Entity Analytics Team v8.15.0
Projects
None yet
5 participants