-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Test huge fields functional test #93334
Test huge fields functional test #93334
Conversation
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - code review and Jenkins results
@elastic/kibana-app-services need a review plz. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fixes elastic#74449 * fix for unskipping test huge fields functional test * fix eslint
* fixes elastic#74449 * fix for unskipping test huge fields functional test * fix eslint
fixes #89031
This test was skipped in master due to an error like this
retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="createIndexPatternTimeFieldSelect"])
. It was not navigating to the Management page , so added thenavigateTo()
.Ran this multiple times locally ( as an individual test and also the entire CIGroup8 which it belongs to)
Also a quick note about the esArchiver. Although it did have the
Date
filed in the metadata, results weren't showing up in Discover for a large time range, so modified the esArchiver accordingly to reflect the Date field, and results were shown in Discover, upon loading the dataset.