mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Move the Books collection, attributes, and fulltext index creation into the shared setupCollection/setupAttributes/setupIndexes cache chain so they are processed early when the worker queue is less loaded. This eliminates testNotSearch creating redundant infrastructure from scratch at test time when the queue is overwhelmed with 830+ parallel tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>