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

Failing test: X-Pack Reporting API Integration Tests.x-pack/test/reporting_api_integration/reporting_and_security/validation·ts - Reporting APIs Job parameter validation pngV2 fails if width or height are non-numeric #179001

Closed
kibanamachine opened this issue Mar 19, 2024 · 4 comments · Fixed by #179279
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Mar 19, 2024

A test failed on a tracked branch

Error: retry.tryForTime reached timeout 18000 ms
Error: expected 503 to equal 500
    at Assertion.assert (expect.js:100:11)
    at Assertion.equal (expect.js:227:8)
    at validation.ts:100:35
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at runAttempt (retry_for_success.ts:29:15)
    at retryForSuccess (retry_for_success.ts:98:21)
    at RetryService.tryForTime (retry.ts:37:12)
    at Context.<anonymous> (validation.ts:94:9)
    at Object.apply (wrap_function.js:73:16)
    at onFailure (retry_for_success.ts:17:9)
    at retryForSuccess (retry_for_success.ts:84:7)
    at RetryService.tryForTime (retry.ts:37:12)
    at Context.<anonymous> (validation.ts:94:9)
    at Object.apply (wrap_function.js:73:16)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Mar 19, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Mar 19, 2024
@kibanamachine kibanamachine added the Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) label Mar 19, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Mar 19, 2024
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@mistic
Copy link
Member

mistic commented Mar 21, 2024

Skipped.

main: fa9c0dc

tsullivan added a commit to tsullivan/kibana that referenced this issue Mar 22, 2024
@tsullivan tsullivan self-assigned this Mar 22, 2024
tsullivan added a commit that referenced this issue Mar 25, 2024
## Summary

Close #179001
Close #178924

The logs from the failures indicate that jobs were still in "processing"
status at the end of their timeout. The expectation was that processing
would be finished at that the result would be "failed." This change adds
more time to the timeout limit so the jobs can progress beyond
"processing" and hit the "failed" state.

Flaky test runner job:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5546
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants