LuciaCabanillasRodriguez commented on PR #11629:
URL: https://github.com/apache/apisix/pull/11629#issuecomment-2955931382
Regarding the error in t/discovery/consul_dump.t, I see that the test fails
because the expected response from Consul isn’t being returned:
`got: ''
expected: '{"service_a":[{"host":"127.0.0.1","port":30511,"weight":1}]}'
`
It seems like either the service_a isn’t being registered properly in Consul
during the test, or the endpoint isn’t responding as expected.
As for the other warnings and errors like:
`failed to do SSL handshake: certificate verify failed
http_init(): failed to load the configuration: connection refused`
These appear to be related to missing services (like Consul or Etcd) or SSL
verification issues, but I’m not entirely sure how to fix it with certainty.
--
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]