-
Notifications
You must be signed in to change notification settings - Fork 145
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
integration tests failing #592
Comments
Bundler fails for some reason:
I suspect the new Ruby 2.7.8 has some caveats. This is a local runner, so I should be able to debug a bit. |
Cannot repro on the runner either 🤔
|
Lemme try running from master to exclude any weirdness. |
The only difference with unit that passed is:
Maybe actions-runner no longer needs it? Let's try it out I guess 🤔 |
That didn't work either - kinda bizarre 🤔 I'll dig a bit more this evening. |
Now it's running fine in #594 🙃 I think there's something weird with our runners 🤔 |
Weird. Maybe just some kind of intermittent issue... |
I'm gonna try and add some debugging now and see how it goes on the main branch again. |
Pushed a new debug workflow in, I'll see what it spits out 🤔 |
Ok, so something looks to be killing the runners:
|
Resized everything, will push a change soon as soon as the cluster rescales. |
Tests are looking much better - I will wait for current queue to finish and then restore caching and see if that was the reason for |
Aight, tests are all green, trying with the |
@Temikus Awesome, thanks again for digging in and getting to the bottom of this. |
No worries, everything's looking good now ( except the usual Google API jitter :/ ) - I'll merge some fixes I made along the way soon 👍 |
Sounds good. |
@Temikus - do you have any ideas on what might be happening with the integration tests? Seems to be failing when trying to bundle and reference the local stuff. It's not obvious to me that my recent merge impacted it, so I wasn't sure what else may have changed. You can see an example of the failure here: https://github.com/fog/fog-google/actions/runs/4767247086. Thanks!
The text was updated successfully, but these errors were encountered: