Skip to content
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

[RunAllTests] Attempt to fix GitHub actions cache flake #3064

Closed
wants to merge 1 commit into from

Conversation

BenHenning
Copy link
Sponsor Member

@BenHenning BenHenning commented Apr 9, 2021

Explanation

Flakes like this are now being observed after caching was introduced in #3035:

Error: Unable to process file command 'env' successfully.
Error: Invalid environment variable format 'util'

The variable format change probably won't make a difference, it's just a "correctness" thing per what I saw others doing. I'm hoping that using a bash shell will help, but I'm not confident. It's weird because it seems like echo is outputting the wrong data.

This fix is just experimental--I haven't actually found anyone hitting this problem yet.

@BenHenning BenHenning changed the title Update unit_tests.yml Attempt to fix GitHub actions cache flake Apr 9, 2021
@BenHenning BenHenning changed the title Attempt to fix GitHub actions cache flake [RunAllTests] Attempt to fix GitHub actions cache flake Apr 9, 2021
@BenHenning BenHenning marked this pull request as ready for review April 9, 2021 00:28
@BenHenning BenHenning closed this Apr 9, 2021
@BenHenning
Copy link
Sponsor Member Author

Reopening to kick-off full Bazel test run to see if the issue can repro (chances are we'll need to wait for a few runs after merging this PR to be sure it actually fixed the problem).

@BenHenning
Copy link
Sponsor Member Author

Aha! This has nothing to do with GitHub. It's the same issue as #2691 (comment) just manifesting itself differently. Closing this since it's not actually relevant.

@BenHenning BenHenning closed this Apr 9, 2021
@BenHenning BenHenning deleted the attempt-to-fix-env-variable-flake branch April 9, 2021 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants