Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Conversation

@YiannisGkoufas
Copy link
Contributor

Take on #51

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 16, 2021
@k8s-ci-robot k8s-ci-robot requested review from msau42 and wlan0 April 16, 2021 15:21
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: YiannisGkoufas
To complete the pull request process, please assign xing-yang after the PR has been reviewed.
You can assign the PR to them by writing /assign @xing-yang in a comment when ready.

The full list of commands accepted by this bot can be found 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

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 16, 2021
@k8s-ci-robot
Copy link
Contributor

Hi @YiannisGkoufas. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 16, 2021
@wlan0
Copy link
Contributor

wlan0 commented Apr 16, 2021

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 16, 2021
@k8s-ci-robot
Copy link
Contributor

@YiannisGkoufas: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
pull-container-object-storage-interface-provisioner-sidecar-unit cb2fa68 link /test pull-container-object-storage-interface-provisioner-sidecar-unit

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

if err != nil {
errChan <- err
}
_, err = cl.BucketExists(ctx, uuid.New().String())
Copy link
Contributor

@wlan0 wlan0 Apr 16, 2021

Choose a reason for hiding this comment

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

		adminClient, err := madmin.New(host.Host, accessKey, secretKey, secure)
		if err != nil {
			errChan <- errors.Wrap(err, "Creating an admin client failed")
			return
		}

Secure: secure,
})
if err != nil {
errChan <- err
Copy link
Contributor

@wlan0 wlan0 Apr 16, 2021

Choose a reason for hiding this comment

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

errChan <- errors.Wrap(err, "Creating an MinIO client failed")
return

errChan <- err
}
_, err = cl.BucketExists(ctx, uuid.New().String())
_, err = client.BucketExists(ctx, uuid.New().String())
Copy link
Contributor

@wlan0 wlan0 Apr 16, 2021

Choose a reason for hiding this comment

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

check both regular client and admin client here

Copy link
Contributor

Choose a reason for hiding this comment

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

for the admin client, call ServerInfo and check that err is nil

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 22, 2021
@k8s-ci-robot
Copy link
Contributor

@YiannisGkoufas: PR needs rebase.

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.

@YiannisGkoufas
Copy link
Contributor Author

Closing it to move WIP in https://github.com/kubernetes-sigs/cosi-driver-minio.git

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants