Skip to content

add runtime check for server setup in UT cases#71

Open
DiweiSun wants to merge 2 commits intocpu_opt_ww11from
molly/ut_optimization
Open

add runtime check for server setup in UT cases#71
DiweiSun wants to merge 2 commits intocpu_opt_ww11from
molly/ut_optimization

Conversation

@DiweiSun
Copy link
Collaborator

Motivation

Currently, if the server fails to start (e.g., due to configuration errors or missing dependencies), the script continues retrying health checks until timeout. This:

  • Wastes time in CI/CD pipelines
  • Delays feedback during development
  • Masks root causes by showing timeout errors instead of actual startup failures

Modifications

Modify the server health check script to fail immediately if the server process crashes during startup, rather than waiting for the full timeout period.

Checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant