Problem/Motivation
This seems to be hitting MySQL allowed packet or similar limits on gitlab CI.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3615575
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:
Comments
Comment #2
catchExamples : https://git.drupalcode.org/project/drupal/-/jobs/11410928 https://git.drupalcode.org/project/drupal/-/jobs/11410928
Comment #4
catchNot 100% sure this is the problem - looks like MySQL crashed on the server and all the queries from parallel tests that were just about to run failed at the same time, but either way this can be a big query with a lot of test modules.
Comment #5
catchThe database backend already chunks in groups of 100, but I think this is failing because of both the number of rows being written and also how much serialize data there is in there - assuming it's the problem in the first place.
Comment #6
smustgrave commentedHaven't seen this appear yet but did get hit with the entity query bug with 50+ fields a few weeks back. Chunking worked there too so makes sense here.