-
Notifications
You must be signed in to change notification settings - Fork 40
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
publish workflow fails but build/test workflow succeeds since #610 #611
Comments
Looking into this. The build/test workflow passed in the PR but the tests failed on the push of the merge commit (https://github.com/cyclus/cycamore/actions/runs/9304350646). It shows up as a green check since the workflow steps "soft" fail |
I see cyclus/cyclus#1749 was merged just before #610 (between the passing PR build/test workflow and the first failing build/test workflow). @nuclearkatie committed |
Hmm, I don't think it should have |
Tests pass locally if I checkout the cyclus commit prior to cyclus/cyclus#1749 being merged. The failing test expects Quantity values for rows 0, 1, 2 to be 0.61256, 0.62217, 0.39705, respectively. These are the Quantity values produced by the test for the first 10 rows: |
Ah... I think I might know what's going on. I'll keep an eye on this and make sure it does get resolved, with Thanks for pulling that list @bennibbelink, that helped me think about where unexpected zero-size resources might be coming from :) |
Thanks @nuclearkatie!! Glad you've got a handle on this, I was pretty stumped 😁 |
We didn't get to see downstream testing for #1761 due to #1762 causing the conda cyclus builds to fail. #1763 attempts to resolve #1762, but downstream cycamore tests are failing at |
I'll take a look |
Ah yes, this is the issue that the order of packaged materials in resources is not fixed, so tests need to be written accordingly. PR #612 addresses this for storage tests on packaging, and cyclus PR cyclus#1750 updates the tests on packaging at the material sell policy level |
The build/test workflow was successful when #610 was reviewed and then once it was merged. However, the publish workflow runs on merge and it is failing one test:
storage.NormalActiveDormantBuyingSize
The text was updated successfully, but these errors were encountered: