Skip to content
Snippets Groups Projects

Testing with allowing some indexer failures in the Notification integration tests.

Merged Derek Hudson requested to merge aws-allow-some-indexer-failures into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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());
Loading