From e9b384f5a75daa565f4e12111b41fd4481d8fa44 Mon Sep 17 00:00:00 2001 From: Hao Ruan Date: Mon, 27 Mar 2023 10:23:27 +0800 Subject: [PATCH 1/2] fix typo --- test/e2e/apimachinery/resource_quota.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apimachinery/resource_quota.go b/test/e2e/apimachinery/resource_quota.go index f693a807b66..3f9fab3bddd 100644 --- a/test/e2e/apimachinery/resource_quota.go +++ b/test/e2e/apimachinery/resource_quota.go @@ -1007,7 +1007,7 @@ var _ = SIGDescribe("ResourceQuota", func() { reported hard status values MUST equal the new spec hard values. Getting the /status MUST succeed and the reported hard status values MUST equal the spec hard values. Repatching the hard status - values MUST succeed. The spec spec MUST NOT be changed when + values MUST succeed. The spec MUST NOT be changed when patching /status. */ framework.ConformanceIt("should apply changes to a resourcequota status", func(ctx context.Context) { From d3f6cb717f7b3f6fa141c7e02d6b2414083b38fc Mon Sep 17 00:00:00 2001 From: Hao Ruan Date: Wed, 29 Mar 2023 11:18:52 +0800 Subject: [PATCH 2/2] update conformance yaml --- test/conformance/testdata/conformance.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index ad6d61a90d2..ae8c49c2759 100755 --- a/test/conformance/testdata/conformance.yaml +++ b/test/conformance/testdata/conformance.yaml @@ -487,8 +487,7 @@ be found. Patching the hard status values MUST succeed. The reported hard status values MUST equal the new spec hard values. Getting the /status MUST succeed and the reported hard status values MUST equal the spec hard values. Repatching the - hard status values MUST succeed. The spec spec MUST NOT be changed when patching - /status. + hard status values MUST succeed. The spec MUST NOT be changed when patching /status. release: v1.26 file: test/e2e/apimachinery/resource_quota.go - testname: ResourceQuota, update and delete