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

Rebase peer pods on devel #312

Merged

Conversation

gkurz
Copy link
Member

@gkurz gkurz commented May 16, 2023

- Description of the problem which is fixed/What is the use case

The peer-pods-tech-preview and devel branches aren't currently in sync. They haven't diverged too much but we'd like them to stay as much as sync as possible until OSC 1.4.0 is released.

- What I did

git rebase --ff devel

- How to verify it

PR branch should be identical to devel.

- Description for the changelog

This makes peer-pods-tech-preview and devel identical.

gkurz added 4 commits May 15, 2023 17:39
`make test` is leaking the kube-apiserver and etcd processes.
When unoticed, this causes `make test` to fail with weird
errors like failing to open a file because of rlimit.

Investigation leads to commit 053f866 which was added
to work around the very same problems at the time according to
Pradipta. Reverting this commit fixes the issue.

It seems that updates to the controller-runtime and deps might
have changed something and we no longer need the workaround.

Let's just revert 053f866.

Fixes https://issues.redhat.com/browse/KATA-2168

Signed-off-by: Greg Kurz <groug@kaod.org>
Revert "Fix errors during envtest teardown"
`make test` is leaking the kube-apiserver and etcd processes.
When unoticed, this causes `make test` to fail with weird
errors like failing to open a file because of rlimit.

Investigation leads to commit 053f866 which was added
to work around the very same problems at the time according to
Pradipta. Reverting this commit fixes the issue.

It seems that updates to the controller-runtime and deps might
have changed something and we no longer need the workaround.

Let's just revert 053f866.

Fixes https://issues.redhat.com/browse/KATA-2168

Signed-off-by: Greg Kurz <groug@kaod.org>
@openshift-ci openshift-ci bot requested review from jensfr and littlejawa May 16, 2023 14:59
Copy link
Contributor

@littlejawa littlejawa left a comment

Choose a reason for hiding this comment

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

lgtm
thanks @gkurz

@gkurz
Copy link
Member Author

gkurz commented May 16, 2023

GH is bugging again : the PR page is mentioning 4 commits but only a604fed and 8e5e157 do exist in the devel branch.

Copy link
Contributor

@pmores pmores left a comment

Choose a reason for hiding this comment

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

thanks @gkurz !

@gkurz gkurz merged commit beab958 into openshift:peer-pods-tech-preview May 16, 2023
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.

None yet

3 participants