-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: logger nil pointer in instrumented_project_command_builder #4461
Conversation
🤔 I'm not sure why the tests are failing - would love some hints - not familiar enough with the output produced to effectively triage it Seems to be related to |
they are failing in all PRs, not just yours.
We need to look into this
…On Fri, Apr 19, 2024 at 12:15 PM Christian Winther ***@***.***> wrote:
🤔 I'm not sure why the tests are failing - would love some hints - not
familiar enough with the output produced to effectively triage it
—
Reply to this email directly, view it on GitHub
<#4461 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERFZZRJHCHFCRCWGRLLY6FUN3AVCNFSM6AAAAABGPRR7P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXGE2TENZQHA>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Should be fixed in #4462 once the pipelines complete |
@jippi could you update you branch and push the changes? |
@jamengual Done 👍 |
/cherry-pick release-0.27 |
what
Running the latest
main
on testing yielded this message from Atlantis.Submitting it as-is since its end-of-week, and others might be hitting the issue.
why
A refactor should have passed in the logger to the struct.
tests