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: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/rollup_job/hybrid_index_pattern·js - rollup job hybrid index pattern create hybrid index pattern #184277

Closed
kibanamachine opened this issue May 25, 2024 · 9 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented May 25, 2024

A test failed on a tracked branch

Error: retry.try timeout: ResponseError: illegal_argument_exception: [illegal_argument_exception] Reason: new rollup jobs are not allowed in clusters that don't have any rollup usage, since rollup has been deprecated
    at onBody (/opt/local-ssd/buildkite/builds/kb-n2-4-e2d7adc93565fce1/elastic/kibana-7-dot-17-es-8-dot-15-forward-compatibility/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:367:23)
    at IncomingMessage.onEnd (/opt/local-ssd/buildkite/builds/kb-n2-4-e2d7adc93565fce1/elastic/kibana-7-dot-17-es-8-dot-15-forward-compatibility/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:291:11)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1696:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at onFailure (/opt/local-ssd/buildkite/builds/kb-n2-4-e2d7adc93565fce1/elastic/kibana-7-dot-17-es-8-dot-15-forward-compatibility/kibana/test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (/opt/local-ssd/buildkite/builds/kb-n2-4-e2d7adc93565fce1/elastic/kibana-7-dot-17-es-8-dot-15-forward-compatibility/kibana/test/common/services/retry/retry_for_success.ts:59:13)
    at RetryService.try (/opt/local-ssd/buildkite/builds/kb-n2-4-e2d7adc93565fce1/elastic/kibana-7-dot-17-es-8-dot-15-forward-compatibility/kibana/test/common/services/retry/retry.ts:31:12)
    at Context.<anonymous> (test/functional/apps/rollup_job/hybrid_index_pattern.js:68:7)
    at Object.apply (/opt/local-ssd/buildkite/builds/kb-n2-4-e2d7adc93565fce1/elastic/kibana-7-dot-17-es-8-dot-15-forward-compatibility/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:78:16)

First failure: kibana-7-dot-17-es-8-dot-15-forward-compatibility - 7.17

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label May 25, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label May 25, 2024
@kibanamachine kibanamachine added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label May 25, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

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

@kibanamachine
Copy link
Contributor Author

@kibanamachine
Copy link
Contributor Author

@kibanamachine
Copy link
Contributor Author

@kibanamachine
Copy link
Contributor Author

@kibanamachine
Copy link
Contributor Author

Skipped

7.17: 5049fbb

@alisonelizabeth
Copy link
Contributor

Likely related to elastic/elasticsearch#108624; we are addressing via #169996 and will evaluate tests at that time

ElenaStoeva added a commit that referenced this issue Jul 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes #184229
Fixes #184230
Fixes #184277
Fixes #184278
Fixes #184357
Fixes #57065

## Summary

This PR unskips the 7.17 rollup functional tests which failed during the
7.17 ES 8.15 forward compatibility tests.

To run the tests locally with ES 8.15:

```
ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.15.0/manifest-latest-verified.json" node scripts/functional_tests_server.js --config x-pack/test/functional/config.js
```

```
ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.15.0/manifest-latest-verified.json" node scripts/functional_test_runner.js --config x-pack/test/functional/config.js --grep="rollup job"

```

---------

Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Alison Goryachev <[email protected]>
@ElenaStoeva
Copy link
Contributor

Fixed with #187350

adelisle pushed a commit to Makila-AI/kibana that referenced this issue Aug 5, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
adelisle pushed a commit to Makila-AI/kibana that referenced this issue Aug 5, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixes elastic#184229
Fixes elastic#184230
Fixes elastic#184277
Fixes elastic#184278
Fixes elastic#184357
Fixes elastic#57065

## Summary

This PR unskips the 7.17 rollup functional tests which failed during the
7.17 ES 8.15 forward compatibility tests.

To run the tests locally with ES 8.15:

```
ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.15.0/manifest-latest-verified.json" node scripts/functional_tests_server.js --config x-pack/test/functional/config.js
```

```
ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.15.0/manifest-latest-verified.json" node scripts/functional_test_runner.js --config x-pack/test/functional/config.js --grep="rollup job"

```

---------

Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Alison Goryachev <[email protected]>
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:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

4 participants