ethereum / asyncio-run-in-process

A simple asyncio friendly replacement for multiprocessing to run coroutines in a separate process.
MIT License
13 stars 9 forks source link

Intermittent test failures on CI #19

Open gsalgado opened 4 years ago

gsalgado commented 4 years ago

Got this failure today on master: https://circleci.com/gh/ethereum/asyncio-run-in-process/374

Retried and it passed. Need to investigate

staccDOTsol commented 1 year ago

Hey there! Intermittent test failures can be quite frustrating, but don't worry, we can definitely investigate this issue together. Looking at the CircleCI build you shared, it seems that the test failure occurred on the asyncio-run-in-process repository.

Since the test passed on the retry, it could be a transient issue related to the test environment or external dependencies. To investigate further, I would suggest checking the test logs for any error messages or stack traces that might provide clues about the root cause of the failure.

Additionally, it's worth considering any recent changes to the codebase or dependencies that might have introduced this intermittent failure. Reviewing the commit history and any recent pull requests could help identify potential causes.

If the issue persists or you need further assistance, feel free to provide more details, and I'll be happy to help you troubleshoot it.