Skip to content

Conversation

@Jondolf
Copy link
Member

@Jondolf Jondolf commented Jan 10, 2025

Objective

CI is failing because Bevy 0.15.1 had a breaking change that reverted the default behavior for missing system parameters back to panicking (even though patch releases shouldn't have any meaningful breaking changes...) and one of our tests was relying on the behavior in 0.15.0.

Solution

Add the relevant plugins to fix the panic.

@Jondolf Jondolf added C-Testing Improvements or additions to testing A-Determinism Relates to consistent behavior across runs or platforms labels Jan 10, 2025
@Jondolf Jondolf enabled auto-merge (squash) January 10, 2025 22:30
@Jondolf Jondolf merged commit 0e72040 into main Jan 10, 2025
5 checks passed
@Jondolf Jondolf deleted the fix-test branch January 10, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Determinism Relates to consistent behavior across runs or platforms C-Testing Improvements or additions to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants