Skip to content

Commit

Permalink
Downgrade DB to fix itests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Aug 13, 2024
1 parent 2afb48e commit 3743138
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ build:
runnerOs: ubuntu-20.04
freeDiskSpace: true
exasolDbVersions:
- "8.29.1"
- "8.26.0" # "8.29.1"
- "7.1.29"
excludes:
4 changes: 2 additions & 2 deletions src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<appender-ref ref="STDOUT"/>
</root>

<logger name="com.exasol" additivity="false" level="trace">
</logger>
<logger name="com.exasol" additivity="false" level="trace" />
<logger name="org.testcontainers" additivity="false" level="debug" />
</configuration>

0 comments on commit 3743138

Please sign in to comment.