Github user smarthi commented on a diff in the pull request:
https://github.com/apache/incubator-pirk/pull/38#discussion_r72909418
--- Diff: src/test/java/test/wideskies/standalone/StandaloneTest.java ---
@@ -45,10 +49,17 @@
private static final String STOPLIST_FILE = "testStopListFile";
- private String stopListFileProp = null;
+ private static String stopListFileProp = null;
- public StandaloneTest() throws Exception
+ @BeforeClass
+ public static void setup() throws Exception
{
+ // Reset the schema properties and registries
+ DataSchemaRegistry.clearRegistry();
+ QuerySchemaRegistry.clearRegistry();
--- End diff --
why r these 2 lines needed here when u already have them in teardown() ?
---
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.
---