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

tests: fuzzer: print error message instead of raise_for_status #10795

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

eckter
Copy link
Contributor

@eckter eckter commented Feb 13, 2025

The tests are flaky because of something related to infra loading, but I don't even know what the underlying error actually is, just that /infra/1/load returns a 500

The tests are flaky because of something related to
infra loading, but I don't even know what the underlying
error actually is, just that /infra/1/load returns a 500

Signed-off-by: Eloi Charpentier <[email protected]>
@eckter eckter requested a review from shenriotpro February 13, 2025 13:32
@eckter eckter requested a review from a team as a code owner February 13, 2025 13:32
@github-actions github-actions bot added the area:integration-tests Work on Integration test, by nature related to different services label Feb 13, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2025

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

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 81.86%. Comparing base (397e4db) to head (7fbad0c).
Report is 2 commits behind head on dev.

Files with missing lines Patch % Lines
tests/fuzzer/fuzzer.py 66.66% 2 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #10795      +/-   ##
==========================================
- Coverage   81.86%   81.86%   -0.01%     
==========================================
  Files        1082     1082              
  Lines      107123   107126       +3     
  Branches      721      721              
==========================================
- Hits        87698    87695       -3     
- Misses      19384    19390       +6     
  Partials       41       41              
Flag Coverage Δ
editoast 74.30% <ø> (-0.02%) ⬇️
front 89.40% <ø> (ø)
gateway 2.18% <ø> (ø)
osrdyne 3.28% <ø> (ø)
railjson_generator 87.50% <ø> (ø)
tests 87.91% <66.66%> (+0.03%) ⬆️

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.

Copy link
Contributor

@shenriotpro shenriotpro left a comment

Choose a reason for hiding this comment

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

Thanks

@eckter eckter added this pull request to the merge queue Feb 13, 2025
Merged via the queue into dev with commit cbee100 Feb 13, 2025
27 checks passed
@eckter eckter deleted the ech/print-fuzzer-error branch February 13, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:integration-tests Work on Integration test, by nature related to different services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants