-
With ScalaTest 2.2.1, sbt 0.13.6, and Scala 2.10.4, I'm seeing the following output when a [generator-driven property check](http://www.scalatest.org/user_guide/property_based_testing) fails:
> Repor…
-
### Backend
VL (Velox)
### Bug description
When I use ColumnarShuffleExchangeExec and ShuffleExchangeExec with HashPartitioning I receive the error below. I tried to isolate the issue and cre…
-
## Compiler version
3.3.0-RC6
## Minimized code
The symptom occurs in https://github.com/reactific/riddl/testkit only. Other modules in that repository do not produce the symptomatic warnings. …
-
Implementing a test framework into this project should speed up finding and fixing bugs.
-
https://github.com/TDT4165/fall2018/blob/4f1856307b3b2214d4e1809e81c61fcc2288e2a8/scala_project/task1-project/build.sbt#L1
sbt can't find the version. Replacing it with `3.0.5` works.
-
Using the plugin with scalatest 2.2.1 and htmlreporters enabled results in a NoClassDefFoundError failure (and a plugin hang).
[INFO] --- scalatest-maven-plugin:1.0:test (test) @ platformtest ---
An …
-
We have that TC `Version 2017.1.2 (build 46812)` succeeds the CI even though it was unable to initialize and run all of the test. We created a minimal sbt project that reproduces this behavior. The fu…
-
See failure at https://scans.gradle.com/s/vuyyrjush3mhi/tests/xaqugzlgs2zxa-snmxss4idqdgw `Whisk conductor actions should invoke nested conductor actions`
```
org.scalatest.exceptions.TestFailedEx…
-
Using Java version `openjdk version "1.8.0_242"` on Debian, I get this error:
```
[info] ForComprehension:
null
java.lang.NullPointerException
at java.lang.ClassLoader.loadLibrary(Class…
-
When using the latest plugin `2.0.2` with scalatest 3.2.11 and the following configuration:
```
org.scalatest
scalatest-maven-plugin
2.0.2
${…