Github user andyetitmoves commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/121#discussion_r22387051
--- Diff:
solr/test-framework/src/java/org/apache/solr/BaseDistributedSearchTestCase.java
---
@@ -269,20 +285,20 @@ public Object val() {
public String getSolrHome() {
return SolrTestCaseJ4.TEST_HOME();
}
-
- @Override
- public void setUp() throws Exception {
+
+ private boolean distribSetUpCalled = false;
+ public void distribSetUp() throws Exception {
--- End diff --
Couldn't figure out a way to have the rule run after `Before` (`Rule`s seem
to be always called before `Before`), which is what is needed here, as the rule
makes use of what's done in `setUp`..
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]