Skip to content

Commit 222edc9

Browse files
committed
Add note to test
1 parent d391b49 commit 222edc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/java/eu/openanalytics/containerproxy/test/e2e/app_recovery/TestAppRecovery.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void simple_recover_single_app_after_shutdown(String backend, String extr
102102
}
103103
}
104104

105+
// note: this test only works with minikube running on the same local machine, because it uses the NodePort services
105106
@ParameterizedTest
106107
@MethodSource("provideStringsForIsBlank")
107108
public void new_app_should_work_after_recovery(String backend, String extraArgs) throws IOException, InterruptedException {

src/test/java/eu/openanalytics/containerproxy/test/helpers/ShinyProxyClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public String getProxyRequest(String id) {
117117
try (Response response = client.newCall(request).execute()) {
118118
return response.body().string();
119119
} catch (Exception e) {
120+
e.printStackTrace();
120121
return null;
121122
}
122123
}

0 commit comments

Comments
 (0)