Skip flaky monitoring/*_mb tests#98238
Conversation
|
Looks like it's just the files with an Can we just comment out the _mb files (all of them, not just the elasticsearch ones) for now? I'll investigate first thing next week. |
jasonrhodes
left a comment
There was a problem hiding this comment.
Commenting out all _mb tests for now is ok with me. I'll have a ticket up later that links to this one so we can fix those and re-enable them next week.
|
Pinging @elastic/kibana-operations (Team:Operations) |
💔 Build Failed
Failed CI StepsTest FailuresKibana Pipeline / jest / Jest Tests.src/plugins/expressions/common/execution.Execution expression execution result is undefined until execution completesStandard OutStack TraceMetrics [docs]
To update your PR or re-run it, just comment with: |
|
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
These tests were disabled temporarily in elastic#98238 because of intermittent failures in master.
|
Pinging @elastic/stack-monitoring (Team:Monitoring) |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
We did this for master but now need to do it for this backport as well, see elastic#98238 for more info
…*` indices (#96205) (#98672) * [Monitoring] Ensure Stack Monitoring UI works with `metricbeat-*` indices (#96205) * WIP * WIP * Remove unnecessary fields * Work on node detail page * Cluster overview looking good * Index page * Fix types * ML jobs * CCR * CCR * We just need total here * Standalone cluster fix * Re-enable logstash * FIx jest test * Fix tests * Fix tests * Fix unused import * Add new MB-based archives * Add actual archives * Fix types * Add this file back in * Fix tests and add more * Update whitelist * Renames * Renames * Only do ccs if enabled * Updates * Comment out * More tests passing * Another passing test * More passing, yay * Forgot to add the actual tests, wow * CCR * Fix CI issues * Missed a field here * Kibana tests passing * Fix type issues * Fix type * Fix types * Good chunk of logstash work * Fix types * Fix jest test * Fix issue with get usage in logstash code * Fix small bug here * Update archives with proper mappings * Handle both legacy and mb fields properly * Fixes * Fix jest test * Fix issue * Getting setup tests in a better state * Only beats is failing now, which is good * Progress on cluster listing * Functional tests passing! * More progress on cluster tests * More cluster work * Fix test * Last recovery working * Fix types * Fix tests * More tweaks * Fix snapshot * Use stats instead of kibana_stats * Use node and node_stats for logstash * Beats tests passing * APM tests passing * API tests passing! * Fix types * Fix tests * Renames beats-with-restarted-instance archive dirs Kebab case is disallowed for all newly added files. * Renames logstash-pipeline dirs Kebab case disallowed for all new files * Renames multi-basic dirs Kebab case disallowed for all new files * Renames singlecluster-* dirs Kebab case disallowed for all new files * Fixes inaccurate path change for archive setup * Reverts changes to rebuild_all script Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # x-pack/plugins/monitoring/server/lib/apm/_apm_stats.js # x-pack/test/api_integration/apis/monitoring/apm/fixtures/cluster.json * Fix merge conflict error, 0 vs null * Temporarily disabling _mb func tests for monitoring We did this for master but now need to do it for this backport as well, see #98238 for more info * Fixes incorrect archive path for new test after merge Co-authored-by: Chris Roberson <chrisronline@gmail.com>
* Reenabled _mb suffixed stack monitoring func tests These tests were disabled temporarily in #98238 because of intermittent failures in master. * use test_user instead of basic_monitoring_user * remove security service * remove logout and cleanup Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: neptunian <sandra.gonzales@elastic.co>
* Reenabled _mb suffixed stack monitoring func tests These tests were disabled temporarily in elastic#98238 because of intermittent failures in master. * use test_user instead of basic_monitoring_user * remove security service * remove logout and cleanup Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: neptunian <sandra.gonzales@elastic.co>
* Reenabled _mb suffixed stack monitoring func tests These tests were disabled temporarily in elastic#98238 because of intermittent failures in master. * use test_user instead of basic_monitoring_user * remove security service * remove logout and cleanup Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: neptunian <sandra.gonzales@elastic.co> # Conflicts: # x-pack/test/functional/apps/monitoring/index.js
* Reenabled _mb suffixed stack monitoring func tests These tests were disabled temporarily in elastic#98238 because of intermittent failures in master. * use test_user instead of basic_monitoring_user * remove security service * remove logout and cleanup Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: neptunian <sandra.gonzales@elastic.co> # Conflicts: # x-pack/test/functional/apps/monitoring/index.js
* Reenabled _mb suffixed stack monitoring func tests These tests were disabled temporarily in #98238 because of intermittent failures in master. * use test_user instead of basic_monitoring_user * remove security service * remove logout and cleanup Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: neptunian <sandra.gonzales@elastic.co> Co-authored-by: Jason Rhodes <jason.rhodes@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Various tests are failing very often after #96205 was merged.