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

Flakey test on OSX: retry_until_after_timeout #4003

Closed
jszwedko opened this issue Sep 17, 2020 · 2 comments
Closed

Flakey test on OSX: retry_until_after_timeout #4003

jszwedko opened this issue Sep 17, 2020 · 2 comments
Labels
domain: tests Anything related to Vector's internal tests type: bug A code related bug.

Comments

@jszwedko
Copy link
Member

Failure: https://github.com/timberio/vector/pull/3704/checks?check_run_id=1129767532

2020-09-17T17:16:01.2446470Z thread 'main' panicked at 'Timeout', src/test_util/mod.rs:310:5
2020-09-17T17:16:01.2446980Z stack backtrace:
2020-09-17T17:16:01.6290410Z error: test failed, to rerun pass '--lib'
2020-09-17T17:16:01.6290800Z 
2020-09-17T17:16:01.6291020Z Caused by:
2020-09-17T17:16:01.6292180Z   process didn't exit successfully: `/Users/runner/work/vector/vector/target/debug/deps/vector-30d59d8cd75cf082  --nocapture` (signal: 6, SIGABRT: process abort signal)
2020-09-17T17:16:01.6318310Z make: *** [test] Error 101
2020-09-17T17:16:01.6323890Z test test_util::tests::retry_until_after_timeout ... 
2020-09-17T17:16:01.6328800Z ##[error]Process completed with exit code 2.

Ref: #2978

@jszwedko jszwedko added the domain: tests Anything related to Vector's internal tests label Sep 17, 2020
@leebenson
Copy link
Member

Hmm. test_util::tests::retry_until_after_timeout is marked with #[should_panic], so this is expected behavior. Wonder why the panic is slipping through?

@jszwedko
Copy link
Member Author

jszwedko commented Aug 4, 2022

Closing since this test doesn't exist anymore.

@jszwedko jszwedko closed this as completed Aug 4, 2022
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 a pull request may close this issue.

3 participants