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

Import integration test is flaky #321

Open
MikkelPaulson opened this issue Sep 20, 2023 · 0 comments
Open

Import integration test is flaky #321

MikkelPaulson opened this issue Sep 20, 2023 · 0 comments

Comments

@MikkelPaulson
Copy link
Collaborator

MikkelPaulson commented Sep 20, 2023

The integration::storage::export_import::import_event test (in core/tests/integration) sometimes fails the following assertion:

failures:

---- integration::storage::export_import::import_event stdout ----
thread 'integration::storage::export_import::import_event' panicked at 'assertion failed: matches!(event, Some(Event :: Import))', core/tests/integration/storage/export_import/mod.rs:84:5
error: test failed, to rerun pass -p initiative-core --test integration_tests
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

failures:
integration::storage::export_import::import_event

test result: FAILED. 74 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s

Error: Process completed with exit code 101.

It seems like this happens more on GitHub Actions than it does locally, although I have seen it when running in my local environment as well.

  • Is this a flaky test or an intermittent bug?
  • Make it stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant