-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Folder contents does not always load. Robot tests broken. #3542
Comments
The module federation in plone.staticresources was merged. Trying it manually, I no longer see a problem in the folder contents. Robot tests still randomly fail though. |
I think this is because of the parallel running robot tests you've mentioned in #3540 ... I was lucky and ran |
The folder contents robot tests seem fine now.
I don't know if this means some javascript needs to become more stable, perhaps against race conditions, or if the tests need to be made more stable. On gh-actions, where there are no parallel running processes, I also see querystring failures, and filter controlpanel failures. |
I am able to reproduce the failing robottests: when I edit for example the |
Also left on the Discord: I pushed one commit to the robottest-fix branch to add 2 extra visible/move to focus commands around the querystring index type selection. Had 2 random breaks on that locally before changing it, now I can no longer reproduce it locally with 3 runs... 5 runs I think it's a viewport issue when the select2 dropdowns from the querystring widget go just below the viewport with some of their options, mainly on the index selection. I did the same for a linkintegrity test issue I saw this morning where the modal that shows which links break also expands below the height of the visible area. Similar move into focus checks were added to the control panel tests after the bootstrap 5 updates because the Ok/Save buttons on control panel forms became unreachable semi-randomly. |
This seems okay now. Robot tests are fairly stable now. |
Problem: sometimes this works, sometimes not.
When it does not work, you only see the title, the document byline, and the overal page structure (header, footer, toolbar). In case it helps, the
content-core
looks like this:It goes wrong on Jenkins as well. For example the "Select All items" says:
I can usually find a working link to the report, including screen shots, but apparently not today...
It also goes wrong in my experimental GitHub Action. If you go to the summary and scroll down, you will find as an artifact a zip of
parts/test
where you can see all passed and failed robot tests, including screen shots for the failed ones.Please help make Jenkins green again!
(For the curious among you: the point of my experimental GitHub Action is to see if moving the robot tests to GHA helps: then the tests run in a box, without interference from other jobs.)
The text was updated successfully, but these errors were encountered: