Skip to content
Snippets Groups Projects
Commit a09dd012 authored by Derek Hudson's avatar Derek Hudson
Browse files

Added yet another fix.

parent 3060e106
No related branches found
No related tags found
1 merge request!563Testing with allowing some indexer failures in the Notification integration tests.
Pipeline #311196 failed
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment