File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -819,9 +819,8 @@ public void test19_EndToEndViaChart() throws Exception {
819
819
createWLSImageAndDeploy ();
820
820
installPrometheusGrafanaViaChart ();
821
821
} finally {
822
-
823
- uninstallMySQL ();
824
822
uninstallPrometheusGrafanaViaChart ();
823
+ uninstallMySQL ();
825
824
String crdCmd =
826
825
" kubectl delete -f " + monitoringExporterEndToEndDir + "/demo-domains/domain1.yaml" ;
827
826
ExecCommand .exec (crdCmd );
@@ -1118,6 +1117,7 @@ private static void installPrometheusGrafanaViaChart() throws Exception {
1118
1117
+ " -X POST http://admin:12345678@$HOSTNAME:31000/api/dashboards/db/"
1119
1118
+ " --data-binary @grafana/dashboard.json" ;
1120
1119
TestUtils .exec (crdCmd );
1120
+ Thread .sleep (15000 );
1121
1121
assertTrue (checkMetricsViaPrometheus ("wls_servlet_execution_time_average" , "test-webapp" ));
1122
1122
}
1123
1123
You can’t perform that action at this time.
0 commit comments