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

[Merged by Bors] - flaky test: put panicking system in a single threaded stage #6172

Closed

Conversation

mockersf
Copy link
Member

@mockersf mockersf commented Oct 5, 2022

Objective

Solution

  • Put the panicking system in a single threaded stage during the test
  • This way only the main thread will panic, which is handled by cargo test

@cart
Copy link
Member

cart commented Oct 5, 2022

bors r+

bors bot pushed a commit that referenced this pull request Oct 5, 2022
# Objective

- Fix #5285 

## Solution

- Put the panicking system in a single threaded stage during the test
- This way only the main thread will panic, which is handled by `cargo test`
@bors bors bot changed the title flaky test: put panicking system in a single threaded stage [Merged by Bors] - flaky test: put panicking system in a single threaded stage Oct 5, 2022
@bors bors bot closed this Oct 5, 2022
@mockersf mockersf added A-Transform Translations, rotations and scales hacktoberfest-accepted labels Oct 5, 2022
xgbwei pushed a commit to xgbwei/bevy that referenced this pull request Oct 5, 2022
…ne#6172)

# Objective

- Fix bevyengine#5285 

## Solution

- Put the panicking system in a single threaded stage during the test
- This way only the main thread will panic, which is handled by `cargo test`
james7132 pushed a commit to james7132/bevy that referenced this pull request Oct 19, 2022
…ne#6172)

# Objective

- Fix bevyengine#5285 

## Solution

- Put the panicking system in a single threaded stage during the test
- This way only the main thread will panic, which is handled by `cargo test`
james7132 pushed a commit to james7132/bevy that referenced this pull request Oct 28, 2022
…ne#6172)

# Objective

- Fix bevyengine#5285 

## Solution

- Put the panicking system in a single threaded stage during the test
- This way only the main thread will panic, which is handled by `cargo test`
ItsDoot pushed a commit to ItsDoot/bevy that referenced this pull request Feb 1, 2023
…ne#6172)

# Objective

- Fix bevyengine#5285 

## Solution

- Put the panicking system in a single threaded stage during the test
- This way only the main thread will panic, which is handled by `cargo test`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Transform Translations, rotations and scales
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The test correct_transforms_when_no_children spuriously fails.
3 participants