ISISComputingGroup / ISISComputingGroup/IBEX
system tests: Fix python crash during tests
Open
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
As a developer i would like the system tests to not occasionally crash
This seems to be a python crash that takes a while to reporduce. After much testing first fixed a thread leak, but this was not source of problem. Real problem was calling an exception handler function that was a python object that had got garbage collected. We were using an earlier incantation of an exception handler replacement function that we had created, using the upstream one fixed the issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.