openshift / origin

Conformance test suite for OpenShift
http://www.openshift.org
Apache License 2.0
8.44k stars 4.69k forks source link

e2e test taking ownership of a field #28740

Open deads2k opened 3 weeks ago

deads2k commented 3 weeks ago

demonstrate how to take ownership of a set-list.

/hold

openshift-ci[bot] commented 3 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k

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: - ~~[test/extended/operators/OWNERS](https://github.com/openshift/origin/blob/master/test/extended/operators/OWNERS)~~ [deads2k] - ~~[test/extended/util/annotate/generated/OWNERS](https://github.com/openshift/origin/blob/master/test/extended/util/annotate/generated/OWNERS)~~ [deads2k] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
deads2k commented 3 weeks ago

alright, the combination of shared ownership and set sharing and ownership transfer means that there is no clear way to transfer ownership of set lists.

We'll need to decide whether to

  1. issue a patch to take ownership to start
  2. change the list to atomic
  3. "fake" a request from the bootstrap client setting all other pertinent field (too complicated in practice)
  4. directly modify the managedField (potentially more useful, harder than desired right now)
openshift-ci[bot] commented 1 week ago

@deads2k: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-fips 01d88caf4b428bc24273c84b00665e21706359f0 link true /test e2e-aws-ovn-fips
ci/prow/e2e-aws-ovn-single-node 01d88caf4b428bc24273c84b00665e21706359f0 link false /test e2e-aws-ovn-single-node
ci/prow/e2e-gcp-ovn 01d88caf4b428bc24273c84b00665e21706359f0 link true /test e2e-gcp-ovn
ci/prow/e2e-openstack-ovn 01d88caf4b428bc24273c84b00665e21706359f0 link false /test e2e-openstack-ovn
ci/prow/e2e-metal-ipi-sdn 01d88caf4b428bc24273c84b00665e21706359f0 link false /test e2e-metal-ipi-sdn
ci/prow/e2e-aws-ovn-upgrade 01d88caf4b428bc24273c84b00665e21706359f0 link false /test e2e-aws-ovn-upgrade
ci/prow/e2e-aws-ovn-single-node-upgrade 01d88caf4b428bc24273c84b00665e21706359f0 link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-aws-ovn-single-node-serial 01d88caf4b428bc24273c84b00665e21706359f0 link false /test e2e-aws-ovn-single-node-serial
ci/prow/e2e-metal-ipi-ovn-ipv6 01d88caf4b428bc24273c84b00665e21706359f0 link true /test e2e-metal-ipi-ovn-ipv6
ci/prow/e2e-aws-ovn-cgroupsv2 01d88caf4b428bc24273c84b00665e21706359f0 link false /test e2e-aws-ovn-cgroupsv2
ci/prow/e2e-aws-ovn-edge-zones 01d88caf4b428bc24273c84b00665e21706359f0 link true /test e2e-aws-ovn-edge-zones

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).