You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: debezium-testing/debezium-testing-system/src/main/java/io/debezium/testing/system/tools/OpenShiftUtils.java
Copy file name to clipboardexpand all lines: debezium-testing/debezium-testing-system/src/main/java/io/debezium/testing/system/tools/databases/AbstractOcpDatabaseController.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public int getDatabasePort() {
99
99
@Override
100
100
publicStringgetPublicDatabaseHostname() {
101
101
if (isRunningFromOcp()) {
102
-
LOGGER.info("Running from OCP, using local database hostname");
102
+
LOGGER.info("Running from OCP, using internal database hostname");
103
103
returngetDatabaseHostname();
104
104
}
105
105
awaitIngress();
@@ -110,7 +110,7 @@ public String getPublicDatabaseHostname() {
110
110
@Override
111
111
publicintgetPublicDatabasePort() {
112
112
if (isRunningFromOcp()) {
113
-
LOGGER.info("Running from OCP, using local database port");
113
+
LOGGER.info("Running from OCP, using internal database port");
Copy file name to clipboardexpand all lines: debezium-testing/debezium-testing-system/src/main/java/io/debezium/testing/system/tools/databases/AbstractOcpDatabaseDeployer.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,8 @@ public B withPullSecrets(String yamlPath) {
0 commit comments