-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
qa_checks.py
crashing in /test
commands
#22127
Comments
qa_checks.py
crashing in /test
commands
@evantahler I was just looking into this. From what I can tell youre on the right track Its likely due to the checkout action only taking the latest commit and running https://github.com/actions/checkout Putting up a PR right now to disable the QA-engine check Afterwards we can decide how to tackle. I imagine if we start pulling in the git history into every runner we might see a large increase in build time. Worth testing |
FWIW, test commands have been working fine for me today and yesterday 🤔 @evantahler where did this run come from? |
@erohmensing I think #22131 fixed it for now |
Ah right, okay. Thanks! Ignore me lol |
@erohmensing current work is being done here #22184 |
From https://github.com/airbytehq/airbyte/actions/runs/4050865951/jobs/6968665380
One idea is that the
/test
command does a shallow clone, and perhaps we need the full git history? We might not need the git utility here, so we might be able to skip the initialization of the git object entirely.airbyte/tools/ci_connector_ops/ci_connector_ops/utils.py
Line 19 in 1f2b6d6
The text was updated successfully, but these errors were encountered: