appwrite/tests/e2e/Services/Databases/Permissions
Jake Barnby 1b9d0ca1c6 fix: Fix remaining parallel-safety issues from CI iteration 2
- Fix DB relationship tests: use ID::unique() for person/library collections
- Fix DB StringTypesTest: use waitForAllAttributes instead of sleep(3)
- Fix DB permissions tests: update expected counts for parallel mode
- Fix Account OAuth tests: clean up shared mock OAuth email before use
- Fix Account phone tests: ensure phone auth enabled, unique phone numbers
- Fix Messaging: compare datetime via timestamps, accept processing state
- Fix GraphQL testGetColumn: call setupStringColumn instead of setupTable
- Fix Projects: update mock numbers error message assertion

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 14:55:41 +13:00
..
DatabasesPermissionsBase.php perf: Remove @depends from Databases permissions and partial GraphQL tests 2026-02-06 11:56:58 +13:00
LegacyPermissionsGuestTest.php Migrate to PHPUnit 11 2026-01-15 16:14:53 +13:00
LegacyPermissionsMemberTest.php fix: Fix remaining parallel-safety issues from CI iteration 2 2026-02-09 14:55:41 +13:00
LegacyPermissionsTeamTest.php perf: Remove @depends from Databases permissions and partial GraphQL tests 2026-02-06 11:56:58 +13:00
TablesDBPermissionsGuestTest.php Remove debug code 2026-01-16 22:31:35 +13:00
TablesDBPermissionsMemberTest.php fix: Fix remaining parallel-safety issues from CI iteration 2 2026-02-09 14:55:41 +13:00
TablesDBPermissionsTeamTest.php perf: Remove @depends from Databases permissions and partial GraphQL tests 2026-02-06 11:56:58 +13:00