kubernetes / enhancements

Enhancements tracking repo for Kubernetes
Apache License 2.0
3.43k stars 1.48k forks source link

kepval unit tests failing #1777

Closed jeremyrickard closed 4 years ago

jeremyrickard commented 4 years ago

Some of the kepval unit tests are failing:

--- FAIL: TestUnmarshalSuccess (0.00s)
    yaml_test.go:116: "owning-sig" must be one of (committee-code-of-conduct,committee-product-security,committee-steering,sig-api-machinery,sig-apps,sig-architecture,sig-auth,sig-autoscaling,sig-cli,sig-cloud-provider,sig-cluster-lifecycle,sig-contributor-experience,sig-docs,sig-instrumentation,sig-multicluster,sig-network,sig-node,sig-release,sig-scalability,sig-scheduling,sig-service-catalog,sig-storage,sig-testing,sig-ui,sig-usability,sig-windows,ug-big-data,ug-vmware-users,wg-api-expression,wg-component-standard,wg-data-protection,wg-iot-edge,wg-k8s-infra,wg-lts,wg-machine-learning,wg-multitenancy,wg-policy,wg-security-audit) but it is a string: my-sig
--- FAIL: TestValidateStructureSuccess (0.00s)
    --- FAIL: TestValidateStructureSuccess/Participating_sigs_is_optional (0.00s)
        yaml_test.go:166: did not expect an error: missing key title
    --- FAIL: TestValidateStructureSuccess/replaces_can_be_empty (0.00s)
        yaml_test.go:166: did not expect an error: missing key title
    --- FAIL: TestValidateStructureSuccess/editor_can_be_empty (0.00s)
        yaml_test.go:166: did not expect an error: missing key title
    --- FAIL: TestValidateStructureSuccess/editor_can_have_a_value (0.00s)
        yaml_test.go:166: did not expect an error: missing key title
    --- FAIL: TestValidateStructureSuccess/see_also_can_be_an_empty_list (0.00s)
        yaml_test.go:166: did not expect an error: missing key title
    --- FAIL: TestValidateStructureSuccess/superseded-by_can_be_nil (0.00s)
        yaml_test.go:166: did not expect an error: missing key title
jeremyrickard commented 4 years ago

/sig architecture