bevyengine / bevyengine/bevy

bevy_ecs system stepping tests are failing and are not tested in CI

Open
#17,652 1 comment 0 reactions 0 assignees View on GitHub
A-Build-System A-ECS C-Bug S-Needs-Investigation
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## Bevy version

#17651

## What you did

cargo test --package bevy_ecs --lib --all-features

## What went wrong

```
failures:
schedule::stepping::tests::clear_breakpoint
schedule::stepping::tests::clear_schedule
schedule::stepping::tests::clear_schedule_then_set_behavior
schedule::stepping::tests::clear_system
schedule::stepping::tests::continue_always_run
schedule::stepping::tests::continue_breakpoint
schedule::stepping::tests::continue_never_run
schedule::stepping::tests::continue_step_continue_with_breakpoint
schedule::stepping::tests::disabled_always_run
schedule::stepping::tests::disabled_breakpoint
schedule::stepping::tests::disabled_never_run
schedule::stepping::tests::multiple_calls_per_frame_continue
schedule::stepping::tests::multiple_calls_per_frame_step
schedule::stepping::tests::remove_schedule
schedule::stepping::tests::set_behavior_then_clear_schedule
schedule::stepping::tests::step_always_run
schedule::stepping::tests::step_breakpoint
schedule::stepping::tests::step_never_run

test result: FAILED. 643 passed; 18 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.04s
```

## Additional information

These don't seem to be tested in CI somehow? Bisecting the start of the failure would be nice.

We should fix these tests, and ensure that our build system is exercising these tests. @mockersf or @BD103 may have ideas on the latter.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.