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

[Security Solution][Detections] Fixes nondeterminism in integration tests #93350

Merged
merged 1 commit into from
Mar 3, 2021

Commits on Mar 2, 2021

  1. Make tests deterministic by providing unique timestamps

    The threat intel data that we are loading for these tests was previously
    copy/pasted, resulting in all docs having the same @timestamp value.
    This resulted in nondeterministic ordering which manifested as test
    failures.
    
    This fixes the issue by giving a unique timestamp to each indicator
    document, and then unskips/updates tests according to this new ordering.
    rylnd committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    fe6af8e View commit details
    Browse the repository at this point in the history