appwrite/tests/e2e/Services/Databases/Transactions
Jake Barnby dca375624c fix: add missing 202 assertions before schema polling waits
- 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>
2026-02-18 22:58:05 +13:00
..
ACIDBase.php Fix tests 2026-01-15 14:04:39 +13:00
LegacyACIDTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
LegacyTransactionPermissionsCustomClientTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
LegacyTransactionsConsoleClientTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
LegacyTransactionsCustomClientTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
LegacyTransactionsCustomServerTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
TablesDBACIDTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
TablesDBTransactionPermissionsCustomClientTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
TablesDBTransactionsConsoleClientTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
TablesDBTransactionsCustomClientTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
TablesDBTransactionsCustomServerTest.php Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
TransactionPermissionsBase.php perf: Remove @depends from Database Transactions tests 2026-02-06 04:47:23 +13:00
TransactionPermissionsBase.php.tmp Consolidate, remove depends, add fixtures 2026-01-10 03:21:31 +13:00
TransactionsBase.php fix: add missing 202 assertions before schema polling waits 2026-02-18 22:58:05 +13:00