From dfdfcb8ca14a1cc135cde175f1214a56008f806e Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Thu, 25 Jun 2026 06:28:28 +0530 Subject: [PATCH] ci(mariadb): fix stale 'restore DB dump' fan-out comment The shards start MariaDB on the baked datadir; there is no DB dump restore. Aligns the overview comment with the corrected Hydrate step (greptile). --- .github/workflows/server-tests-mariadb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 5c2996b9bd0..4b800c5ed09 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -135,8 +135,8 @@ jobs: --exclude='.git' --exclude='node_modules' frappe-bench ls -lh "/opt/ci-bench-staging/${GITHUB_RUN_ID}.tar.gz" - # Fan-out: each shard downloads the bench, untars it, restores the DB dump, and runs its - # slice of the suite. No clone, no build, no reinstall on the self-hosted boxes. + # Fan-out: each shard downloads the bench, untars it, starts MariaDB on the baked datadir, and + # runs its slice of the suite. No clone, no build, no reinstall, no DB dump restore on the shards. test: name: Python Unit Tests needs: setup