yeganeahmadnejad commented on PR #13764: URL: https://github.com/apache/apisix/pull/13764#issuecomment-5164878331
The failing \`build (ubuntu-latest, linux_openresty, t/plugin/[a-k]*.t ...)\` job is unrelated to this PR's changes. Both plugin test files this PR touches pass cleanly in that run: - \`t/plugin/api-breaker.t\` — ok (44.3s) - \`t/plugin/api-breaker2.t\` — ok (41.9s) The actual failure is in \`t/plugin/basic-auth.t\` TEST 22, a Vault-backed secret-reference test: \`\`\` Failed test 't/plugin/basic-auth.t TEST 22: set basic-auth conf: password uses secret ref - pattern "[error]" should not match any line in error.log but matches line "... failed to resolve secret reference: \$secret://vault/test1/foo/passwd, field: password, err: no value ..." \`\`\` This PR doesn't touch Vault, \`secret.lua\`, \`consumer.lua\`, or basic-auth — the error (\`err: no value\`) looks like the test Vault container wasn't ready in time, i.e. CI flakiness rather than a real regression. Could someone retrigger the job? Link: https://github.com/apache/apisix/actions/runs/30573824296/job/91308878901 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
