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

"Select Test" still hanging #755

Closed
zanzaben opened this issue Jan 12, 2021 · 0 comments · Fixed by #750
Closed

"Select Test" still hanging #755

zanzaben opened this issue Jan 12, 2021 · 0 comments · Fixed by #750
Assignees
Labels
bug unit-test Tickets related to the OSAL unit testing (functional and/or coverage)
Milestone

Comments

@zanzaben
Copy link
Contributor

Describe the bug
Select test can still sometimes get stuck and hang forever. #707 fixed one cause but this is a different way it can happen.
It's caused because it is waiting for a subtask to finish but if for whatever reason that subtask never even starts, then it gets stuck waiting forever

To Reproduce
Run the test over and over until you see it happen.

Expected behavior
Test should never under any circumstance hang forever.

Code snips
If applicable, add references to the software.

System observed on:
The CI

Reporter Info
Alex Campbell GSFC

@zanzaben zanzaben self-assigned this Jan 12, 2021
zanzaben added a commit to zanzaben/osal that referenced this issue Jan 12, 2021
zanzaben added a commit to zanzaben/osal that referenced this issue Jan 12, 2021
@astrogeco astrogeco added bug unit-test Tickets related to the OSAL unit testing (functional and/or coverage) labels Jan 13, 2021
@astrogeco astrogeco added this to the 6.0.0 milestone Jan 13, 2021
astrogeco added a commit that referenced this issue Jan 13, 2021
Fix #755, resolve subtasks not ending on time
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unit-test Tickets related to the OSAL unit testing (functional and/or coverage)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants