-
Notifications
You must be signed in to change notification settings - Fork 33
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
Events unit test intermittently failing with timeout or CallContext
mock rejections
#162
Comments
I hit this again today on a release build: https://github.com/hyperledger/firefly-ethconnect/runs/4288464013?check_suite_focus=true |
The changes in #175 should address these intermittent failures in the |
Copying out a summary of the first error here - which was a timeout in
|
Second error was an overrun of the background processing in one of the events test, beyond where the mocks had been cleaned up (a number of these were fixed in #175 ):
|
CallContext
mock rejections
Updated title to be more specific, so we don't end up with a catch-all issue for all unit test failures |
I ran a
docker build
onmain
and had a unit test fail. After running the same exact command again, the test passed, leading me to believe that it's intermittent... which is concerning given that it's a unit test. Full test log is attached.etheconnect_log.txt
The text was updated successfully, but these errors were encountered: