Fix tests for mariadb

This commit is contained in:
eikek
2022-06-04 10:16:03 +02:00
parent cfc903403a
commit ae265ed19a
5 changed files with 18 additions and 13 deletions

View File

@ -27,7 +27,7 @@ class MigrationTest
PostgreSQLContainer.Def(DockerImageName.parse("postgres:14"))
override def docspellLogConfig: LogConfig =
super.docspellLogConfig.docspellLevel(Level.Debug)
super.docspellLogConfig.docspellLevel(Level.Error)
test("create schema") {
withContainers { cnt =>

View File

@ -32,7 +32,7 @@ class PsqlFtsClientTest
private val table = FtsRepository.table
override def docspellLogConfig: LogConfig =
super.docspellLogConfig.docspellLevel(Level.Debug)
super.docspellLogConfig.docspellLevel(Level.Error)
test("insert data into index") {
withContainers { cnt =>