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

Minor updates for #911 #936

Merged
merged 1 commit into from
Sep 20, 2022
Merged

Minor updates for #911 #936

merged 1 commit into from
Sep 20, 2022

Conversation

RTann
Copy link
Collaborator

@RTann RTann commented Sep 20, 2022

Based on #927, make updates from comments left on #911 made after merge

@RTann RTann requested a review from daynewlee September 20, 2022 21:31
@@ -63,6 +63,6 @@ func (m *FileExtractionMetrics) Emit() {
fileExtractionCountMetric.Observe(m.matchCount)
fileExtractionMatchCountMetric.Observe(m.fileCount)
fileExtractionInaccessibleCountMetric.Observe(m.inaccessibleCount)
*m = FileExtractionMetrics{}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the most important one, as without this change, there is potential for nil-dereference

@ghost
Copy link

ghost commented Sep 20, 2022

Images are ready for the commit at e127923.

To use the images, use the tag 2.26-9-ge127923edb.

@openshift-ci
Copy link

openshift-ci bot commented Sep 20, 2022

@RTann: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-tests e127923 link false /test e2e-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@RTann RTann merged commit 2901906 into master Sep 20, 2022
@RTann RTann deleted the ross/911-updates branch September 20, 2022 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants