Skip to content

fix(tests): Fix uptime_metrics GraphQL/API tests #4187

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

Merged
merged 1 commit into from
Sep 29, 2020

Conversation

leebenson
Copy link
Contributor

Closes #4175 (hopefully.)

Test with:

RUST_TEST_THREADS=X cargo test --test api -- --nocapture

Where 'X' is the number of threads to test. CI was balking at 1; my local machine panicked with 2. If both pass, it probably works.

Signed-off-by: Lee Benson [email protected]

Signed-off-by: Lee Benson <[email protected]>
@leebenson leebenson added type: bug A code related bug. domain: tests Anything related to Vector's internal tests labels Sep 29, 2020
@leebenson leebenson added this to the 2020-09-28 - Derezzed milestone Sep 29, 2020
@leebenson leebenson self-assigned this Sep 29, 2020
Copy link
Member

@sghall sghall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @leebenson 👍 Didn't get any failures locally with this.

@leebenson leebenson merged commit 49f2360 into master Sep 29, 2020
@leebenson leebenson deleted the leebenson/fix-4175 branch September 29, 2020 15:42
mengesb pushed a commit to jacobbraaten/vector that referenced this pull request Dec 9, 2020
Signed-off-by: Lee Benson <[email protected]>
Signed-off-by: Brian Menges <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: tests Anything related to Vector's internal tests type: bug A code related bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix flaky uptime_metrics tests for macOS
2 participants