-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows CI is flaky #749
Comments
I've seen this several times... I wonder if it is flaky locally or if travis is flaky for windows. |
I've seen another different issue of windows flakiness attached here (I actually saw two different ones but don't have the log of the other) |
I think proto tests should just be disabled on windows until someone interested wants to invest the time to get them passing. |
+1.
We should probably decide that this is the policy for most tests that flake
out after some time.
The unification Andy sent will probably make this a bit more complicated
bash setup wise
…On Fri, Aug 16, 2019 at 1:05 AM P. Oscar Boykin ***@***.***> wrote:
I think proto tests should just be disabled on windows until someone
interested wants to invest the time to get them passing.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#749?email_source=notifications&email_token=AAKQQF6PD6PAMHW6JBSAPA3QEXHJRA5CNFSM4HMTFQUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4NEBIY#issuecomment-521814179>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKQQFY6TZCPC7WKRI7ETO3QEXHJRANCNFSM4HMTFQUA>
.
|
I prefer that we avoid hacking the current script-- I intend to split apart the test scripts so it's easy to tag which tests run for each configuration. As part of that split, I'll omit the windows failing tests from the windows CI. |
👍🏽
One note though- long term vision IMHO should be to move the bash tests
inside Bazel using bazel-integration-testing library.
If you’re doing a small medium effort that’s ok but if you’re going to be
doing a large one then maybe we should reconsider investing in moving over
to it.
…On Sun, 18 Aug 2019 at 3:57 Andy Scott ***@***.***> wrote:
I'd prefer that we wait-- I intend to split apart the test scripts so it's
easy to tag which tests run for each configuration.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#749?email_source=notifications&email_token=AAKQQF4MBSBJE2VPXGJQMNDQFCM5ZA5CNFSM4HMTFQUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4QWFRA#issuecomment-522281668>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKQQFYCRLRNSF5IYX5JG2TQFCM5ZANCNFSM4HMTFQUA>
.
|
see: https://travis-ci.org/bazelbuild/rules_scala/jobs/531959514#L436
cc @majcherm-da
this has shown up in: #748 and #745
The text was updated successfully, but these errors were encountered: