From a09dd012aeb179394cf216959a3b6e1b40608ffd Mon Sep 17 00:00:00 2001 From: Derek Hudson <dhudsons@amazon.com> Date: Tue, 25 Feb 2025 22:11:03 -0600 Subject: [PATCH] Added yet another fix. --- .../notification/subscriptions/TestNotificationsEndpoint.java | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java b/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java index a5f8f9892..c92dc89b5 100644 --- a/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java +++ b/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java @@ -409,6 +409,7 @@ public class TestNotificationsEndpoint { assertEquals(200, indexerMessage.indexProgress().statusCode()); Instant lastChanged = Instant.parse(indexerMessage.indexProgress().lastUpdateTime()); assertTrue(lastChanged.isAfter(start) && lastChanged.isBefore(end)); + break; } else { System.out.printf("The %d time checking the first successful message failed with status %s. Deleting message and getting another one.\n", failedCount, indexerMessage.status()); -- GitLab