rough-minister-58256
01/05/2017, 8:35 PMrough-minister-58256
01/05/2017, 8:36 PMrough-minister-58256
01/05/2017, 8:38 PMrough-minister-58256
01/05/2017, 8:39 PMbroad-london-44229
01/05/2017, 8:41 PMbroad-london-44229
01/05/2017, 8:43 PMbillowy-minister-38128
01/05/2017, 8:58 PMbillowy-minister-38128
01/05/2017, 9:00 PMbillowy-minister-38128
01/05/2017, 9:00 PMwide-energy-11069
01/05/2017, 9:01 PMbroad-london-44229
01/05/2017, 9:08 PMwide-energy-11069
01/05/2017, 9:08 PMrough-minister-58256
01/05/2017, 9:38 PMbillowy-minister-38128
01/05/2017, 9:40 PMbroad-london-44229
01/05/2017, 9:41 PM21:40:29 00:00 [resolve]
21:40:29 00:00 [ivy]
21:40:29 00:00 [ivy-bootstrap]
broad-london-44229
01/05/2017, 9:41 PMbroad-london-44229
01/05/2017, 9:42 PMbroad-london-44229
01/05/2017, 9:43 PMwide-energy-11069
01/05/2017, 9:46 PM13:45:27 00:00 [ivy-bootstrap]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/bin/java -Divy.cache.dir=/Users/yic/.ivy2/pants -cp ../../.cache/pants/tools/jvm/ivy/bootstrap.jar org.apache.ivy.Main -settings /Users/yic/workspace/pants_ij/build-support/ivy/ivysettings.xml -confs default -cachepath /Users/yic/.cache/pants/tools/jvm/ivy/679c48fbde672f0652ff1c4dc33801c6ed9833c9.classpath -ivy /Users/yic/workspace/pants_ij/build-support/ivy/ivy.xml args={'stderr': <pants.util.rwbuf.FileBackedRWBuf object at 0x108259850>, 'stdout': <pants.util.rwbuf.FileBackedRWBuf object at 0x108259dd0>} at cwd=/Users/yic/workspace/pants_ij
13:45:29 00:02 [bootstrap-nailgun-server]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/bin/java -Xmx1g -XX:MaxPermSize=256m -Divyflags=123 ... org.apache.ivy.Main -settings...j
wide-energy-11069
01/05/2017, 9:46 PMwide-energy-11069
01/05/2017, 9:51 PMwide-energy-11069
01/05/2017, 9:52 PMplain-sundown-25537
01/06/2017, 7:31 AMmicroscopic-intern-4465
01/06/2017, 8:26 AMbusy-bird-27454
01/06/2017, 3:43 PMdotty
compiler is released, are there any future plans for support?hundreds-fireman-76561
01/06/2017, 4:02 PMsrc/scala/…/…
the tests live in test/unit/scala/…/…
and tests/integration/scala/…/…
when i change code in src/scala/…/…
i can see from the output of ./pants changed
that those targets have changed. How would i then go about “linking” them together with the tests that should run from that same service so that ./pants test-changed
would run tests on them?rough-sundown-61224
01/06/2017, 4:22 PMtest-changed
should run the affected tests as determined by the BUILD, but you might need to set test-changed.include_dependees
to transitive
to get the behavior you expect.hundreds-fireman-76561
01/06/2017, 4:26 PM./pants test-changed —test-changed-include-dependees=transitive
it runs through fine, but looking at the output and the web interface i can see that no tests are runhundreds-fireman-76561
01/06/2017, 4:27 PMrough-sundown-61224
01/06/2017, 4:27 PM