Skip to content

Assertion Updates Needed due to esarchiver load action concurrency change - x-pack/test/reporting_api_integration/reporting_and_security/download_csv_dashboard.ts #171022

Open

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions