kubernetes [Flaking Test][sig-api-machinery] gce-cos-master-default (资源配额分配)

2hh7jdfx  于 6个月前  发布在  Kubernetes
关注(0)|答案(3)|浏览(49)

哪些工作正在出现问题?

master-blocking:

  • gce-cos-master-default

哪些测试正在出现问题?

Kubernetes e2e套件。[它] [sig-api-machinery] ResourceQuota应该通过范围选择器验证具有终止范围的ResourceQuota。

从何时开始出现问题?

从我所在时区的今天30-05-2024凌晨2:30 AEST开始出现问题,但在那之后就正常工作了:

Testgrid链接

https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-default

失败原因(如果可能)

这个问题可能来自resource_quota.go文件中的资源分配和配额执行,这可能导致测试超时。

{ failed [FAILED] timed out waiting for the condition
In [It] at: k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:1377 @ 05/29/24 16:43:37.89
}
I0529 16:43:37.890427 10494 resource_quota.go:1377] Unexpected error: 
      <wait.errInterrupted>: 
      timed out waiting for the condition
      {
          cause: <*errors.errorString | 0xc00045ec60>{
              s: "timed out waiting for the condition",
          },
      }
  [FAILED] in [It] - k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:1377 @ 05/29/24 16:43:37.89
  I0529 16:43:37.891110 10494 helper.go:121] Waiting up to 7m0s for all (but 0) nodes to be ready
[FAILED] timed out waiting for the condition
  In [It] at: k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:1377 @ 05/29/24 16:43:37.89
Summarizing 1 Failure:
  [FAIL] [sig-api-machinery] ResourceQuota [It] should verify ResourceQuota with terminating scopes through scope selectors. [sig-api-machinery]
  k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:1377
Ran 950 of 6624 Specs in 962.308 seconds
FAIL! -- 949 Passed | 1 Failed | 0 Pending | 5674 Skipped
Ginkgo ran 1 suite in 16m31.788325114s

我们还需要了解其他信息吗?

N/A

相关SIG(s)

/sig api machinery
@kubernetes/release-team-release-signal

6pp0gazn

6pp0gazn1#

@wendy-ha18: 标签 sig/api, sig/machinery 无法应用,因为仓库中没有它们。

针对此问题:

哪些任务出现故障?

master-informing:

  • gce-cos-master-default

哪些测试出现故障?

Kubernetes e2e套件。[它] [sig-api-machinery] ResourceQuota应该通过范围选择器验证具有终止范围的ResourceQuota。

从何时开始出现故障?

从我所在时区的今天30-05-2024凌晨2:30 AEST开始出现故障,但在那之后正常工作:

Testgrid链接

https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-default

失败原因(如果可能)

问题可能来自 resource_quota.go 文件中的资源分配和配额执行,这可能导致测试超时。

{ failed [FAILED] timed out waiting for the condition
In [It] at: k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:1377 @ 05/29/24 16:43:37.89
}
I0529 16:43:37.890427 10494 resource_quota.go:1377] Unexpected error: 
     <wait.errInterrupted>: 
     timed out waiting for the condition
     {
         cause: <*errors.errorString | 0xc00045ec60>{
             s: "timed out waiting for the condition",
         },
     }
 [FAILED] in [It] - k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:1377 @ 05/29/24 16:43:37.89
 I0529 16:43:37.891110 10494 helper.go:121] Waiting up to 7m0s for all (but 0) nodes to be ready
[FAILED] timed out waiting for the condition
 In [It] at: k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:1377 @ 05/29/24 16:43:37.89
Summarizing 1 Failure:
 [FAIL] [sig-api-machinery] ResourceQuota [It] should verify ResourceQuota with terminating scopes through scope selectors. [sig-api-machinery]
 k8s.io/kubernetes/test/e2e/apimachinery/resource_quota.go:1377
Ran 950 of 6624 Specs in 962.308 seconds
FAIL! -- 949 Passed | 1 Failed | 0 Pending | 5674 Skipped
Ginkgo ran 1 suite in 16m31.788325114s

我们需要了解其他信息吗?

不需要

相关SIG(s)

/sig api machinery
@kubernetes/release-team-release-sign
使用PR评论与我互动的说明已提供 here 。如果您对 my behavior 有疑问或建议,请针对 kubernetes-sigs/prow 仓库提交一个问题。

egmofgnx

egmofgnx3#

/assign @yliaog
Yu, would you be able to take a look to this flaky test? Let me know please if not.
thanks!
/triage accepted

相关问题