File tree Expand file tree Collapse file tree
src/test/resources/tomcat/conf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ { printf ' HEAD /auth/health/ready HTTP/1.0\r\n\r\n' >&0 ; grep ' HTTP/1.0 200' ; } 0<> /dev/tcp/localhost/9000
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/cwms-data].handl
6767
6868fixtures.level =FINE
6969cwms.cda.datasource.level =FINE
70- org.apache.level =FINE
70+ org.apache.level =ERROR
71+ org.apache.tomcat.jdbc.pool.level =INFO
7172org.apache.catalina.realm.level =INFO
7273org.apache.catalina.realm.useParentHandlers =true
7374org.apache.catalina.authenticator.level =INFO
Original file line number Diff line number Diff line change 1616 testWhileIdle =" true"
1717 timeBetweenEvictionRunsMillis =" 5000"
1818 logValidationErrors =" true"
19- suspectTimeout =" 15 "
19+ suspectTimeout =" 8 "
2020 jdbcInterceptors =" QueryTimeoutInterceptor(queryTimeout=600);StatementFinalizer(trace=true);StatementCache(callable=true);SlowQueryReport(threshold=5000);ResetAbandonedTimer"
2121 logAbandoned =" true"
2222 maxAge =" 3600000"
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ services:
109109
110110 auth :
111111 image : quay.io/keycloak/keycloak:26.5
112- command : ["start-dev","--import-realm"]
112+ command : ["start-dev", "--import-realm"]
113113 healthcheck :
114- test : " /usr/bin/curl -If localhost:${APP_PORT:-8081}/auth/health/ready || exit 1 "
114+ test : " /healthcheck.sh "
115115 interval : 5s
116116 timeout : 1s
117117 retries : 100
You can’t perform that action at this time.
0 commit comments