Skip to content

Commit

Permalink
luskan: fix availability to test the jdbc/uws pool
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Sep 4, 2024
1 parent afa9d16 commit f1841ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luskan/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
VER=1.0.2
VER=1.0.3
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public Availability getStatus() {
cr = new CheckDataSource("jdbc/tapadm", TAP_TEST);
cr.check();

cr = new CheckDataSource("jdbc/tapadm", UWS_TEST);
cr = new CheckDataSource("jdbc/uws", UWS_TEST);
cr.check();

// check other services we depend on
Expand Down

0 comments on commit f1841ea

Please sign in to comment.