-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Intermittent e2e test failures #6956
Intermittent e2e test failures #6956
Comments
Comment from @youknowriad to address (#6995 (comment)):
|
Moving to 3.2. This is an issue with tests rather than with actual code. |
FYI #7493 will resolve at least two of the intermittent failing tests I've seen. |
I just saw this: On #7322, which was just rebased against master. |
Based on the error message, I'm inclined to think it should be resolved with #7544 . Let's continue reopening if it persists, though. |
A change was snuck into #6959 (689d79d) to run end-to-end tests in serial order (not parallel) which could help make the tests more deterministic and eliminate any chance of tests affecting one another (since, for example, some tests activate plugins which could have an impact site-wide if tests are run in parallel). |
I've been seeing this one a lot lately: #6956 (comment) |
Starting to see a new one.
Example: #7841 https://travis-ci.org/WordPress/gutenberg/jobs/401939944 |
I'm also seeing Seems to be due to the wrong block being focused during the test (the inserted blocks seem to have a nested paragraph block and the paragraph block end up being focused): Had a quick look but couldn't figure out a workaround. |
@talldan, can you check PR from @jorgefilipecosta #7896 and verify if that resolves this issue? It has been opened for some time but we didn't come up to the consensus if it resolves the issue or hides it deeper :) |
@aduth - there is an open issue for it logged for it. Actually, there are 2 open issues with e2e test failures which happen from time to time:
|
Ok, #8712 appears to be the same as in #8707 (comment) so let's close in favor of that one. |
The e2e test suite currently fails intermittently. Sometimes the test failure looks like this:
I have no idea on the cause of this, but it's getting in the way of other unrelated development.
The text was updated successfully, but these errors were encountered: