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

Fix failing tests #1547

Closed
wants to merge 11 commits into from
Closed

Fix failing tests #1547

wants to merge 11 commits into from

Conversation

gbolmier
Copy link
Member

@gbolmier gbolmier commented May 21, 2024

Some tests are failing due to segmentation fault in the ubuntu-latest environment of the github action runners (no pb locally).

Search for Fatal Python error: Aborted in the logs:

  • Current thread 0x00007ff6e5b7db80 (most recent call first):
    File "/home/runner/work/river/river/river/stats/test_stats.py", line 43 in test_pickling
  • Current thread 0x00007faceb0aeb80 (most recent call first):
    File "/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/copy.py", line 151 in deepcopy

Potentially helpful:

Tried to fix by installing Qt dependencies, but it didn't change anything.

See discord thread.

@gbolmier gbolmier force-pushed the fix-tests branch 14 times, most recently from 65d4b70 to 863fa00 Compare May 21, 2024 17:00
@gbolmier gbolmier force-pushed the fix-tests branch 3 times, most recently from e8949d6 to 025999d Compare May 22, 2024 00:27
@smastelini
Copy link
Member

A lot of the crashes happen in picking-related stuff, but this might not be related

From `ubuntu-latest` to `ubuntu-20.04`
@gbolmier
Copy link
Member Author

gbolmier commented Jul 4, 2024

Fixed by #1564.

@gbolmier gbolmier closed this Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants