Hurence / logisland

Scalable stream processing platform for advanced realtime analytics on top of Kafka and Spark. LogIsland also supports MQTT and Kafka Streams (Flink being in the roadmap). The platform does complex event processing and is suitable for time series analysis. A large set of valuable ready to use processors, data sources and sinks are available.
https://logisland.github.io
Other
109 stars 28 forks source link

Integration test for web analytics are broken : IncrementalWebSessionIT #596

Open oalam opened 2 years ago

oalam commented 2 years ago

[ERROR] testNotOrderedIncomingEventsOneByOneWithConfSessionPlus1 Time elapsed: 4.331 s <<< FAILURE! java.lang.AssertionError: expected:<2> but was:<1> at com.hurence.logisland.processor.webanalytics.IncrementalWebSessionIT.testNotOrderedIncomingEventsOneByOneWithConfSessionPlus1(IncrementalWebSessionIT.java:2206)

[ERROR] testNotOrderedIncomingEvents2 Time elapsed: 2.131 s <<< ERROR! java.util.NoSuchElementException: No value present at com.hurence.logisland.processor.webanalytics.IncrementalWebSessionIT.getFirstRecordWithId(IncrementalWebSessionIT.java:3169) at com.hurence.logisland.processor.webanalytics.IncrementalWebSessionIT.testNotOrderedIncomingEvents2(IncrementalWebSessionIT.java:1970)

[ERROR] testNotOrderedIncomingEventsOneByOneWithConfFutureSessionEqual2 Time elapsed: 2.234 s <<< FAILURE! java.lang.AssertionError: expected:<2> but was:<1> at com.hurence.logisland.processor.webanalytics.IncrementalWebSessionIT.testNotOrderedIncomingEventsOneByOneWithConfFutureSessionEqual2(IncrementalWebSessionIT.java:2561)

should fix also Unit test here

MiniPlayer commented 2 years ago

see PR #598 , please close this issue after the merge @oalam