Browse Source

Run tests with MySQL/MariaDB ONLY_FULL_GROUP_BY

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling 2 years ago
parent
commit
f30272d2e3
1 changed files with 9 additions and 1 deletions
  1. 9 1
      .drone.yml

+ 9 - 1
.drone.yml

@@ -304,6 +304,8 @@ services:
     MYSQL_USER: oc_autotest
     MYSQL_PASSWORD: owncloud
     MYSQL_DATABASE: oc_autotest
+  command:
+    - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
   tmpfs:
     - /var/lib/mysql
 
@@ -340,6 +342,8 @@ services:
     MYSQL_USER: oc_autotest
     MYSQL_PASSWORD: owncloud
     MYSQL_DATABASE: oc_autotest
+  command:
+    - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
   tmpfs:
     - /var/lib/mysql
 
@@ -376,6 +380,8 @@ services:
     MYSQL_USER: oc_autotest
     MYSQL_PASSWORD: owncloud
     MYSQL_DATABASE: oc_autotest
+  command:
+    - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
   tmpfs:
     - /var/lib/mysql
 
@@ -407,7 +413,9 @@ services:
   image: ghcr.io/nextcloud/continuous-integration-redis:latest
 - name: mysql
   image: ghcr.io/nextcloud/continuous-integration-mysql-8.0:mysql-8.0
-  command: [ "--default-authentication-plugin=mysql_native_password" ]
+  command:
+    - --default-authentication-plugin=mysql_native_password
+    - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
   environment:
     MYSQL_ROOT_PASSWORD: owncloud
     MYSQL_USER: oc_autotest