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

Bug 2067893: apply upstream prometheus/client_golang fix #331

Merged

Conversation

flavianmissi
Copy link
Member

Taken from prometheus/client_golang#987
and manually applied to relevant files.

@openshift-ci openshift-ci bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels May 13, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 13, 2022

@flavianmissi: This pull request references Bugzilla bug 2067893, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (3.11.z) matches configured target release for branch (3.11.z)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @xiuwang

In response to this:

WIP Bug 2067893: apply upstream prometheus/client_golang fix

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.

@openshift-ci openshift-ci bot requested review from xiuwang, deads2k and dmage May 13, 2022 09:25
@dmage
Copy link
Member

dmage commented May 13, 2022

can you use glide to get new client_golang?

@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 13, 2022

@flavianmissi: all tests passed!

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.

@flavianmissi
Copy link
Member Author

can you use glide to get new client_golang?

It doesn't work. Glide tries to update all packages (there seems to be no way to update a single pkg).
Which fails:

[ERROR]	Error scanning github.com/cespare/xxhash/v2: cannot find package "." in:
	~/.glide/cache/src/https-github.com-cespare-xxhash/v2

github.com/cespare/xxhash doesn't have a v2 directory so we can't install it without go mod.

@dmage
Copy link
Member

dmage commented May 13, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 13, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 13, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dmage, flavianmissi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 13, 2022
@flavianmissi flavianmissi changed the title WIP Bug 2067893: apply upstream prometheus/client_golang fix Bug 2067893: apply upstream prometheus/client_golang fix May 13, 2022
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 13, 2022
@openshift-merge-robot openshift-merge-robot merged commit 0fa231c into openshift:release-3.11 May 13, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 13, 2022

@flavianmissi: All pull requests linked via external trackers have merged:

Bugzilla bug 2067893 has been moved to the MODIFIED state.

In response to this:

Bug 2067893: apply upstream prometheus/client_golang fix

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants