Compare commits

...
Author SHA1 Message Date
Damodar Lohani 53b0d81a79 reset test with mysql 2024-06-24 04:40:08 +00:00
Damodar Lohani f7db2191bc update 2024-06-20 09:45:07 +00:00
Damodar Lohani 0dd024b1bb increase long text 2024-06-20 09:44:03 +00:00
Damodar Lohani c843761f55 revert scheme 2024-06-19 09:13:01 +00:00
Damodar Lohani db92085009 reset other tests 2024-06-19 09:10:51 +00:00
Damodar Lohani b6ae9165b4 increase to 10 mb 2024-06-19 09:10:05 +00:00
Damodar Lohani fd7f07538b increase longtext res 2024-06-19 08:59:14 +00:00
Damodar Lohani ec92bbea8a test with mysql only db 2024-06-19 08:50:51 +00:00
4 changed files with 54641 additions and 19 deletions
+16 -16
View File
@@ -108,22 +108,22 @@ jobs:
matrix:
service:
[
Account,
Avatars,
Console,
# Account,
# Avatars,
# Console,
Databases,
Functions,
GraphQL,
Health,
Locale,
Projects,
Realtime,
Storage,
Teams,
Users,
Webhooks,
VCS,
Messaging,
# Functions,
# GraphQL,
# Health,
# Locale,
# Projects,
# Realtime,
# Storage,
# Teams,
# Users,
# Webhooks,
# VCS,
# Messaging,
]
steps:
@@ -147,4 +147,4 @@ jobs:
run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug
- name: Run ${{matrix.service}} Shared Tables Tests
run: _APP_DATABASE_SHARED_TABLES=database_db_main docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug
run: _APP_DATABASE_SHARED_TABLES=database_db_main docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --filter="testCreateDatabase|testTimeout" --debug
+2 -2
View File
@@ -751,8 +751,8 @@ $register->set('pools', function () {
$group = new Group();
$fallbackForDB = 'db_main=' . AppwriteURL::unparse([
'scheme' => 'mariadb',
'host' => System::getEnv('_APP_DB_HOST', 'mariadb'),
'scheme' => 'mysql',
'host' => System::getEnv('_APP_DB_HOST', 'mysql'),
'port' => System::getEnv('_APP_DB_PORT', '3306'),
'user' => System::getEnv('_APP_DB_USER', ''),
'pass' => System::getEnv('_APP_DB_PASS', ''),
+1 -1
View File
@@ -902,7 +902,7 @@ services:
- OPR_PROXY_HEALTHCHECK=enabled
mariadb:
image: mariadb:10.11 # fix issues when upgrading using: mysql_upgrade -u root -p
image: mysql:8.0.30 # fix issues when upgrading using: mysql_upgrade -u root -p
container_name: appwrite-mariadb
<<: *x-logging
networks:
File diff suppressed because it is too large Load Diff