Update MariaDB to version 11 for Quant 8.x-1.x

Created on 27 June 2023, over 1 year ago
Updated 7 January 2024, 10 months ago

Problem/Motivation

See followup to πŸ“Œ Quant 8.x-1.x phpunit failing in CI Fixed in GitHub #159 by OrbisK:

https://github.com/quantcdn/drupal/pull/159#issuecomment-1607710543

The healthcheck is the problem. Due to the mysql symlinks.
This should work with MariaDB:11

services:
  mariadb:
     environment:
       MARIADB_MYSQL_LOCALHOST_USER: true
     healthcheck:
       test: ["CMD", "/usr/local/bin/healthcheck.sh", "--su-mysql", "--connect", "--innodb_initialized"]

Steps to reproduce

See πŸ“Œ Quant 8.x-1.x phpunit failing in CI Fixed .

Proposed resolution

Try updating the .github/workflows/ci.yml file to use something like:

services:
  mariadb:
     environment:
       MARIADB_MYSQL_LOCALHOST_USER: true
     healthcheck:
       test: ["CMD", "/usr/local/bin/healthcheck.sh", "--su-mysql", "--connect", "--innodb_initialized"]

Remaining tasks

  • Update code
  • Review and test
  • Commit :)

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024