Commit graph

475 commits

Author SHA1 Message Date
Damodar Lohani
28cb8a77cc fix functions timeout test 2023-01-25 10:55:41 +00:00
shimon
44af561d06 usage test 2023-01-15 12:03:52 +02:00
fogelito
b301a64dc4 clean up some use classes not in use 2022-12-21 10:02:22 +02:00
fogelito
91db596b42 remove static $dateValidator 2022-12-19 13:21:09 +02:00
fogelito
bdc3e9f935 $dateValidator 2022-12-15 10:51:27 +02:00
fogelito
f96128e14f Changing Id 2022-12-14 17:42:25 +02:00
Christy Jacob
f239296059 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools 2022-11-23 19:05:19 +00:00
Matej Bačo
e7fc427291
Remove failing test 2022-11-21 15:10:55 +01:00
Christy Jacob
080abbbb79 Merge branch 'master' of github.com:appwrite/appwrite into feat-add-console 2022-11-17 20:26:10 +05:30
Matej Bačo
23258c6e43 Comment out Dart test 2022-11-12 13:56:23 +00:00
Matej Bačo
192cf2e20d PR review changes + fix test 2022-11-10 12:04:49 +00:00
Jake Barnby
0827d59f21
Merge remote-tracking branch 'origin/1.1.x' into fix-missing-deployment-attributes
# Conflicts:
#	tests/e2e/Services/Functions/FunctionsCustomServerTest.php
2022-11-02 13:33:10 +13:00
Jake Barnby
2bfbf4acaf
Add check to tests 2022-10-31 18:17:13 +13:00
Bradley Schofield
fe4028f588 Add tests and add buildTime to worker 2022-10-19 02:43:40 +01:00
Torsten Dittmann
0e2e7395a9 ci: increase test timeouts 2022-09-14 19:17:03 +02:00
Christy Jacob
efbe21d433 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into matej-qa-3 2022-09-13 18:21:44 +00:00
Matej Bačo
34dda74176 Update tests, fix bug 2022-09-11 08:31:40 +00:00
Christy Jacob
cb50220b60 feat: rename time attribute to duration 2022-09-09 16:02:04 +04:00
Matej Bačo
e9c29a4812 Update createExecution param default value 2022-09-07 08:24:49 +00:00
Jake Barnby
713ca7d55a
Retry sync execution twice 2022-09-06 16:42:46 +12:00
Jake Barnby
02f54eca65
Fix tests 2022-09-06 13:02:32 +12:00
Matej Bačo
0897cd0fe4
Merge branch '0.16.x' into feat-variables-api 2022-08-31 09:37:47 +02:00
Christy Jacob
7591f68970
Merge pull request #3702 from appwrite/feat-list-endpoints-queries
Feat: List endpoint queries
2022-08-30 14:56:09 +02:00
Jake Barnby
22f0468c8e
Merge remote-tracking branch 'origin/0.16.x' into feat-allow-automatic-test-retries
# Conflicts:
#	app/controllers/api/teams.php
#	package-lock.json
#	package.json
#	tests/e2e/Services/Teams/TeamsBase.php
2022-08-30 23:14:28 +12:00
Jake Barnby
f4d916a4d2
Rename FlakyTest attribute to Retry 2022-08-30 23:10:15 +12:00
Jake Barnby
bbeeb356ab Allow flaky tests to be automatically retried with an attribute 2022-08-26 21:21:08 +12:00
Matej Baco
8513bb2dbe Merge branch 'feat-list-endpoints-queries' into feat-variables-api 2022-08-25 11:14:42 +02:00
Matej Bačo
22f05b4cf8 Include new tests, fix existing 2022-08-24 11:55:43 +00:00
Matej Bačo
4645fcd0c8 Fix tests 2022-08-24 10:31:47 +00:00
Bradley Schofield
0d81918685 Merge remote-tracking branch 'origin/refactor-permissions-inc-console-fix' into feat-variables-api 2022-08-19 11:25:39 +01:00
Jake Barnby
cb6fc7f618 Merge branch 'origin/datetime-attributes' into refactor-permissions-inc-console-fix
# Conflicts:
#	.gitignore
#	app/config/collections.php
#	app/controllers/api/account.php
#	app/controllers/api/databases.php
#	app/controllers/api/storage.php
#	app/controllers/api/users.php
#	composer.lock
#	tests/e2e/Services/Account/AccountCustomClientTest.php
2022-08-19 16:49:34 +12:00
Jake Barnby
7019be987c Merge remote-tracking branch 'origin/0.16.x' into origin/datetime-attributes
# Conflicts:
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/controllers/api/account.php
#	app/controllers/api/users.php
#	app/controllers/shared/api.php
#	app/workers/deletes.php
#	composer.lock
#	docker-compose.yml
#	phpunit.xml
#	src/Appwrite/Event/Delete.php
2022-08-19 16:20:19 +12:00
Matej Bačo
4e7c976608 Fix node runtime test 2022-08-16 14:58:42 +00:00
Matej Bačo
7d9f973c62 Fix escaping, write tests for stdout/stderr, upgrade runtimes to V2 2022-08-16 14:49:08 +00:00
Jake Barnby
6a5de3e0b6 Merge remote-tracking branch 'origin/fix-datetime-attributes' into refactor-permissions-inc-queries-update-datetime-fixes
# Conflicts:
#	app/config/collections.php
#	app/controllers/api/databases.php
#	app/controllers/api/projects.php
#	app/controllers/api/teams.php
#	composer.json
#	composer.lock
#	tests/e2e/Services/Account/AccountBase.php
#	tests/e2e/Services/Databases/DatabasesBase.php
#	tests/e2e/Services/Functions/FunctionsCustomServerTest.php
#	tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
#	tests/e2e/Services/Storage/StorageBase.php
#	tests/e2e/Services/Storage/StorageCustomClientTest.php
#	tests/e2e/Services/Storage/StorageCustomServerTest.php
#	tests/e2e/Services/Teams/TeamsBase.php
#	tests/e2e/Services/Webhooks/WebhooksBase.php
#	tests/e2e/Services/Webhooks/WebhooksCustomClientTest.php
#	tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php
#	tests/unit/Auth/AuthTest.php
2022-08-14 23:11:05 +12:00
Jake Barnby
b007acfa95 ID updates 2022-08-14 22:33:36 +12:00
Jake Barnby
09b001e891 PR fixes 2022-08-13 02:41:57 +12:00
Jake Barnby
d2b9102f84 Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
# Conflicts:
#	tests/e2e/Services/Databases/DatabasesBase.php
#	tests/e2e/Services/Databases/DatabasesCustomServerTest.php
2022-08-13 00:54:27 +12:00
Bradley Schofield
c566f1e7c9 Fix Tests 2: Electric Boogaloo 2022-08-10 10:32:48 +01:00
Bradley Schofield
42e0895dad Fix Tests 2022-08-09 16:29:24 +01:00
Bradley Schofield
6882ffaa00 Merge branch '0.16.x' into feat-variables-api 2022-08-09 13:37:24 +01:00
fogelito
82a240998b Merge branch '0.16.x' of github.com:appwrite/appwrite into origin/datetime-attributes
 Conflicts:
	composer.lock
	src/Appwrite/Stats/Usage.php
2022-08-09 14:20:26 +03:00
Jake Barnby
a61fd030ff Fix storage tests 2022-08-09 19:11:30 +12:00
Jake Barnby
d9f0ece812 Remove new properties from DB level 2022-08-04 12:08:16 +12:00
Bradley Schofield
2650706be1 Run Linter 2022-08-03 13:35:11 +00:00
Bradley Schofield
f62ad19ecd Fix old function tests 2022-08-03 13:32:50 +00:00
Bradley Schofield
4d729b9d39 Update Tests for Functions 2022-07-20 13:01:18 +01:00
fogelito
f676a0bf9e change test validations from strings to datetime 2022-07-12 19:44:58 +03:00
fogelito
e07e5b5cf8 changing datetime from timestamp to datetime 2022-07-01 15:01:14 +03:00
Torsten Dittmann
511898afc9 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into origin/feat-internal-id 2022-06-20 15:34:27 +02:00
fogelito
2438fd3666 move debugs 2022-06-19 18:46:37 +03:00
fogelito
f637114a1a move debugs 2022-06-19 18:45:35 +03:00
Torsten Dittmann
bbdf70ee90 feat: use new $createdAt and $updatedAt attributes 2022-06-15 14:46:52 +02:00
Everly Precia Suresh
318df0d3f3 Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter 2022-05-31 11:55:30 +00:00
Torsten Dittmann
f839903497 tests: fix timeout tests 2022-05-31 12:30:30 +02:00
Everly Precia Suresh
19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Torsten Dittmann
046c75465c fix: new runtimes 2022-05-16 15:05:58 +02:00
Torsten Dittmann
158ecce959 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.14.x 2022-05-12 20:41:04 +02:00
Torsten Dittmann
6c9e17ec74 Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-use-build-timeout 2022-05-12 19:57:20 +02:00
Torsten Dittmann
684beb3cb5 tests: fix timeout 2022-05-12 19:55:48 +02:00
Torsten Dittmann
f45919aef4 tests: fix stdout 2022-05-12 19:37:15 +02:00
Bradley Schofield
92d1637406 Update FunctionsCustomServerTest.php 2022-05-09 11:26:07 +01:00
Torsten Dittmann
3692ff0bf6
Merge branch '0.14.x' into feat-use-build-timeout 2022-05-08 20:42:36 +02:00
Torsten Dittmann
2cc2a40377 Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model 2022-05-08 15:11:14 +02:00
Bradley Schofield
e694eb3b5c Fix unicode support and reenable tests 2022-04-27 13:57:03 +00:00
Bradley Schofield
d981c8f5e5 Rename 'stdout' in executions to 'response' 2022-04-25 10:12:58 +01:00
Torsten Dittmann
87b8fc3c41 feat: event classes for different cases 2022-04-13 14:39:31 +02:00
Christy Jacob
13b28e0051 feat: update test message 2022-03-15 18:51:32 +04:00
Christy Jacob
ee056e582f feat: function execution time for failed executions 2022-03-15 17:06:05 +04:00
Matej Bačo
0dec387f85
Merge branch 'feat-functions-refactor' into fix-rename-sum 2022-02-28 19:50:54 +01:00
Christy Jacob
baba4ac891 feat: increase timeout 2022-02-28 21:03:52 +04:00
Christy Jacob
f1c8cb23af feat: increase timeout 2022-02-28 20:40:05 +04:00
Torsten Dittmann
071d4d6511 tests: add more delay to python tests 2022-02-28 16:43:00 +01:00
Torsten Dittmann
18dd7bf15b tests: increase timeout 2022-02-28 16:17:44 +01:00
Christy Jacob
e1701f9c3d feat: increase timeout for dart runtime creation 2022-02-28 13:55:09 +04:00
Christy Jacob
faa0255065 feat: increase timeout for dart runtime creation 2022-02-28 13:53:47 +04:00
Christy Jacob
46a03e7cff feat: add status code assertion 2022-02-28 01:09:13 +04:00
Matej Baco
56bf7a51df Refactored 'sum' to 'total' 2022-02-27 10:57:09 +01:00
Christy Jacob
e1eb6942a7 feat: fix failing test 2022-02-26 06:01:02 +04:00
Christy Jacob
8d0ff927a7 feat: fix tests 2022-02-24 21:00:05 +04:00
Jake Barnby
88c503aa0b Add custom swift execution test 2022-02-24 18:57:25 +13:00
Christy Jacob
0d3b627176 feat: added more runtime test 2022-02-23 20:22:58 +04:00
Christy Jacob
2ac341830e feat: added test for python 2022-02-23 18:39:09 +04:00
Damodar Lohani
421faf24bd fix functions large deployment test 2022-02-23 06:07:15 +00:00
Damodar Lohani
0990448dda Merge branch 'feat-functions-refactor' into feat-functions-refactor-merge 2022-02-22 05:48:03 +00:00
Christy Jacob
2f944e9abc Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-executor-improvements 2022-02-21 15:01:13 +04:00
Christy Jacob
b4b3b91c0b feat: improve functions tests 2022-02-19 21:33:27 +04:00
Christy Jacob
be4c1d756e feat: improve functions tests 2022-02-19 20:14:31 +04:00
Christy Jacob
7a6d8502de feat: improve functions tests 2022-02-19 19:14:35 +04:00
Christy Jacob
cc8fac0297 feat: improve functions tests 2022-02-19 17:57:48 +04:00
Christy Jacob
3c65d40234 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor-merge 2022-02-18 15:16:10 +04:00
Christy Jacob
4ad47061dd Merge branch 'master' of github.com:appwrite/appwrite into feat-functions-refactor 2022-02-18 13:38:54 +04:00
Jake Barnby
61d8145112 Add execute param to create function test 2022-02-16 12:38:59 +13:00
Matej Baco
07f0eb46b2 Improved deployment and build path structure 2022-02-15 10:16:32 +01:00
Christy Jacob
7d82c1006a feat: fix tests 2022-02-01 03:44:55 +04:00
Christy Jacob
b1a659be77 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-deletes-worker 2022-01-31 18:04:49 +04:00
Christy Jacob
83e9e9f016 feat: remove search index and updates tests 2022-01-31 15:57:55 +04:00
Christy Jacob
e816edc047 feat: fix tests 2022-01-29 04:54:47 +04:00
Christy Jacob
f3dfec8e75 feat: fix tests 2022-01-29 04:52:06 +04:00
Christy Jacob
220a166434 feat: fix tests 2022-01-29 04:00:25 +04:00
Christy Jacob
f6271a82bc feat: update html files 2022-01-25 04:36:35 +04:00
Christy Jacob
7a30446197 feat: update FunctionCustomServerTest 2022-01-25 03:46:13 +04:00
Bradley Schofield
f68723a518 Various Improvements
+ Updated build list
+ Added search attribute to builds
+ Renamed automaticDeploy to deploy
+ Added tests for build list
2022-01-24 15:54:07 +00:00
Bradley Schofield
e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Damodar Lohani
879bff2bb1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-19 13:01:09 +05:45
Bradley Schofield
3c26a08202 Change exitCode to statusCode and move build to tag create
Change exitCode to statusCode and move build to tag create instead of tag deploy
2021-12-10 10:43:56 +00:00
Christy Jacob
653dfb292b feat: address review comments 2021-12-09 19:53:37 +04:00
Christy Jacob
43ef3c060b feat: add new endpoint 2021-12-09 17:02:12 +04:00
Bradley Schofield
7de975ea95 Fix Bugs from merge 2021-12-06 15:04:00 +00:00
Bradley Schofield
037420e0bc Add new tests for server side
+ Added new tests for serverside
+ Updated the example for 'status' for the SyncExecution Model
2021-11-24 10:01:43 +00:00
Bradley Schofield
c348a71407 Get tests passing again 2021-11-15 02:18:53 +00:00
Damodar Lohani
39d32ea919 fix counts 2021-10-28 15:53:26 +05:45
Damodar Lohani
0f5a3802e3 fix count 2021-10-28 15:08:28 +05:45
Damodar Lohani
399941cfb6 fix functions test 2021-10-25 11:55:54 +05:45
Damodar Lohani
d029c94bc8 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-17 11:45:45 +05:45
Bradley Schofield
dd5bdda000 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-10-11 14:59:34 +01:00
Torsten Dittmann
90f30cc743 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 21:34:21 +02:00
Torsten Dittmann
8db80e164d Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 12:08:24 +02:00
Torsten Dittmann
9941198a7f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-before-pagination 2021-10-06 16:11:04 +02:00
Torsten Dittmann
33699ea2c4 feat(controllers): implement before cursor pagination 2021-10-05 12:30:33 +02:00
Torsten Dittmann
1ed41f52d3 Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-09-30 12:32:10 +02:00
Bradley Schofield
8e7618fabe Update Tests to account for build steps
+ Also update curl timeout error code for Swoole Hook
2021-09-28 14:29:41 +01:00
Damodar Lohani
23ba9e7a54 test for large function code 2021-09-28 13:36:09 +05:45
Matej Baco
24f9c2518b Removed imports 2021-09-27 12:20:32 +02:00
Matej Baco
d0b70a9dee Re-added function execution search + added missing tests 2021-09-27 12:12:42 +02:00
Matej Baco
c61b00995c Manual code review suggestion changes 2021-09-23 09:01:10 +02:00
Matej Baco
9d1b1a17d9 Removed PHPStorm-generated stuff 2021-09-21 10:26:28 +02:00
Matej Baco
732c59a03d Implemented search tests 2021-09-21 10:22:13 +02:00
Bradley Schofield
da8b4bb9f9 Add build step and more function cleanup 2021-09-13 11:50:45 +01:00
Torsten Dittmann
d2f425e67d fix(functions): utf-8 encode stdout and stderr 2021-09-09 13:06:00 +02:00
Bradley Schofield
66d8b0599c Merge branch 'master' into the-executor-poc 2021-09-07 12:51:25 +01:00
Bradley Schofield
bca326dc8d Improvements to executor
- Executor now loads runtimes from php-runtimes package
- Executor now handles timeouts correctly
- Executor can now shutdown and remove containers before shutting down itself preventing a `docker-compose stop` failure due to active network endpoints.
- Fixed a issue with JWT's not working
- Improved general executor reliability
- Tests now pass!
2021-09-06 01:37:20 +01:00
Torsten Dittmann
37c33c3c7b fix(functions): environment variables 2021-09-03 13:41:42 +02:00
Bradley Schofield
35ed296b75 Add Deno and update UI 2021-09-01 10:48:56 +01:00
Bradley Schofield
44ac60a70a Implement Suggestions 2021-08-13 10:00:20 +01:00
Torsten Dittmann
2a540ff799 tests(functions): after paginatio tests 2021-08-09 14:33:16 +02:00
Damodar Lohani
e0e5e3a818 drop tags custom id support 2021-08-06 15:33:18 +05:45
Damodar Lohani
8c72349a3e drop execution custom id support 2021-08-06 15:22:27 +05:45
Damodar Lohani
6e5281abf8 fix create execution 2021-07-30 17:00:17 +05:45
Damodar Lohani
45cf28852b fix remaining tests 2021-07-30 15:03:13 +05:45
Damodar Lohani
f248f93bea fix webhooks and functions test 2021-07-30 11:47:59 +05:45
Damodar Lohani
e91f31991b Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-25 17:03:13 +05:45
Eldad Fux
d0e4e5cb29 Fixed bug 2021-07-22 17:49:52 +03:00
Damodar Lohani
541711d231 function custom id test 2021-07-19 14:09:32 +05:45
Bradley Schofield
aa1e713b75 Fix tests 2021-06-22 16:56:05 +01:00
Bradley Schofield
c92a820c6d Renamed env param on /v1/functions to runtime 2021-06-21 15:42:39 +01:00
Torsten Dittmann
ebd41c784f tests: add travis prepare script 2021-04-28 11:54:21 +02:00
Torsten Dittmann
7ddf277110 tests: only use php-8.0 for runtimes 2021-04-28 11:30:43 +02:00
Torsten Dittmann
a17bfffa42 tests: debug travis 2021-04-26 12:29:12 +02:00
Torsten Dittmann
d2792b3527 tests: fix functions schedule 2021-04-23 17:08:18 +02:00
Torsten Dittmann
72f4f3a6b9 tests: fix function execution 2021-04-23 17:05:17 +02:00
Torsten Dittmann
25b03c90f8 feat: introduce appwrite/php-runtimes 2021-04-21 13:02:54 +02:00
Torsten Dittmann
56c2c039b2 tests: remove cloud function env tests 2021-04-20 14:35:07 +02:00
Torsten Dittmann
36665e19b1 tests: use only latest env version 2021-04-20 14:05:03 +02:00
Torsten Dittmann
6ed97886f9 tests: fix env skip for functions 2021-04-20 12:51:29 +02:00
Torsten Dittmann
f6c163d4a5 Revert "tests: adjust schedule for functions"
This reverts commit fe819ee326.
2021-04-20 12:28:23 +02:00
Torsten Dittmann
04fbb9b02b tests: temporarily disable tests 2021-04-20 12:27:41 +02:00
Torsten Dittmann
fe819ee326 tests: adjust schedule for functions 2021-04-20 12:01:40 +02:00
Torsten Dittmann
dd5d5f59e0 fix: cloud functions environment 2021-04-19 12:31:40 +02:00
Torsten Dittmann
f102e43704 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-465-add-arm-support 2021-04-19 11:35:57 +02:00
Eldad Fux
e2f543cd85 Merge branch 'dev' of github.com:appwrite/appwrite into 0.8.x 2021-04-15 12:01:52 +03:00
Eldad Fux
994dd3164f Merge branch 'dev' of github.com:appwrite/appwrite into 0.8.x 2021-04-14 12:02:17 +03:00
Damodar Lohani
7245b40da0 Merge branch 'dev' of github.com:appwrite/appwrite into feat-deno-1.8-functions-env 2021-04-13 12:27:17 +05:45
Eldad A. Fux
e801fa383d
Merge pull request #1044 from appwrite/feat-python-3.9-env
feat-python-3.9-env
2021-04-04 11:36:33 +03:00
Damodar Lohani
30fc7df975 python functions env 3.9 2021-03-29 13:14:20 +05:45
Damodar Lohani
ed90bc1d24 deno 1.8 function env 2021-03-29 12:49:42 +05:45
Damodar Lohani
64996379fc Merge branch 'dev' into feat-dart-env-update 2021-03-23 13:19:30 +05:45
kodumbeats
d33b12bd61 Merge remote-tracking branch 'origin/dev' into feat-962-pass-data-to-function-execution 2021-03-22 12:47:06 -04:00
Eldad Fux
a76016fa37 Fixed functions tests 2021-03-22 18:19:05 +02:00
Damodar Lohani
c8c4b11dad test for dart 2.12 2021-03-17 18:13:42 +05:45
kodumbeats
36b8e6defb Server test assertions 2021-03-10 14:43:15 -05:00
kodumbeats
33fb2e3edd Test for custom data in execution 2021-03-10 13:05:43 -05:00
Eldad Fux
f860fe1770 Merge branch 'master' of github.com:appwrite/appwrite into feat-465-add-arm-support 2021-02-19 10:39:05 +02:00
Torsten Dittmann
8d9966bbef feat(tests): add architecture detection 2021-02-05 17:45:37 +01:00
Eldad Fux
7eeeb95a68 Updated sleep time 2021-02-05 14:57:18 +02:00
Eldad Fux
717be0cf4c Fixed sleep 2021-02-02 17:59:11 +02:00
Eldad Fux
264a620eba Updated sleep time 2021-02-02 12:49:01 +02:00
Eldad Fux
1299ba5174 Updated sleep times 2021-02-02 10:42:23 +02:00
Eldad Fux
76650f31b2 Test without sleep 2021-02-02 10:33:02 +02:00
Eldad Fux
a7583c5f85 Fixed tests 2021-01-31 23:33:48 +02:00
Eldad Fux
8fc7026cfb Changed file param to code (again) 2021-01-31 21:11:03 +02:00
Eldad Fux
52a37051c9 Fixed tests added new SDK label 2021-01-29 16:29:53 +02:00
Eldad Fux
d6df93fb3c Updated param name 2021-01-29 13:37:00 +02:00
Torsten Dittmann
b16e5f716c
Update FunctionsCustomServerTest.php 2021-01-27 20:48:44 +01:00
Torsten Dittmann
f77c708c72 adjust settings to work dart env in travis and low budget 2021-01-27 19:35:36 +01:00
Torsten Dittmann
d184e0eae8
Merge branch '0.7.x' into feat-dart-env 2021-01-27 19:26:49 +01:00
Torsten Dittmann
de15b5ad5f revert changes 2021-01-27 18:25:52 +01:00
Torsten Dittmann
a3d2704160 debug timeout 2021-01-27 17:31:16 +01:00
Torsten Dittmann
7615c7e036 test dart only 2021-01-27 17:06:06 +01:00
Torsten Dittmann
d3fd93eed7 increase timeout 2021-01-27 15:57:10 +01:00
Torsten Dittmann
450ed3d398 prevent timeout with manual stdout 2021-01-27 15:07:38 +01:00
Torsten Dittmann
8ea5086dc8 reduce timeout for functions test 2021-01-27 14:00:15 +01:00
Torsten Dittmann
91e2cae2bc fix(cloud-functions): set memory swap to 256m 2021-01-27 13:28:42 +01:00
Eldad Fux
d250b472e3 Updated speed safty factor 3 2021-01-27 00:50:11 +02:00
Eldad Fux
22b1a6aff3 Updated sleep time 2 2021-01-26 23:38:15 +02:00
Eldad Fux
211ecf5d81 Test new sleep 2021-01-26 22:37:03 +02:00
Torsten Dittmann
3bec43c7fd remove dart function tests for now 2021-01-26 11:34:44 +01:00
Torsten Dittmann
95ab7f8bad feat(functions): dotnet env added 2021-01-26 11:29:53 +01:00
Torsten Dittmann
1a47e0810c fix(dart-env): review changes 2021-01-24 08:51:09 +01:00
Torsten Dittmann
d8ec0c59e3 test(functions): adds dart test 2021-01-21 10:38:24 +01:00
Eldad Fux
aeca725d44 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-new-ruby-version 2021-01-19 23:05:41 +02:00
Eldad A. Fux
4a69e6f9c7
Merge pull request #837 from appwrite/feat-new-deno-env-version
Added Deno 1.6
2021-01-19 16:32:49 +02:00
Eldad Fux
6b2b50c77e Updated tests 2021-01-19 14:55:02 +02:00
Eldad Fux
67fb7f0e2f Added a Ruby env 2021-01-19 07:27:00 +02:00
Eldad Fux
e28b736667 Fixed env name 2021-01-19 07:19:34 +02:00
Eldad Fux
551de8438d Deploy tag with Travis 2021-01-19 00:09:42 +02:00
Eldad Fux
464e5fb4b2 Added a new node version 2021-01-18 23:17:11 +02:00
Eldad Fux
9cf5572481 Added Deno 1.6 2021-01-18 23:05:33 +02:00
Eldad Fux
71e64e65bb Added long sleep 2021-01-12 01:46:12 +02:00
Eldad Fux
3c3a225828 Debug failure 2021-01-12 01:03:00 +02:00
Eldad Fux
798c902e07 Changed sleep time 2021-01-12 00:45:01 +02:00
Eldad Fux
86d43a32ef Added sleep time to execution test 2021-01-12 00:22:20 +02:00
Eldad A. Fux
7c7d5ce0e2
Merge pull request #796 from appwrite/feat-speedup-tests
Feat speedup tests
2021-01-02 21:15:24 +02:00
Eldad Fux
01b0fcf99c updated timeout 2021-01-02 08:49:20 +02:00
Eldad Fux
c9cd5b848a Updated sleep 2021-01-02 02:10:13 +02:00
Eldad Fux
81d4c12688 Updated logs 2021-01-02 01:11:58 +02:00
Eldad Fux
29b7d0c23d Updated logs 2021-01-02 00:34:31 +02:00
Eldad Fux
3d412640c6 Updated logs 2021-01-01 21:35:10 +02:00
Eldad Fux
4853494366 Debug docker status 2021-01-01 16:36:34 +02:00
Eldad Fux
0947490cdd Updated functions waiting times 2021-01-01 11:56:53 +02:00
Eldad Fux
c83efa9db8 Updated timeout test 2021-01-01 10:57:38 +02:00
Eldad Fux
40c7910dd8 Debug failed functions 2021-01-01 10:52:08 +02:00
Eldad Fux
9a1a88d916 Added debug for waiting function 2021-01-01 10:34:34 +02:00
Eldad Fux
ec8be5eed1 Added new roles for execution 2020-12-30 09:26:01 +02:00
Eldad Fux
dd9cbcef62 Enabled client endpoints for CF 2020-12-30 01:00:44 +02:00
Eldad Fux
11866c46e2 Added deno tests 2020-12-12 08:09:59 +02:00
Eldad Fux
26394ea4cf Added timeput tests 2020-12-12 07:42:29 +02:00
Eldad Fux
4f2a4f84a9 Added ruby test 2020-12-11 21:41:04 +02:00
Eldad Fux
8488897583 Fixed node tests 2020-12-11 14:17:30 +02:00
Eldad Fux
d5b52396fe Added node test 2020-12-11 13:23:52 +02:00
Eldad Fux
e5d03af89f Updated wait times 2020-12-11 11:24:08 +02:00
Eldad Fux
1f253c717e Updated tests 2020-12-11 11:12:54 +02:00
Eldad Fux
c841acd220 Updated tests 2020-12-11 10:59:12 +02:00
Eldad Fux
c75f3d44cc Added PHP tests 2020-12-11 07:50:54 +02:00
Eldad Fux
d4bffb8a43 Fixed tests 2020-12-11 00:02:54 +02:00
Eldad Fux
6157e46ebb Fixed API test 2020-12-10 21:08:25 +02:00
Eldad Fux
6d25b83cc7 Fixed tests 2020-12-10 19:47:32 +02:00
Eldad Fux
0393555c94 Debug CI 2 2020-12-10 16:35:39 +02:00
Eldad Fux
0c0bd6af95 Debug CI 2020-12-10 13:36:12 +02:00
Eldad Fux
68f9d03d13 Added logs 2020-12-10 12:03:13 +02:00
Eldad Fux
2a04f7397e Increased timeout 2020-12-10 10:45:32 +02:00
Eldad Fux
5e019f5910 Wait for warmup 2020-12-10 10:32:12 +02:00
Eldad Fux
7bbf368a38 Updated logs 2020-12-10 09:38:20 +02:00
Eldad Fux
3f35fdcb1e Updated debug 2020-12-10 09:28:57 +02:00
Eldad Fux
8ebbd7a398 Added better error logging 2020-12-10 09:10:48 +02:00
Eldad Fux
c8bdf46a13 Added a new Python FX test 2020-12-09 23:26:13 +02:00
Eldad Fux
9a5acbb0cb Added new env tests 2020-12-09 00:24:22 +02:00
Eldad Fux
da13028695 Added new envs! 2020-12-08 09:26:57 +02:00
Eldad Fux
4f28f1c773 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-10-15 11:01:54 +03:00
Eldad Fux
b7fe52ad54 Updated tests 2020-10-15 00:11:12 +03:00