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

[APM] API Test hangs and Timeout, hence skipped #160769

Closed
achyutjhunjhunwala opened this issue Jun 28, 2023 · 1 comment · Fixed by #169255
Closed

[APM] API Test hangs and Timeout, hence skipped #160769

achyutjhunjhunwala opened this issue Jun 28, 2023 · 1 comment · Fixed by #169255
Assignees
Labels
apm:needs-test failed-test A test failure on a tracked branch, potentially flaky-test Team:APM All issues that need APM UI Team support

Comments

@achyutjhunjhunwala
Copy link
Contributor

Kibana version: 8.9 and 8.10

API test present here hangs and timeouts for this test - x-pack/test/apm_api_integration/tests/alerts/anomaly_alert.spec.ts

Initially reported - #155930

The test was skipped and must be checked so that it can be un-skipped

@achyutjhunjhunwala achyutjhunjhunwala added bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support labels Jun 28, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:APM)

@gbamparop gbamparop added apm:needs-test failed-test A test failure on a tracked branch, potentially flaky-test and removed bug Fixes for quality problems that affect the customer experience labels Jul 3, 2023
@MiriamAparicio MiriamAparicio self-assigned this Oct 5, 2023
MiriamAparicio added a commit that referenced this issue Oct 23, 2023
Closes #160769

### What was done
The anomaly alert test was failing with timeout because was not
generating alerts, the data and spikes were added to far away in time,
so when the job is created doesn't take into account data that far in
the past
We fixed the timerange of the data generated and the spikes.

BEFORE:

<img width="1196" alt="image"
src="https://github.com/elastic/kibana/assets/31922082/d14665f3-28be-437b-b9ca-f5f7d449e5f1">

AFTER:

<img width="1196" alt="image"
src="https://github.com/elastic/kibana/assets/31922082/683cb592-173b-4952-b7db-697e3dfb8ebd">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:needs-test failed-test A test failure on a tracked branch, potentially flaky-test Team:APM All issues that need APM UI Team support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants