This repository was archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Flaky end-to-end tests/timing issues #162
Comments
Currently failing for me locally in the Docker container:
|
Failure in Travis for
|
Back to the archive issue after setting the global timeout to 20 seconds:
|
The issue with |
The same failure as above but, controversially, not in Felicity's journey just came up in CI.
|
j-lea
pushed a commit
that referenced
this issue
May 6, 2020
… more consistent (fixes #162) Signed-off-by: Marco Garofalo <[email protected]>
5 tasks
j-lea
referenced
this issue
in j-lea/postfacto
May 21, 2020
… more consistent (fixes #162) Signed-off-by: Marco Garofalo <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While trying to upgrade the Node deps that cause audit warnings (
foundation-sites
,react-scripts
* andserve
), I hit some issues with what seem to be timings in the E2E tests, e.g.:Adding a sleep seemed to improve things, which is why I thought it was a timing problem, but putting in explicit sleeps is a bit of an anti-pattern; we want to avoid things like this:
This is a tracking issue to give a place to report flaky tests (as Travis doesn't seem to give access to old builds when you restart them, so we need to copy those failures somewhere else) and figure out what and where needs improving.
* since upgraded in #161
The text was updated successfully, but these errors were encountered: