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

core: stdcm: set a min speed for engineering allowance check #10289

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

eckter
Copy link
Contributor

@eckter eckter commented Jan 8, 2025

We used to consider that we can add any amount of time if the train can basically stop, but this was too optimistic

Fix #9023 (at least some cases, I'll run the fuzzer to look for any other bug)

@eckter eckter requested a review from Erashin January 8, 2025 16:37
@eckter eckter requested a review from a team as a code owner January 8, 2025 16:37
@github-actions github-actions bot added the area:core Work on Core Service label Jan 8, 2025
We used to consider that we can add any amount of time
if the train can basically stop, but this was too optimistic

Signed-off-by: Eloi Charpentier <eloi.charpentier.42@gmail.com>
@eckter eckter force-pushed the ech/fix-engineering-check branch from 79b87f4 to aeeae9d Compare January 8, 2025 16:39
Copy link
Contributor

@Erashin Erashin left a comment

Choose a reason for hiding this comment

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

Thx for the comment!

@eckter eckter enabled auto-merge January 8, 2025 16:42
@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.51%. Comparing base (cae4d30) to head (aeeae9d).
Report is 10 commits behind head on dev.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #10289      +/-   ##
==========================================
+ Coverage   81.49%   81.51%   +0.01%     
==========================================
  Files        1058     1059       +1     
  Lines      104270   104459     +189     
  Branches      722      722              
==========================================
+ Hits        84973    85146     +173     
- Misses      19256    19272      +16     
  Partials       41       41              
Flag Coverage Δ
editoast 73.68% <ø> (-0.07%) ⬇️
front 89.24% <ø> (+0.03%) ⬆️
gateway 2.18% <ø> (ø)
osrdyne 3.28% <ø> (ø)
railjson_generator 87.50% <ø> (ø)
tests 87.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@eckter eckter added this pull request to the merge queue Jan 9, 2025
Merged via the queue into dev with commit 0d30501 Jan 9, 2025
27 checks passed
@eckter eckter deleted the ech/fix-engineering-check branch January 9, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core Work on Core Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stdcm: Failed to compute a simulation that wouldn't cause conflicts error
3 participants