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

did_propagate test is flaky #6036

Closed
alice-i-cecile opened this issue Sep 20, 2022 · 3 comments
Closed

did_propagate test is flaky #6036

alice-i-cecile opened this issue Sep 20, 2022 · 3 comments
Labels
A-Build-System Related to build systems or continuous integration A-Tasks Tools for parallel and async work C-Bug An unexpected or incorrect behavior C-Code-Quality A section of code that is hard to understand or change

Comments

@alice-i-cecile
Copy link
Member

Example failure: https://github.com/bevyengine/bevy/actions/runs/3092436459/jobs/5003700386

Output:

failures:

---- systems::test::did_propagate stdout ----
thread 'systems::test::did_propagate' panicked at 'assertion failed: (left == right)
left: 0v0,
right: 2v0: Malformed hierarchy. This probably means that your hierarchy has been improperly maintained, or contains a cycle', crates/bevy_transform/src/systems.rs:69:9
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

failures:
systems::test::did_propagate

This is a recurrence of #4996, caused by the sibling test that panics.

@alice-i-cecile alice-i-cecile added C-Bug An unexpected or incorrect behavior A-Build-System Related to build systems or continuous integration C-Code-Quality A section of code that is hard to understand or change A-Tasks Tools for parallel and async work labels Sep 20, 2022
@mockersf
Copy link
Member

mockersf commented Sep 20, 2022

Related to #5285

@targrub
Copy link
Contributor

targrub commented Oct 5, 2022

@mockersf
Copy link
Member

mockersf commented Oct 5, 2022

closing for #5285

@mockersf mockersf closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Build-System Related to build systems or continuous integration A-Tasks Tools for parallel and async work C-Bug An unexpected or incorrect behavior C-Code-Quality A section of code that is hard to understand or change
Projects
None yet
Development

No branches or pull requests

3 participants