We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b2974d + ee3ceb7 commit d0ba0d4Copy full SHA for d0ba0d4
integration-tests/src/test/java/oracle/kubernetes/operator/ItElasticLogging.java
@@ -234,6 +234,10 @@ public void testWeblogicLogSearch() throws Exception {
234
String managedServerNameBase = domainMap.get("managedServerNameBase").toString();
235
String managedServerPodName = domainUid + "-" + managedServerNameBase + "1";
236
237
+ // Wait 30 seconds for WLS log to be pushed to ELK Stack
238
+ logger.info("Wait 30 seconds for WLS log to be pushed to ELK Stack");
239
+ Thread.sleep(30 * 1000);
240
+
241
// Verify that log hits for admin server are not empty
242
String regex = ".*took\":(\\d+),.*hits\":\\{(.+)\\}";
243
String queryCriteria = "/_search?q=log:" + adminServerPodName + " | grep RUNNING";
0 commit comments