full-kilobyte-93429
01/11/2017, 10:13 PMwitty-crayon-22786
01/11/2017, 10:14 PMbillowy-beach-68498
01/11/2017, 10:41 PMbillowy-beach-68498
01/11/2017, 10:42 PMbillowy-beach-68498
01/11/2017, 10:53 PMbrash-oxygen-26029
01/12/2017, 12:46 AMtravis_wait
didn't work for me either. The integration tests timed out the same way they were timing out before. Instead I just excluded all testproject/* projects from running Error Prone and the test times came back down under 10 minutes and passed.fast-megabyte-33579
01/12/2017, 10:53 AMhigh-advantage-47550
01/12/2017, 7:25 PMNo such file or directory: u'/usr/src/app/.pants.d/compile/zinc/252d64521cf9/myproject.src.main.scala.scala/current/myproject.src.main.scala.scala.analysis'
but even removing .pants.d
and re-running isn’t fixing — any sugggestions?high-advantage-47550
01/12/2017, 7:35 PM.cache
fixed 🙂witty-crayon-22786
01/12/2017, 9:35 PMhigh-advantage-47550
01/12/2017, 9:35 PMwitty-crayon-22786
01/12/2017, 9:36 PM1.2.1rc0
witty-crayon-22786
01/12/2017, 9:37 PMhigh-advantage-47550
01/12/2017, 9:38 PMhigh-advantage-47550
01/13/2017, 1:46 AM./pants test myproject/src/test/scala:scala
pass but that same suite fail during ./pants test ::
? does the classpath change?witty-crayon-22786
01/13/2017, 1:48 AM::
including everything you have defined, and thus potentially resulting in a different ivy resolvewitty-crayon-22786
01/13/2017, 1:48 AMhigh-advantage-47550
01/13/2017, 1:48 AMwitty-crayon-22786
01/13/2017, 1:49 AMwitty-crayon-22786
01/13/2017, 1:50 AM--test-junit-batch-size
option, but it's not very polished: it works at the test level.witty-crayon-22786
01/13/2017, 1:51 AM(./pants list :: > targets.txt) && ./pants --target-spec-file=targets.txt minimize
witty-crayon-22786
01/13/2017, 1:52 AMhigh-advantage-47550
01/13/2017, 1:53 AMwitty-crayon-22786
01/13/2017, 1:53 AMfast-megabyte-33579
01/13/2017, 9:41 AMtest //::
and compile //::
I think - compile is “do this once for each target I find” not “compile everything all together"limited-country-20626
01/13/2017, 5:43 PM./pants compile src:: test::
and ./pants test test::
- we use them to sanity check our test health and prime the cachelimited-country-20626
01/13/2017, 5:43 PMhigh-advantage-47550
01/13/2017, 7:08 PMhigh-advantage-47550
01/13/2017, 7:36 PMhigh-advantage-47550
01/13/2017, 7:37 PMpants run
in a prep_command
but that won’t work due to the file lock