Merge origin/main into dependabot branch
Some checks failed
Run the E2E test on kind / get-go-version (push) Failing after 53s
Run the E2E test on kind / build (push) Has been skipped
Run the E2E test on kind / setup-test-matrix (push) Successful in 3s
Run the E2E test on kind / run-e2e-test (push) Has been skipped

Co-authored-by: blackpiglet <59276555+blackpiglet@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-09 09:41:11 +00:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ func (c *CachePVCTestCase) Init() error {
c.NamespacesTotal = 1
c.NSIncluded = &[]string{}
for nsNum := 0; nsNum < c.NamespacesTotal; nsNum++ {
createNSName := fmt.Sprintf("%s-%05d", c.CaseBaseName, nsNum)
createNSName := fmt.Sprintf("%s-%00000d", c.CaseBaseName, nsNum)
*c.NSIncluded = append(*c.NSIncluded, createNSName)
}