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.

Home Page:https://logisland.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration test for web analytics are broken : IncrementalWebSessionIT

oalam opened this issue · comments

[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

  • DateParsingTests.testDateFormatters
  • IncrementalWebSessionTest.testChoosingTheZoneId

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