-
Notifications
You must be signed in to change notification settings - Fork 34
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
LookML Validation facing Unexpected Read error #725
Comments
Forcing the CI jobs to run in debug mode doesn't point to any issue, but does make the CI successful... Edit: lucky runs I guess, this is not a consistent solution. Back to square one |
Could this be because of the concurrency problem? Having multiple PRs trigger the check at once |
@enrique-villarrealp, would you mind sharing the full logs from a run when running in verbose This isn't behaviour we have seen before. It could theoretically be due to concurrency. It's possible that Looker doesn't like the same user running two LookML validations simultaneous (or that the changing of the branch mid-validation is causing the issue). As we talk about in our docs, we can't really support multiple simultaneous runs with the same user's credentials because of how Looker handles it. |
@DylanBaker we're running into the same issue. Similar to @enrique-villarrealp this issue is only happening intermittently. To recreate, I opened a new branch and edited some LookML. No one else on the team has run the CI job since yesterday and no one else on the team is working off of this branch, so there should not be an issue with concurrency. Error DetailsOn the first CI run the job on my new branch, the CI failed. I ran in verbose mode and here are the logs: I then re-triggered a run of the job in Github and it ran without error. Some Additional ContextHere's the contexts of our Github action yml
Here's the contexts of ci.run-spectacles-lookml.sh referenced in the action yml
Any thoughts on what might be causing this? |
Ah, dang. I missed this. Recently it's been working better for us, but should we see that again, I will share the logs. |
@enrique-villarrealp did you make any changes to help resolve this? |
Not really, sadly :/ We mostly advise the user to re-run the job like you did, and eventually it works. |
Closing the loop on this in event anyone else is having the issue! We pinned I removed it and now everything is running smoothly 🎉 |
Just kiddinggg :/ still getting the error sometimes. Will continue to look into this this week... |
We've started facing this weird issue, somewhat inconsistently. Some PRs are triggering it, some PRs aren't. Has anyone faced this before?
One PR seemed to fix this by adding an unrelated LAMS exception, though I'm not sure why this would happen.
The text was updated successfully, but these errors were encountered: