mmodzelewski opened a new pull request, #4054:
URL: https://github.com/apache/iggy/pull/4054

   The Pinot suite could not start the current apache/iggy:edge image:
   the server now refuses a wildcard bind without an advertised address
   (#3923) and the suite never set one. It also re-pulled the image on
   every run, which made it far slower than the SDK suite, and its
   readiness probe accepted any HTTP status below 500 from /. The SDK
   suite in turn still claimed the published image shipped the legacy
   server and only waited for the ports to open.
   
   Both suites now configure the container the same way: advertise an
   address clients can dial, let the server use every core, and gate on
   /ping before running tests. The Pinot suite reuses the locally cached
   image like the SDK suite does.
   


-- 
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]

Reply via email to