appwrite/.github
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
..
workflows fix: add file-based cross-process caching for ParaTest --functional mode 2026-02-21 01:47:20 +13:00
labeler.yml chore: create workflow to auto add labels to issues 2025-10-24 11:24:57 -07:00
PULL_REQUEST_TEMPLATE.md Update PR template 2022-11-22 09:42:54 -08:00