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

cri-tools 1.24.0 #100854

Closed
wants to merge 1 commit into from
Closed

Conversation

Porkepix
Copy link
Contributor

@Porkepix Porkepix commented May 5, 2022

Created with brew bump-formula-pr.

@BrewTestBot BrewTestBot added bump-formula-pr PR was created using `brew bump-formula-pr` go Go use is a significant feature of the PR or issue labels May 5, 2022
@chenrui333 chenrui333 added the test failure CI fails while running the test-do block label May 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 7, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label May 7, 2022
@github-actions github-actions bot closed this May 8, 2022
@badouralix
Copy link
Contributor

@Porkepix the test failure likely comes from the change introduced in kubernetes-sigs/cri-tools#889

The actual error shows that this piece of code is executed https://github.com/kubernetes/kubernetes/blob/7af5a7bfc51d0455d8b2322ae9e72ed66fb1b8f9/pkg/kubelet/cri/remote/remote_runtime.go#L102-L129

I suggest we update the formula test as follow

crictl_output = shell_output(
"#{bin}/crictl --runtime-endpoint unix:///var/run/nonexistent.sock --timeout 10ms info 2>&1", 1
)
assert_match "context deadline exceeded", crictl_output

- assert_match "context deadline exceeded", crictl_output 
+ assert_match "connect: no such file or directory", crictl_output 

Let me know if you want to recreate your pull request
Otherwise I can take care of it

@Porkepix
Copy link
Contributor Author

Porkepix commented May 9, 2022

Is there no way for people to reopen the PR? Because some other staled ones I tried to push changes before didn't result in the PR reopening :/

@badouralix
Copy link
Contributor

Is there no way for people to reopen the PR?

I'm not sure, I guess opening a new pull request can help gain traction on visibility and reviewability

@Porkepix
Copy link
Contributor Author

Porkepix commented May 9, 2022

On the other hand it also create more noise in searches, notifications and so on, right?

@badouralix
Copy link
Contributor

That's a fair point, probably worth mentioning it to the homebrew core maintainers to get their input on the matter
This discussion should not prevent us to bump to cri-tools 1.24.0 though

@SMillerDev
Copy link
Member

Is there no way for people to reopen the PR?

Only as a maintainer or creator of the PR and since brew automation prohibits making duplicate PRs I think a lot of the PRs you opened and let expire will never be updated unless upstream complains.

@Porkepix
Copy link
Contributor Author

Porkepix commented May 9, 2022

Is there no way for people to reopen the PR?

Only as a maintainer or creator of the PR and since brew automation prohibits making duplicate PRs I think a lot of the PRs you opened and let expire will never be updated unless upstream complains.

So how, as the creator of the Pr, can I reopen it? Because I never found any way to reopen one, neither to use some of the tags. The result is that even if the branch is updated, it doesn't even rerun the CI on it.

@SMillerDev
Copy link
Member

Labels are only for maintainers, but next to the comment button there is generally a reopen button

@Porkepix
Copy link
Contributor Author

Porkepix commented May 9, 2022

Labels are only for maintainers, but next to the comment button there is generally a reopen button

That's what I thought I remembered from other repositories, but not here:
Screenshot 2022-05-09 at 15 04 45

@chenrui333
Copy link
Member

@Porkepix the test failure likely comes from the change introduced in kubernetes-sigs/cri-tools#889

The actual error shows that this piece of code is executed https://github.com/kubernetes/kubernetes/blob/7af5a7bfc51d0455d8b2322ae9e72ed66fb1b8f9/pkg/kubelet/cri/remote/remote_runtime.go#L102-L129

I suggest we update the formula test as follow

crictl_output = shell_output(
"#{bin}/crictl --runtime-endpoint unix:///var/run/nonexistent.sock --timeout 10ms info 2>&1", 1
)
assert_match "context deadline exceeded", crictl_output

- assert_match "context deadline exceeded", crictl_output 
+ assert_match "connect: no such file or directory", crictl_output 

Let me know if you want to recreate your pull request Otherwise I can take care of it

yeah, just came up with the same update in #101488 :)

@chenrui333 chenrui333 added the superseded PR was replaced by another PR label May 18, 2022
@Porkepix Porkepix deleted the bump-cri-tools-1.24.0 branch May 18, 2022 21:27
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 18, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` go Go use is a significant feature of the PR or issue outdated PR was locked due to age stale No recent activity superseded PR was replaced by another PR test failure CI fails while running the test-do block
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants