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

Unit test test_expression.py intermittently fails when run in CI #350

Open
caiw opened this issue Aug 2, 2024 · 0 comments
Open

Unit test test_expression.py intermittently fails when run in CI #350

caiw opened this issue Aug 2, 2024 · 0 comments

Comments

@caiw
Copy link
Member

caiw commented Aug 2, 2024

The error is something like:

[108](https://github.com/kymata-atlas/kymata-core/actions/runs/10213024563/job/28257590617#step:7:109)
=========================== short test summary info ============================
[109](https://github.com/kymata-atlas/kymata-core/actions/runs/10213024563/job/28257590617#step:7:110)
FAILED tests/test_expression.py::test_hes_rename_functions_just_one - assert <kymata.entit...x7fa45b69c850> == <kymata.entit...x7fa45c189590>
[110](https://github.com/kymata-atlas/kymata-core/actions/runs/10213024563/job/28257590617#step:7:111)
  Full diff:
[111](https://github.com/kymata-atlas/kymata-core/actions/runs/10213024563/job/28257590617#step:7:112)
  - <kymata.entities.expression.HexelExpressionSet object at 0x7fa45c189590>
[112](https://github.com/kymata-atlas/kymata-core/actions/runs/10213024563/job/28257590617#step:7:113)
  ?                                                                  - - -
[113](https://github.com/kymata-atlas/kymata-core/actions/runs/10213024563/job/28257590617#step:7:114)
  + <kymata.entities.expression.HexelExpressionSet object at 0x7fa45b69c850>
[114](https://github.com/kymata-atlas/kymata-core/actions/runs/10213024563/job/28257590617#step:7:115)
  ?                                                                 +++

e.g. here

Here's that again with the long preambles removed:

=========================== short test summary info ============================
FAILED tests/test_expression.py::test_hes_rename_functions_just_one -
 assert <kymata.entit...x7fa45b69c850> == <kymata.entit...x7fa45c189590>
  Full diff:
  - <kymata.entities.expression.HexelExpressionSet object at 0x7fa45c189590>
  ?                                                                  - - -
  + <kymata.entities.expression.HexelExpressionSet object at 0x7fa45b69c850>
  ?                                                                 +++

Rerunning the test with no other changes causes it to pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant