risdenk commented on code in PR #953:
URL: https://github.com/apache/solr/pull/953#discussion_r998704313
##########
solr/core/src/test/org/apache/solr/core/BlobRepositoryMockingTest.java:
##########
@@ -71,7 +66,8 @@ public static void beforeClass() {
}
@Before
- public void setUp() {
+ public void setUp() throws Exception {
+ super.setUp();
Review Comment:
lucene checks this. and protects against future use of anything from ancestor
--
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]