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

Flaky inventory test #396

Open
rj00a opened this issue Jun 22, 2023 · 0 comments
Open

Flaky inventory test #396

rj00a opened this issue Jun 22, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@rj00a
Copy link
Member

rj00a commented Jun 22, 2023

Valence Version

f1e8b59

What You Did

Run tests locally

What Went Wrong

The dragging_items test occasionally fails.

Additional Information

The problem is likely caused by command application not properly taken into account, since that was the issue fixed in 6f88017. apply_deferred (previously known as apply_system_buffers) is allowed to be scheduled between systems by bevy, which may break assumptions.

This bug existed prior to bevy 0.11, but is only now manifesting due to changes to bevy_ecs scheduling.

@rj00a rj00a added the bug Something isn't working label Jun 22, 2023
@rj00a rj00a added this to the 0.2.0 Release milestone Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant