Commit ed467ca shubhang.balkundi
committed
1 parent 9fc470d commit ed467ca Copy full SHA for ed467ca
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 234
234
(-> (ziggurat-config )
235
235
(assoc-in [:stream-router :default :consumer-type ] :stream-joins )
236
236
(assoc-in [:stream-router :default :input-topics ] {:topic {:name " topic" } :another-test-topic {:name " another-test-topic" }})
237
- (assoc-in [:stream-router :default :join-cfg ] {:topic-and-another-test-topic {:join-window-ms 5000 :join-type :inner }})
237
+ (assoc-in [:stream-router :default :join-cfg ] {:topic-and-another-test-topic {:join-window-ms 6000 :join-type :inner }})
238
238
(assoc-in [:stream-router :default :application-id ] (rand-application-id ))
239
239
(assoc-in [:stream-router :default :changelog-topic-replication-factor ] changelog-topic-replication-factor)))]
240
240
(Thread/sleep 10000 ) ; ;waiting for streams to start
246
246
kvs
247
247
(props )
248
248
(MockTime. ))
249
- (Thread/sleep 5000 ) ; ;wating for streams to consume messages
249
+ (Thread/sleep 10000 ) ; ;wating for streams to consume messages
250
250
(stop-streams streams)
251
251
(is (= times @message-received-count)))))))
252
252
264
264
(-> (ziggurat-config )
265
265
(assoc-in [:stream-router :default :consumer-type ] :stream-joins )
266
266
(assoc-in [:stream-router :default :input-topics ] {:topic {:name " topic" } :another-test-topic {:name " another-test-topic" }})
267
- (assoc-in [:stream-router :default :join-cfg ] {:topic-and-another-test-topic {:join-window-ms 5000 :join-type :left }})
267
+ (assoc-in [:stream-router :default :join-cfg ] {:topic-and-another-test-topic {:join-window-ms 6000 :join-type :left }})
268
268
(assoc-in [:stream-router :default :application-id ] (rand-application-id ))
269
269
(assoc-in [:stream-router :default :changelog-topic-replication-factor ] changelog-topic-replication-factor)))]
270
270
(Thread/sleep 10000 ) ; ;waiting for streams to start
276
276
kvs
277
277
(props )
278
278
(MockTime. ))
279
- (Thread/sleep 5000 ) ; ;wating for streams to consume messages
279
+ (Thread/sleep 10000 ) ; ;wating for streams to consume messages
280
280
(stop-streams streams)
281
281
(is (= times @message-received-count)))))))
282
282
You can’t perform that action at this time.
0 commit comments