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

Command icon 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

catch created an issue. See original summary.

catch’s picture

Status: Active » Needs review

Not 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.

catch’s picture

The 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.

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Needs Review Queue Initiative

Haven'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.