TSFenwick commented on code in PR #14131:
URL: https://github.com/apache/druid/pull/14131#discussion_r1263042110
##########
extensions-core/s3-extensions/src/test/java/org/apache/druid/storage/s3/S3DataSegmentKillerTest.java:
##########
@@ -347,7 +347,7 @@ public void
test_kill_listOfSegments_multiDeleteExceptionIsThrown()
segmentKiller.kill(ImmutableList.of(DATA_SEGMENT_1, DATA_SEGMENT_2));
}
catch (SegmentLoadingException exc) {
- Assert.assertEquals("Couldn't delete from bucket: [test_bucket] these
files [[key1/]]", exc.getMessage());
+ Assert.assertEquals("Couldn't delete segments from s3 see logs for more
details", exc.getMessage());
Review Comment:
will do
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]