-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove PostgreSQL image workaround (#1022)
* Remove PostgreSQL image workaround Removes workaround for a failure reported in quarkus-qe/quarkus-test-framework#641 and observed in #971. * Due to a test framework issue we are going to reuse postgres docker container image --------- Co-authored-by: pablo gonzalez granados <[email protected]>
- Loading branch information
Showing
4 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
ts.app.log.enable=true | ||
ts.database.log.enable=true | ||
ts.postgresql.log.enable=true | ||
ts.database.container.delete.image.on.stop=true | ||
ts.database.openshift.use-internal-service-as-url=true | ||
ts.postgresql.openshift.use-internal-service-as-url=true | ||
ts.db2.container.privileged-mode=true | ||
ts.db2.startup.timeout=10m |