File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ def getCount(self, event):
44
44
def test_outputstram (self ):
45
45
logging .info ("OutputStream Test 1: Test reception of events" )
46
46
siddhiManager = SiddhiManager ()
47
- cseEventStream = "@config(async = 'true') " \
48
- "define stream cseEventStream (symbol string, price float, volume int);"
47
+ cseEventStream = "define stream cseEventStream (symbol string, price float, volume int);"
49
48
50
49
query = "@info(name = 'query 1') from cseEventStream select symbol, price, volume insert into OutputStream; "
51
50
@@ -58,6 +57,7 @@ def receive(self, events):
58
57
_self_shaddow .inEventCount .addAndGet (len (events ))
59
58
60
59
siddhiAppRuntime .addCallback ("OutputStream" , StreamCallbackImpl ())
60
+ siddhiAppRuntime .start ()
61
61
62
62
inputHandler = siddhiAppRuntime .getInputHandler ("cseEventStream" )
63
63
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >io.siddhi</groupId >
32
32
<artifactId >siddhi-core</artifactId >
33
- <version >5.1.5 </version >
33
+ <version >5.1.7 </version >
34
34
</dependency >
35
35
</dependencies >
36
36
224
224
</pluginRepository >
225
225
226
226
</pluginRepositories >
227
- </project >
227
+ </project >
You can’t perform that action at this time.
0 commit comments