Skip to content

Commit

Permalink
Merge pull request #31 from lasanthaS/master
Browse files Browse the repository at this point in the history
Bump Siddhi version and fix test failure
  • Loading branch information
pcnfernando authored Oct 8, 2019
2 parents 40fc75f + 951d0db commit d58af41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Tests/SiddhiCoreTests/TestOutputStream.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def getCount(self, event):
def test_outputstram(self):
logging.info("OutputStream Test 1: Test reception of events")
siddhiManager = SiddhiManager()
cseEventStream = "@config(async = 'true') " \
"define stream cseEventStream (symbol string, price float, volume int);"
cseEventStream = "define stream cseEventStream (symbol string, price float, volume int);"

query = "@info(name = 'query 1') from cseEventStream select symbol, price, volume insert into OutputStream; "

Expand All @@ -58,6 +57,7 @@ def receive(self, events):
_self_shaddow.inEventCount.addAndGet(len(events))

siddhiAppRuntime.addCallback("OutputStream", StreamCallbackImpl())
siddhiAppRuntime.start()

inputHandler = siddhiAppRuntime.getInputHandler("cseEventStream")

Expand Down
4 changes: 2 additions & 2 deletions __PySiddhiProxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>io.siddhi</groupId>
<artifactId>siddhi-core</artifactId>
<version>5.1.5</version>
<version>5.1.7</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -224,4 +224,4 @@
</pluginRepository>

</pluginRepositories>
</project>
</project>

0 comments on commit d58af41

Please sign in to comment.