Skip to content

fix: flaky functions tests #8682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 42 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
20fa8b3
fix: flaky functions shot 1
loks0n Sep 18, 2024
121b9f3
fix: allowFailure
loks0n Sep 18, 2024
979fcac
fix: abstract requests
loks0n Sep 19, 2024
496eb5b
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into fix…
loks0n Sep 19, 2024
af509f3
fix: flakyness
loks0n Sep 19, 2024
964b616
fix: refactor custom server test
loks0n Sep 19, 2024
cb66c90
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into fix…
loks0n Sep 19, 2024
32657e2
fix: conflicts
loks0n Sep 19, 2024
5047118
fix: stdout
loks0n Sep 19, 2024
65c0db3
fix: package function
loks0n Sep 19, 2024
cb0416b
chore: fmt
loks0n Sep 19, 2024
410a35d
fix: spacing
loks0n Sep 19, 2024
906ef59
chore: fmt
loks0n Sep 19, 2024
19ea682
chore: timeouts
loks0n Sep 19, 2024
92ce8d7
feat: split scheduled tests
loks0n Sep 19, 2024
f04e47b
chore: fmt
loks0n Sep 19, 2024
321227d
fix: seperate tests
loks0n Sep 20, 2024
151cb78
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into fix…
loks0n Sep 20, 2024
72ddef8
chore: fmt
loks0n Sep 20, 2024
e4ad2ed
fix: realtime tests
loks0n Sep 20, 2024
f248633
fixes
loks0n Sep 20, 2024
1509aa5
debug: output fail deployment
loks0n Sep 20, 2024
39490e9
chore: bump tests
loks0n Sep 20, 2024
8e13aaf
fixes
loks0n Sep 20, 2024
4149060
fix: template
loks0n Sep 20, 2024
2d102a1
fix: tests
loks0n Sep 20, 2024
cefc7a1
chore: fmt
loks0n Sep 20, 2024
42ae429
chore: remove test
loks0n Sep 20, 2024
df9e80a
feat: handle bools
loks0n Sep 20, 2024
f0485ca
fix: use boolean false
loks0n Sep 20, 2024
097b342
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into fix…
loks0n Sep 22, 2024
f6e3759
chore: add async
loks0n Sep 22, 2024
8978442
Merge branch 'main' of https://github.com/appwrite/appwrite into fix-…
loks0n Sep 25, 2024
186f848
Merge branch 'main' into fix-flaky-tests
loks0n Sep 25, 2024
0753163
PR review changes
Meldiron Sep 25, 2024
eb81474
Merge branch 'main' into fix-flaky-tests
Meldiron Sep 26, 2024
05bcb92
test: extra sleep
loks0n Sep 30, 2024
3cfc062
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into fix…
loks0n Oct 1, 2024
ff17423
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into fix…
loks0n Oct 2, 2024
a45db60
fix: falsy values
loks0n Oct 2, 2024
886687e
fix: reorder assertions
loks0n Oct 2, 2024
a142c5f
Merge branch '1.6.x' into fix-flaky-tests
Meldiron Oct 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fmt
  • Loading branch information
loks0n committed Sep 19, 2024
commit 906ef59d95b221af625d508d54551e5c8d88fff7
2 changes: 1 addition & 1 deletion tests/e2e/Services/Functions/FunctionsCustomServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ public function testListDeployments(array $data): array

$matchingDeployment = array_filter(
$deployments['body']['deployments'],
fn($deployment) => $deployment['$id'] === $deploymentId
fn ($deployment) => $deployment['$id'] === $deploymentId
);

$this->assertNotEmpty($matchingDeployment, "Deployment with ID {$deploymentId} not found");
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy