mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
- Fix testSpatialDistanceInMeter: move assertEquals(202) BEFORE waitForIndex (was after, causing misleading 4-minute timeout on creation failure) - Add 202 assertions to testSpatialAttributesMixedCollection attribute creation - Add 202 assertion to testConcurrentTransactionConflicts attribute creation - Add 202 assertion to fulltext search index creation - Add 202 assertion to shared collection attribute creation These ensure tests fail fast with clear errors if schema creation returns an error, instead of pointlessly polling for 4 minutes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>