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

Fix flaky playground integration test #116

Open
ferranbt opened this issue Aug 12, 2024 · 2 comments
Open

Fix flaky playground integration test #116

ferranbt opened this issue Aug 12, 2024 · 2 comments
Labels
A-e2e Area dedicated to end-to-end testing of the application or system bug Something isn't working

Comments

@ferranbt
Copy link
Contributor

The playground integration test in CI is flaky. It fails around 1 out of 5 times.

@metachris
Copy link
Contributor

Two example failed runs:

Error:

running 1 test
test integration::simple::tests::test_simple_example ... FAILED

failures:

---- integration::simple::tests::test_simple_example stdout ----
thread 'integration::simple::tests::test_simple_example' panicked at crates/rbuilder/src/integration/simple.rs:38:14:
called `Result::unwrap()` on an `Err` value: ProposalNotFound
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    integration::simple::tests::test_simple_example

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

@ferranbt ferranbt added A-e2e Area dedicated to end-to-end testing of the application or system bug Something isn't working labels Aug 20, 2024
@ferranbt
Copy link
Contributor Author

ferranbt commented Sep 4, 2024

I think this is fixed now in #160. I will reintroduce the test that was failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-e2e Area dedicated to end-to-end testing of the application or system bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants