https://pantsbuild.org/ logo
e

echoing-alligator-60945

09/06/2019, 5:12 PM
I can't understand why this build https://travis-ci.org/pantsbuild/pants/builds/581510401?utm_source=github_status&utm_medium=notification failed since my changes should have no effect on jvm tests or java compile tests
Copy code
============ short test summary info =============

                     FAIL tests/python/pants_test/backend/jvm/tasks/jvm_compile/java/test_java_compile_integration.py::JavaCompileIntegrationTest::test_java_compile_with_corrupt_remote
a

aloof-angle-91616

09/06/2019, 6:45 PM
(have you rebased in the last several hours? is this failure continuing to happen across multiple travis runs?)
e

echoing-alligator-60945

09/06/2019, 6:49 PM
I rebased last night
Not sure if this error is showing up in other runs or not
a

aloof-angle-91616

09/06/2019, 6:50 PM
it might be a flaky test. i would also check the
flaky-test
and
network-flaky
labels in pantsbuild/pants github issues to see if that test is a known flake
👍 1
e

echoing-alligator-60945

09/06/2019, 6:52 PM
So yes confirmed, it is in fact flaky,
test_java_compile_with_corrupt_remote
a

aloof-angle-91616

09/06/2019, 6:53 PM
ok. our strategy when this happens is to just post a comment on the flaky ticket saying that this happened to you once on this PR, and update it if it continues to flake
does that make sense?
e

echoing-alligator-60945

09/06/2019, 6:53 PM
So do I rerun the tests?
a

aloof-angle-91616

09/06/2019, 6:54 PM
yes!
sorry
e

echoing-alligator-60945

09/06/2019, 6:59 PM
So travis doesn't show me an option for a rerun
I did update the issue with a link to my pr https://github.com/pantsbuild/pants/issues/8171
a

aloof-angle-91616

09/06/2019, 7:03 PM
thanks!
restarting travis runs via the buttons is iffy anyway
i do
git commit -n --amend -C HEAD && git push --force-with-lease
that restarts the run
e

echoing-alligator-60945

09/06/2019, 7:04 PM
done!
a

aloof-angle-91616

09/06/2019, 7:04 PM
HYPE
e

echoing-alligator-60945

09/06/2019, 11:09 PM
More unrelated tests failed however I didn't find them in the
flaky-test
or
network-flaky
label
@aloof-angle-91616
a

aloof-angle-91616

09/10/2019, 10:29 PM
which tests failed?
e

echoing-alligator-60945

09/12/2019, 1:03 AM
JavaCompileIntegrationTestWithZjar.test_java_compile_with_corrupt_remote
CheckstyleIntegrationTest.test_config_buildroot_does_not_invalidate_targets
And a known flaky osx shard that timed out
2 Views