Skip to content

Conversation

@vkarak
Copy link
Contributor

@vkarak vkarak commented Jan 26, 2023

This is more general than a logging error, but this is the case that exposes the bug to the users. The problem was that we were unwittingly suppressing all exceptions (except TaskExit, which effectively denotes test errors) inside the _advance_completing() function. This was also posing a problem during development as it was masquerading programming errors that caused exceptions to be thrown from within this function. So much intricate was the bug to spot as so much trivial is the fix!

Fixes #2747.

@vkarak
Copy link
Contributor Author

vkarak commented Jan 27, 2023

@jenkins-cscs retry all

@victorusu victorusu merged commit e45293b into reframe-hpc:master Jan 27, 2023
@vkarak vkarak deleted the bugfix/better-error-when-perflog-fails branch January 27, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants