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

datadog: fix race in test #157

Merged
merged 1 commit into from
Jun 20, 2024
Merged

datadog: fix race in test #157

merged 1 commit into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. datadog: fix race in test

    While the metrics are set in the correct order, the use of a HTTP
    server to receive them means that the metrics can be received on the
    server side in any order, which fails the tests 1 time out of 200,
    potentially higher.
    
    This means we can't rely on any ordering on the server side in the
    test, and need to manually sort events.
    kevinburkesegment committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0d7fc88 View commit details
    Browse the repository at this point in the history