Closed laneb closed 6 years ago
This is probably a subtle bug in SBT test runner. If you run the test by itself with testOnly org.tresamigos.smv.SmvGraphUtilTest
, the test passes. Also if you use scala 2.11, the entire test suites also pass.
In order to standardize on SBT (#464), we should ensure that the test suite passes in SBT despite any bugs in SBT.
The test now passes, though there is still a deeper and very subtle issue with the combination of chain use of lazy val
s and use of non-case-class instances as map keys.
The fix is currently checked into the 2.1 branch, as the test is broken there also. If need be, it can be merged into the master at any time. Otherwise, it's better to wait for the merge of the entire branch.
No more an issue.
I just cloned the repository and ran sbt assembly. sbt reports org.tresamigos.smv.SmvGraphUtilTest failed. This is the full build log: