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
The end-to-end-test.sh tests can create flaky behavior resulting in false test failures during Pull Requests and merges to the master branch. This is introduced due to test resources persisting between different tests. Right now this behavior seems rare.
To resolve this manually usually using "Re-run Jobs" works.
We should attempt to remove resource conflicts between tests so that tests provide clearer results and flaky test failures are reduced.
It may be helpful to track the occurrence of these test flakes so we have an idea of how common the issue is.
The text was updated successfully, but these errors were encountered:
The
end-to-end-test.sh
tests can create flaky behavior resulting in false test failures during Pull Requests and merges to the master branch. This is introduced due to test resources persisting between different tests. Right now this behavior seems rare.To resolve this manually usually using "Re-run Jobs" works.
We should attempt to remove resource conflicts between tests so that tests provide clearer results and flaky test failures are reduced.
It may be helpful to track the occurrence of these test flakes so we have an idea of how common the issue is.
The text was updated successfully, but these errors were encountered: