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

Assertion Updates Needed due to esarchiver load action concurrency change - x-pack/test/functional/apps/dashboard/group3/reporting/download_csv.ts #173052

Closed
wayneseymour opened this issue Dec 11, 2023 · 2 comments
Assignees
Labels
Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@wayneseymour
Copy link
Member

The es archiver load action is being updated to increase speed.

The usual culprit is the concurrency, which places data out of expected sort order.
We expect placing a sort order in the queries themselves is one solution.
Another could be asserting in such a fashion that does not require a sort order.

This is issue is an attempt to ensure that no decreased coverage, goes overlooked.

@wayneseymour wayneseymour added the Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) label Dec 11, 2023
@elasticmachine
Copy link
Contributor

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

@wayneseymour
Copy link
Member Author

Resolved by: wayneseymour#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

No branches or pull requests

3 participants