I can't understand why this build <https://travis-...
# general
e
I can't understand why this build https://travis-ci.org/pantsbuild/pants/builds/581510401?utm_source=github_status&amp;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
(have you rebased in the last several hours? is this failure continuing to happen across multiple travis runs?)
e
I rebased last night
Not sure if this error is showing up in other runs or not
a
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
So yes confirmed, it is in fact flaky,
test_java_compile_with_corrupt_remote
a
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
So do I rerun the tests?
a
yes!
sorry
e
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
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
done!
a
HYPE
e
More unrelated tests failed however I didn't find them in the
flaky-test
or
network-flaky
label
@aloof-angle-91616
a
which tests failed?
e
JavaCompileIntegrationTestWithZjar.test_java_compile_with_corrupt_remote
CheckstyleIntegrationTest.test_config_buildroot_does_not_invalidate_targets
And a known flaky osx shard that timed out