abhishekagarwal87 commented on code in PR #12490:
URL: https://github.com/apache/druid/pull/12490#discussion_r861600443
##########
core/src/test/java/org/apache/druid/data/input/impl/InputEntityIteratingReaderTest.java:
##########
@@ -95,4 +97,33 @@ public void test() throws IOException
Assert.assertEquals(numFiles, i);
}
}
+
+ @Test
+ public void testIncorrectURI() throws IOException, URISyntaxException
Review Comment:
does this test issue an http request to `HTTP://test/path`? can we use a
mock entity that throws an exception instead?
--
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]