huawei-noah / streamDM

Stream Data Mining Library for Spark Streaming
http://streamdm.noahlab.com.hk/
Apache License 2.0
492 stars 147 forks source link

Issues with unit tests #111

Closed hmgomes closed 5 years ago

hmgomes commented 5 years ago

Bug Report

Expected behavior

All unit tests should be successful.

Observed behavior

  1. Incorrect library dependency for ScalaTest in learn.sbt causing: can't expand macros compiled by previous versions of Scala

  2. Solving the previous error unveils that multiple tests are failing. Screen Shot 2019-07-25 at 6 36 42 PM Most failures are due to DenseInstance and SparseInstance inconsistent returns for invalid indexes. Screen Shot 2019-07-25 at 6 37 45 PM

Steps to reproduce the issue

Command line sbt test

Data source N/A

Infrastructure details

hmgomes commented 5 years ago

The related pull request has been merged