Update schemas to include new indexes (#18313)

* Update schemas to include new indexes

* Increase local usability of gitlab scripts. (#18314)

* Increase local usability of gitlab scripts.

* Fix loading/saving SQL dumps

* Add logging to schema tests.

* Fix adding logs dir.

Co-authored-by: Claudio Costa <cstcld91@gmail.com>

Co-authored-by: Elisabeth Kulzer <elikul@elikul.de>
Этот коммит содержится в:
Claudio Costa
2021-09-01 09:00:49 +02:00
коммит произвёл GitHub
родитель b6564fec6d
Коммит 9534f9fb62
9 изменённых файлов: 420 добавлений и 88 удалений

Просмотреть файл

@@ -122,6 +122,9 @@ test-schema-mysql:
script:
- export COMPOSE_PROJECT_NAME="${CI_PIPELINE_IID}schemamysql"
- time cat .gitlab-ci/scripts/test-schema/mysql.sh | /bin/bash
artifacts:
paths:
- build/logs
tags:
- k8s-memory
rules:
@@ -146,6 +149,9 @@ test-schema-postgres:
script:
- export COMPOSE_PROJECT_NAME="${CI_PIPELINE_IID}schemapostgres"
- time cat .gitlab-ci/scripts/test-schema/postgres.sh | /bin/bash
artifacts:
paths:
- build/logs
tags:
- k8s-memory
rules: