SBT 0.13.7-RC2挂起(窗户)

时间:2014-11-03 21:25:47

标签: sbt

我们有一个play2.3.​​4代码库,有很多specs2测试。当我切换到0.13.7-RC2时,测试突然不运行,它们只是挂起。

sbt --debug给出以下输出然后停止(使用cpu活动< 1%)

[debug] Framework implementation 'org.scalacheck.ScalaCheckFramework' not present.
[debug] Framework implementation 'org.specs.runner.SpecsFramework' not present.
[debug] Framework implementation 'org.scalatest.tools.Framework' not present.
[debug] Framework implementation 'org.scalatest.tools.ScalaTestFramework' not present.
[debug] Subclass fingerprints: List((junit.framework.TestCase,false,com.novocode.junit.JUnit3Fingerprint@99d898d), (org.specs2.specification.SpecificationStructure,true,specs2 Specification fingerprint), (org.specs2.specification.SpecificationStructure,false,specs2 Specification fingerprint), (org.specs2.runner.FilesRunner,true,specs2 Specification files fingerprint), (org.specs2.runner.FilesRunner,false,specs2 Specification files fingerprint))
[debug] Annotation fingerprints: List((org.junit.runner.RunWith,false,com.novocode.junit.RunWithFingerprint@4c7011c4), (org.junit.Test,false,com.novocode.junit.JUnitFingerprint@519e8210))

这里发生了什么?我该如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

我运行了jstack来查看线程是否挂起,并且有一个测试依赖项下载了一个大文件。 testplugin没有报告任何活动。

您可以使用jps找到javaproces的PID。