Commit debe38c
fix: Remove problematic server connectivity check from test script
Remove the complex server connectivity check that was causing HTTP handler
not found errors. The script now directly proceeds to actual testing, which
will naturally fail with clear error messages if the server is not running.
Changes:
- Replaced check_server() with simple show_server_info() function
- Removed all network probing logic (nc, telnet, curl connectivity tests)
- Simplified startup - script now shows server info and proceeds to tests
- Tests themselves will indicate if server is unreachable with clearer errors
This approach is more reliable and avoids accessing non-existent endpoints
that trigger HttpHandlerNotFoundException in the server logs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4206df2 commit debe38c
1 file changed
+6
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
113 | 105 | | |
114 | 106 | | |
115 | 107 | | |
| |||
249 | 241 | | |
250 | 242 | | |
251 | 243 | | |
252 | | - | |
253 | | - | |
| 244 | + | |
| 245 | + | |
254 | 246 | | |
255 | 247 | | |
256 | 248 | | |
| |||
0 commit comments