appwrite/.github/workflows
Jake Barnby 3ea1e8e59f fix: add file-based cross-process caching for ParaTest --functional mode
With --functional mode, each test method runs in its own process so
static caches are empty. This causes every method to recreate projects,
databases, collections, attributes, and indexes - flooding the serial
database worker queue and causing attribute polling timeouts.

File-based caching with file locks ensures resources are created once
per test class, then shared across all method processes. This restores
--functional mode and dramatically reduces worker queue load.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 01:47:20 +13:00
..
static-analysis/locale Finalized locale check script 2025-08-12 14:09:36 +02:00
ai-moderator.yml Apply suggestion from @stnguyen90 2025-10-29 00:45:49 -07:00
auto-label-issue.yml chore: create workflow to auto add labels to issues 2025-10-24 11:24:57 -07:00
benchmark.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
check-dependencies.yml feat(security): add github workflow to check dependencies 2024-04-24 23:20:36 +00:00
cleanup-cache.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
codeql-analysis.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
issue-triage.lock.yml fix: clarify bold formatting in triage instructions 2025-11-12 11:49:58 -08:00
issue-triage.md fix: clarify bold formatting in triage instructions 2025-11-12 11:49:58 -08:00
linter.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
nightly.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
pr-scan.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
publish.yml Merge branch '1.8.x' into ci/remove-stave-state 2026-02-13 20:54:56 +00:00
release.yml Merge branch '1.8.x' into ci/remove-stave-state 2026-02-13 20:54:56 +00:00
sdk-preview.yml fix workflow 2026-02-18 17:30:17 +05:30
specs.yml ci: add workflow_dispatch GitHub Action for specs generation 2026-02-17 23:10:30 +05:30
stale.yml Close reason update 2024-04-29 13:42:13 -07:00
static-analysis.yml Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer 2026-02-13 00:56:03 +00:00
tests.yml fix: add file-based cross-process caching for ParaTest --functional mode 2026-02-21 01:47:20 +13:00