Jake Barnby
0cc3db6095
Fix flaky test timing issues
...
- Increase SchemaPolling default timeout from 60s to 120s
- Replace hardcoded sleep() with assertEventually() for message status polling in Messaging tests
2026-01-16 22:57:05 +13:00
Jake Barnby
36c4228de6
Remove debug code
2026-01-16 22:31:35 +13:00
Jake Barnby
34810ca5bb
Debug: dump response body on failure
2026-01-16 21:44:28 +13:00
Jake Barnby
392619284e
Fix perms tests
2026-01-16 21:09:46 +13:00
Jake Barnby and Claude Opus 4.5
63b3365ce9
Fix PHPUnit 11 migration test issues
...
- Add missing @depends testCreateDatabase to testUpdateWithExistingRelationships in DatabasesBase.php
- Fix data provider keys in LegacyPermissionsMemberTest and TablesDBPermissionsMemberTest to match parameter names (any->anyCount, users->usersCount, doconly->docOnlyCount)
- Convert provideCustomExecutions data provider to positional arrays to avoid PHPUnit 11 named argument conflicts with @depends
- Restore @depends testUpdateAccountPhone for testCreatePhoneVerification in GraphQL AccountTest
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:59:53 +13:00
Jake Barnby and Claude Opus 4.5
4adc4f65ad
Add missing PHPUnit #[Depends] to GraphQL Functions tests
...
Fixed missing #[Depends] attributes:
- FunctionsClientTest: 4 methods (testCreateDeployment, testCreateExecution,
testGetExecutions, testGetExecution)
- FunctionsServerTest: 11 methods (all test methods with parameters)
- Legacy/DatabaseServerTest: Fixed testCreateIndex dependency
(was depending on void-returning testUpdateURLAttribute)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:28:38 +13:00
Jake Barnby and Claude Opus 4.5
7498c330eb
Add missing PHPUnit #[Depends] to Functions, Messaging, Webhooks tests
...
Fixed missing #[Depends] attributes:
- FunctionsCustomServerTest: testCancelDeploymentBuild → testCreateDeployment
- MessagingBase: testDeleteMessage → testSendEmail
- WebhooksBase: testDeleteDocument → testUpdateDocument, testDeleteRow → testUpdateRow
- WebhooksCustomClientTest: testUpdateAccountName → testDeleteAccountSessions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:18:55 +13:00
Jake Barnby and Claude Opus 4.5
1d03af22e4
Add missing PHPUnit #[Depends] attributes to GraphQL tests
...
PHPUnit 11 requires explicit #[Depends] attributes. The migration removed
@depends annotations but didn't add all corresponding #[Depends] attributes.
Fixed in:
- GraphQL/Legacy/DatabaseClientTest: 5 methods
- GraphQL/StorageClientTest: 7 methods
- GraphQL/StorageServerTest: 10 methods
- GraphQL/TeamsServerTest: 3 methods
- GraphQL/TeamsClientTest: 2 methods
- GraphQL/TablesDB/DatabaseServerTest: ~40 methods
- GraphQL/TablesDB/DatabaseClientTest: 5 methods
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:10:30 +13:00
Jake Barnby and Claude Opus 4.5
7d6ac8f7a2
Add missing PHPUnit #[Depends] attributes
...
PHPUnit 11 requires explicit #[Depends] attributes instead of the old
@depends annotations. Several test methods were missing these attributes,
causing "Too few arguments" errors when PHPUnit tried to run the tests.
Fixed in:
- AccountCustomClientTest: testUpdateAccountPassword, testUpdateAccountRecovery, testCreateSession
- GraphQL/Legacy/DatabaseServerTest: Added 36 missing #[Depends] attributes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 17:51:31 +13:00
Jake Barnby
46f3fadc5d
Fix hooks
2026-01-15 17:21:05 +13:00
Jake Barnby
714b8d7ea6
Migrate to PHPUnit 11
2026-01-15 16:14:53 +13:00
Jake Barnby
84f9485049
Fix tests
2026-01-15 14:04:39 +13:00
Jake Barnby
d7a6a7b5d8
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
...
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/Legacy/Permissions/DatabasesPermissionsGuestTest.php
# tests/e2e/Services/Databases/TablesDB/Permissions/DatabasesPermissionsGuestTest.php
2026-01-15 12:43:26 +13:00
Jake Barnby
2cfb5ecfd9
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit 38687bc24e .
2026-01-15 04:08:00 +13:00
Jake Barnby
38687bc24e
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit c12cad80bb , reversing
changes made to 2a17429226 .
# Conflicts:
# composer.lock
2026-01-15 03:48:42 +13:00
Matej Bačo
7b10fe1371
typo fix
2026-01-14 14:17:12 +01:00
Matej Bačo
e4abc0e0da
Add more file params (encryption, compression)
2026-01-14 13:16:50 +01:00
Jake Barnby
feab8a26e5
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
...
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/Legacy/Permissions/DatabasesPermissionsGuestTest.php
# tests/e2e/Services/Databases/TablesDB/Permissions/DatabasesPermissionsGuestTest.php
2026-01-14 19:59:36 +13:00
Jake Barnby
5c915ef92f
Reapply "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit 321fc8ee70 .
2026-01-14 19:07:49 +13:00
Jake Barnby
321fc8ee70
Revert "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit a4734a5de7 , reversing
changes made to 15922fb88c .
# Conflicts:
# composer.lock
2026-01-14 02:37:17 +13:00
Jake Barnby
bb09abc087
Update CTA check
2026-01-14 01:23:48 +13:00
Jake Barnby
5153617f04
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
...
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/Legacy/Permissions/DatabasesPermissionsGuestTest.php
# tests/e2e/Services/Databases/TablesDB/Permissions/DatabasesPermissionsGuestTest.php
2026-01-13 22:04:36 +13:00
Jake Barnby
a34fa1ceb6
Fix abuse
2026-01-13 22:01:22 +13:00
Jake Barnby
cd21140572
Fix request fetching
2026-01-13 22:01:16 +13:00
Jake Barnby
9379e4d6c8
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# app/controllers/api/avatars.php
# composer.lock
# src/Appwrite/Platform/Modules/Functions/Workers/Builds.php
2026-01-13 15:46:23 +13:00
Jake Barnby
8eb09a98fe
Fix otp user
2026-01-11 02:49:28 +13:00
Jake Barnby
879a599bed
Fix parallel cases
2026-01-11 02:33:20 +13:00
Jake Barnby
1a22c281f5
Parallelise
2026-01-10 21:25:06 +13:00
Jake Barnby
f797ae3ac6
Remove sleeps
2026-01-10 14:53:29 +13:00
Jake Barnby
658308a447
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
2026-01-10 03:21:38 +13:00
Jake Barnby
9498a8ba5d
Consolidate, remove depends, add fixtures
2026-01-10 03:21:31 +13:00
Matej Bačo
71f389e1c0
AI PR review
2026-01-09 10:41:58 +01:00
Jake Barnby
e6505b9cf9
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-08 17:48:37 +13:00
Darshan
46072bb95e
fix: test.
2026-01-07 18:32:03 +05:30
Darshan
47ea8699d1
add: tests.
2026-01-07 18:05:33 +05:30
Darshan
93e7dc772d
Merge remote-tracking branch 'origin/storage-size' into storage-size
2026-01-07 13:57:59 +05:30
Darshan
228d095ee5
address comment and fix tests.
2026-01-07 13:57:41 +05:30
Darshan and GitHub
b615e4b901
Merge branch '1.8.x' into storage-size
2026-01-07 13:43:48 +05:30
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Matej Bačo
7567639996
grammar fix
2026-01-06 15:18:44 +01:00
Matej Bačo
d7bb234072
PR reviews
2026-01-06 15:18:22 +01:00
Matej Bačo
b29f70a0af
Add new tests
2026-01-05 22:51:03 +01:00
Matej Bačo
1db12e78ef
AI code review
2026-01-05 14:42:03 +01:00
Matej Bačo
a25c8004e4
Merge branch '1.8.x' into feat-project-labels
2026-01-05 14:32:26 +01:00
Darshan
16f9c35850
update: tests.
2026-01-04 12:09:11 +05:30
Darshan
f788fc8f8a
add: tests.
2026-01-03 15:42:55 +05:30
Darshan
ee3b2d75ae
add: missing test at console level.
2026-01-02 17:01:03 +05:30
Matej Bačo
8d1acef95d
Implement project labels
2025-12-31 15:44:18 +01:00
Darshan
2a38eedc98
fix: flaky test!
...
fix: get resource report what we want.
2025-12-31 15:00:23 +05:30
Damodar Lohani
3a98361736
add test
2025-12-28 02:02:34 +00:00