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

Fix expected output for uid/uid after base image change #746

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

mkralik3
Copy link
Collaborator

@mkralik3 mkralik3 commented Sep 26, 2024

error from the latest builds:

  privileged_pods_test.go:84:    FAILURE: UID, GID and Groups were not changed; expected to find the string 'uid=1002(1002) gid=1002 groups=1002' in the output, but it wasn't found; full output:
        uid=1002(1002) gid=1002(1002) groups=1002(1002)

Probably the output of id command was changed after the proxy base image upgrade from uid=1002(1002) gid=1002 groups=1002 to uid=1002(1002) gid=1002(1002) groups=1002(1002)

https://master-jenkins-csb-servicemesh.apps.ocp-c1.prod.psi.redhat.com/job/maistra/job/maistra-test-tool/2831/

Copy link

openshift-ci bot commented Sep 26, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci bot added the size/XS label Sep 26, 2024
@mkralik3 mkralik3 marked this pull request as ready for review September 26, 2024 11:36
@openshift-merge-bot openshift-merge-bot bot merged commit e0598e9 into maistra:main Sep 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants