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

[CI] Segfault fix #9114

Closed

Conversation

SchrodingersGat
Copy link
Member

@SchrodingersGat SchrodingersGat commented Feb 20, 2025

Attempting to address a segfault error which has been introduced into our CI workflow. Seems to be only associated with the unit tests when running inside the production docker image.

The failing test has been located as:

plugin.base.label.test_label_mixin.LabelMixinTests.test_printing_endpoints

However, the cause of the segfault has not as yet been determined.

Failing Runs

https://github.com/inventree/InvenTree/actions/workflows/docker.yaml?query=branch%3Amaster+is%3Afailure

Related Issues

It appears that this is an upstream issue in the particular alpine image.

@SchrodingersGat SchrodingersGat added bug Identifies a bug which needs to be addressed CI CI / unit testing ecosystem docker Docker / docker-compose full-run Always do a full QC CI run labels Feb 20, 2025
@SchrodingersGat SchrodingersGat added this to the 1.0.0 milestone Feb 20, 2025
Copy link

netlify bot commented Feb 20, 2025

Deploy Preview for inventree-web-pui-preview canceled.

Name Link
🔨 Latest commit ac3f1ae
🔍 Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/67b6b9a5c70a520008a2edbf

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.12%. Comparing base (19f772b) to head (ac3f1ae).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9114      +/-   ##
==========================================
+ Coverage   86.07%   86.12%   +0.04%     
==========================================
  Files        1177     1176       -1     
  Lines       51927    51895      -32     
  Branches     2120     2120              
==========================================
- Hits        44696    44692       -4     
+ Misses       6689     6654      -35     
- Partials      542      549       +7     
Flag Coverage Δ
backend 87.99% <ø> (-0.07%) ⬇️
migrations 42.91% <ø> (-0.11%) ⬇️
pui 69.49% <ø> (+0.37%) ⬆️

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.

@SchrodingersGat
Copy link
Member Author

Closing, replaced by #9118

@SchrodingersGat SchrodingersGat deleted the segfault-fix branch February 21, 2025 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies a bug which needs to be addressed CI CI / unit testing ecosystem docker Docker / docker-compose full-run Always do a full QC CI run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant