limited-country-20626
01/11/2017, 7:07 PMfull-kilobyte-93429
01/11/2017, 7:08 PMlimited-country-20626
01/11/2017, 7:08 PMwitty-crayon-22786
01/11/2017, 7:25 PMruntime_classpath
, iirc). see http://www.pantsbuild.org/dev_tasks.html#product_types-and-require_data-why-test-comes-after-compilewitty-crayon-22786
01/11/2017, 7:26 PMconsolidated_classpath
(which is full of jars), now that i think about itwitty-crayon-22786
01/11/2017, 7:27 PMwitty-crayon-22786
01/11/2017, 7:28 PMwitty-crayon-22786
01/11/2017, 7:28 PMcompile.zinc.incremental = True (from HARDCODED)
compile.zinc.incremental_caching = False (from HARDCODED)
witty-crayon-22786
01/11/2017, 7:29 PMwitty-crayon-22786
01/11/2017, 7:29 PMbrash-oxygen-26029
01/11/2017, 8:32 PMbrash-oxygen-26029
01/11/2017, 8:32 PMbrash-oxygen-26029
01/11/2017, 8:32 PMbrash-oxygen-26029
01/11/2017, 8:33 PMbrash-oxygen-26029
01/11/2017, 8:33 PMtravis_wait
method as specified from the URL? Or am I missing something else?brash-oxygen-26029
01/11/2017, 8:34 PMwitty-crayon-22786
01/11/2017, 8:41 PMbrash-oxygen-26029
01/11/2017, 8:43 PM===== 69 passed, 2 skipped in 683.20 seconds =====
for the second one and ===== 70 passed, 1 skipped in 780.63 seconds =====
for the first failing one locallywitty-crayon-22786
01/11/2017, 8:43 PMbrash-oxygen-26029
01/11/2017, 8:43 PMwitty-crayon-22786
01/11/2017, 8:43 PMwitty-crayon-22786
01/11/2017, 8:44 PMwitty-crayon-22786
01/11/2017, 8:44 PMtests/python/pants_test/projects/test_testprojects_integration.py
is notoriously largewitty-crayon-22786
01/11/2017, 8:44 PMbrash-oxygen-26029
01/11/2017, 8:46 PMtest_testprojects_integration.py
for the same reason
# This is a special case that we split into 2 tests instead of using ensure_engine.
# The reason is the original test with ensure_engine takes more than 10 minutes in travis ci,
# which will cause travis to terminate the build. By spliting, each test finishes in less than
# 10 min.
def test_testprojects_v2_engine(self):
with environment_as(PANTS_ENABLE_V2_ENGINE='true'):
self.test_testprojects()brash-oxygen-26029
01/11/2017, 8:47 PMtravis_wait
method above?witty-crayon-22786
01/11/2017, 8:48 PMbrash-oxygen-26029
01/11/2017, 8:49 PMwitty-crayon-22786
01/11/2017, 8:50 PMbrash-oxygen-26029
01/11/2017, 8:54 PMtravis_wait
, if that doesn't work I'll try splitting it.