Problem/Motivation
Might not be random, but this just broke the branch tests on 9.2.x.
1) Drupal\Tests\field_ui\FunctionalJavascript\EntityDisplayTest::testExtraFields
WebDriver\Exception\CurlExec: Curl error thrown for http POST to http://chromedriver-jenkins-drupal8-core-regression-tests-35995:9515/session/a8b8ea18b9520c6785c23f17f705a552/execute with params: {"script":"(function (element) {\n var event = document.createEvent(\"HTMLEvents\");\n\n event.initEvent(\"drop\", true, true);\n event.dataTransfer = {};\n\n element.dispatchEvent(event);\n}(arguments[0]));","args":[{"ELEMENT":"0.4273382782664239-5"}]}
Retries: 10 and last result:
{"sessionId":"a8b8ea18b9520c6785c23f17f705a552","status":10,"value":{"message":"stale element reference: element is not attached to the page document\n (Session info: headless chrome=74.0.3729.157)\n (Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Linux 4.9.0-0.bpo.6-amd64 x86_64)"}}
https://dispatcher.drupalci.org/job/drupal8_core_regression_tests/35995/...
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | EntityDisplayTest_testExtraFields-no_#3350972-1500x-should_fail.patch | 5.24 KB | spokje |
| #12 | EntityDisplayTest_testExtraFields-1500x.patch | 4.75 KB | spokje |
Issue fork drupal-3203712
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3203712-random-test-failure
changes, plain diff MR !11470
Comments
Comment #2
vijaycs85We got a patch at #3211164: Random errors in Javascript Testing. I wonder if it is worth applying the patch to see if it fixes this issue.oops, the patch is still in progress on #3211164: Random errors in Javascript Testing.
Comment #3
alexpottUnfortunately #3211164: Random errors in Javascript Testing will not fix this. What we need to work out is why the $disabled_region_row has been removed or replaced on the page. What possible triggers are there for that and if maybe we could use a different destination that cannot possibly be removed.
Comment #5
spokjeGot one on
9.3.x: https://www.drupal.org/pift-ci-job/2073525Comment #6
danflanagan8Just ran into this, also on 9.3.x: https://www.drupal.org/pift-ci-job/2199457
Comment #8
stephencamilo commentedComment #9
danflanagan8Restoring previous status.
Comment #12
spokjeLet's see if #3350972: [random test failure] Drupal\Tests\layout_builder\FunctionalJavascript\LayoutBuilderUiTest::testReloadWithNoSections() made some impact on this one.
Comment #13
spokjeNope, no impact at all.
Also no failure at all, so this _might_ be fixed elsewhere.
Comment #14
catchNo activity here for two years and #12 is encouraging, so let's bump down to major but keep it open a bit longer just in case.
Comment #16
quietone commentedComment #19
acbramley commented100 passes here https://git.drupalcode.org/issue/drupal-3203712/-/jobs/4660808
2 years since #14, I think we can close this one out.