Github user jefferyyuan commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/486#discussion_r230469211
--- Diff:
solr/contrib/analytics/src/test/org/apache/solr/analytics/legacy/facet/LegacyFieldFacetExtrasCloudTest.java
---
@@ -42,9 +42,8 @@
static ArrayList<ArrayList<Integer>> intDoubleTestStart;
static ArrayList<ArrayList<Integer>> intStringTestStart;
- @BeforeClass
- public static void beforeClass() throws Exception {
- cleanIndex();
+ @Before
+ public void beforeClass() throws Exception {
--- End diff --
Maybe change the method name? should not be beforeClass : )
- also in other cases :)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]