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

BUG: Time Node Merge Not Including Controllers #647

Merged
merged 3 commits into from
Aug 3, 2024

Conversation

MateusStano
Copy link
Member

Pull request type

  • Code changes (bugfix, features)

Checklist

  • CHANGELOG.md has been updated (if relevant)

Description

Found by team RED on Discord.

Controller time nodes were being ignored and discarded in the merging of the time nodes, now they are correctly considered

@MateusStano MateusStano requested a review from a team as a code owner July 30, 2024 20:29
Copy link
Collaborator

@phmbressan phmbressan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job on quickly solving the issue.

Is there any way we could add an assertion to the air_brakes tests to prevent this from happening again? At first, I don't think so since the way the merging is implemented requires manually adding things.

@Gui-FernandesBR
Copy link
Member

Good job on quickly solving the issue.

Is there any way we could add an assertion to the air_brakes tests to prevent this from happening again? At first, I don't think so since the way the merging is implemented requires manually adding things.

You can easily create a test simulating a rocket with parachute and air brakes, checking if both work. Just like the bug report.

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.74%. Comparing base (673ac84) to head (48d6842).
Report is 8 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #647      +/-   ##
===========================================
+ Coverage    75.71%   75.74%   +0.03%     
===========================================
  Files           81       81              
  Lines         9815     9821       +6     
===========================================
+ Hits          7431     7439       +8     
+ Misses        2384     2382       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Gui-FernandesBR Gui-FernandesBR merged commit 3de383a into develop Aug 3, 2024
10 checks passed
@Gui-FernandesBR Gui-FernandesBR deleted the bug/controller-node-merge branch August 3, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

3 participants