Skip to content

Commit

Permalink
Bump MOA version and Uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
sybernix committed Dec 3, 2019
1 parent 8178807 commit 6c138c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import io.siddhi.core.stream.input.InputHandler;
import io.siddhi.core.util.EventPrinter;
import io.siddhi.core.util.SiddhiTestHelper;
import io.siddhi.core.util.persistence.InMemoryPersistenceStore;
import io.siddhi.query.compiler.exception.SiddhiParserException;
import org.apache.log4j.Logger;
import org.testng.AssertJUnit;
Expand Down Expand Up @@ -681,8 +682,8 @@ public void receive(long timeStamp, Event[] inEvents, Event[] removeEvents) {
}
}

/*@Test
public void testClusTree2D_23() throws Exception {
@Test
public void testClusTree2D_28() throws Exception {
logger.info("ClusTreeStreamProcessorExtension Test - Test case for restarting Siddhi app");
SiddhiManager siddhiManager = new SiddhiManager();
siddhiManager.setPersistenceStore(new InMemoryPersistenceStore());
Expand Down Expand Up @@ -763,5 +764,5 @@ public void receive(long timeStamp, Event[] inEvents, Event[] removeEvents) {
} finally {
siddhiAppRuntime.shutdown();
}
}*/
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<slf4j-version>1.7.5</slf4j-version>
<testng.version>6.8</testng.version>
<jacoco.version>0.7.9</jacoco.version>
<moa.version>2017.06</moa.version>
<moa.version>2019.05.0</moa.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 6c138c5

Please sign in to comment.