abhishekrb19 commented on code in PR #16127:
URL: https://github.com/apache/druid/pull/16127#discussion_r1525608027
##########
server/src/test/java/org/apache/druid/server/http/DataSourcesResourceTest.java:
##########
@@ -817,23 +805,6 @@ public void
testMarkAsUsedNonOvershadowedSegmentsIntervalException()
EasyMock.verify(segmentsMetadataManager, inventoryView, server);
}
- @Test
- public void testMarkAsUsedNonOvershadowedSegmentsNoDataSource()
Review Comment:
Can we still keep this test and change the verification instead? i.e.,
instead of a 204 response code, I think the updated code should cause the API
to return a 200 with `"numChangedSegments: 0` in the response.
--
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]