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

ubuntu: updater log evaluation bug #537

Merged
merged 1 commit into from
Dec 7, 2021

Conversation

crozzy
Copy link
Contributor

@crozzy crozzy commented Dec 7, 2021

Without this the log would identify a failure but mis-report
the release as the tasks are performed in a goroutine and the
ctx wasn't recreated.

Signed-off-by: crozzy joseph.crosland@gmail.com

@crozzy crozzy requested a review from a team as a code owner December 7, 2021 19:14
@crozzy crozzy requested review from hdonnay and removed request for a team December 7, 2021 19:14
@crozzy
Copy link
Contributor Author

crozzy commented Dec 7, 2021

Before:

6:51PM INF ignoring release component=ubuntu/Factory.UpdaterSet release=xenial status_code=404
6:51PM INF ignoring release component=ubuntu/Factory.UpdaterSet release=xenial status_code=404

After:

7:10PM INF ignoring release component=ubuntu/Factory.UpdaterSet release=cosmic status_code=404
7:10PM INF ignoring release component=ubuntu/Factory.UpdaterSet release=disco status_code=404

hdonnay
hdonnay previously approved these changes Dec 7, 2021
Without this the log would identify a failure but mis-report
the release as the tasks are performed in a goroutine and the
ctx wasn't recreated.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
@crozzy crozzy merged commit 00537e5 into quay:main Dec 7, 2021
@crozzy crozzy deleted the crozzy-logging-ctx-bug branch December 7, 2021 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants