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

   nextest spawns each test in a separate executable, making
   shared in-process server state impossible across tests.
   The SharedServerRegistry introduced in #3085 cannot work
   under this execution model.
   
   Instead, flaky connector tests caused by resource contention
   (e.g. WireMock timeouts) are handled by nextest's built-in
   retry mechanism: a `[profile.ci]` with `retries = 3`.
   
   - Reverts commit 2afeaa3ff (shared_server infrastructure
     and 113 connector test migrations)
   - Adds `[profile.ci]` to `.config/nextest.toml`
   - Switches pre-merge and coverage-baseline CI to
     `cargo nextest run --profile ci`


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