We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc86f25 commit 453d412Copy full SHA for 453d412
python/sglang/test/test_utils.py
@@ -450,7 +450,9 @@ def popen_launch_server(
450
451
return_code = process.poll()
452
if return_code is not None:
453
- raise Exception(f"Server unexpectedly exits ({return_code=}).")
+ raise Exception(
454
+ f"Server unexpectedly exits ({return_code=}). Usually there will be error logs describing the cause far above this line."
455
+ )
456
457
time.sleep(10)
458
0 commit comments