我有一個克隆的設置Spark。它有一個位於here的microbenchmark套件。如果我瀏覽一個特定的文件,例如AggregateBenchmark.scala,我看到評論中的指示來執行基準。 * To run this:
* build/sbt "sql/test-only *benchmark.AggregateBenchmark"
我在項目文件夾中嘗試了上述命令,但每次都忽略基準。
運行BeforeAll並畢竟多套房 我測試的情況是,我有以下層次: AfterAll
AfterAll
Test Suite for Component 1 with multiple test cases
BeforeAll
AfterAll
Test Suite for Component 2 with multiple test cases
我是scala的新手,我正在嘗試一些示例代碼進行測試。但是,當我運行測試代碼時,我遇到了一些問題。當我運行測試,我得到一個錯誤 [trace] Stack trace suppressed: run last test:executeTests for the full output.
[error] (test:executeTests) java.lang.NoClassDefFoundEr