You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the full test suite, some tests periodically fail. This doesn't seem to happen as frequently in my local test environment, but it seems to be happening with increasing frequency in the CI test environment. Usually after 1-3 retries in the CI environment, then the problem goes away.
I'm pretty certain the issue is with the test suite, and not the actual application, but in any case, it's not ideal. It would be good to get the bottom of this and fix the flakey tests.
You can browse the test suite history and see areas where retries eventually led to successful tests: https://circleci.com/gh/NREL/api-umbrella/tree/master Here's a couple recent examples where the same commit was retried until success:
With the test suite changes in #312, I think we can consider this closed. The test suite has become much more stable, and any failures have been easier to track down.
When running the full test suite, some tests periodically fail. This doesn't seem to happen as frequently in my local test environment, but it seems to be happening with increasing frequency in the CI test environment. Usually after 1-3 retries in the CI environment, then the problem goes away.
I'm pretty certain the issue is with the test suite, and not the actual application, but in any case, it's not ideal. It would be good to get the bottom of this and fix the flakey tests.
You can browse the test suite history and see areas where retries eventually led to successful tests: https://circleci.com/gh/NREL/api-umbrella/tree/master Here's a couple recent examples where the same commit was retried until success:
The text was updated successfully, but these errors were encountered: