mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
testTimeout was using setupDatabase() to get the shared database, creating a collection within it, then deleting the entire database at cleanup. This destroyed the shared Movies/Actors/Books collections, causing testNotSearch and other tests relying on the shared database to fail with 404. Fix: only delete the test collection, not the shared database. Also add waitForAttribute to prevent intermittent failures from attribute not being available when inserting documents. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Legacy | ||
| Permissions | ||
| TablesDB | ||
| Transactions | ||
| DatabasesBase.php | ||
| LegacyConsoleClientTest.php | ||
| LegacyCustomClientTest.php | ||
| LegacyCustomServerTest.php | ||
| TablesDBConsoleClientTest.php | ||
| TablesDBCustomClientTest.php | ||
| TablesDBCustomServerTest.php | ||