Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
28ddfb37
Unverified
Commit
28ddfb37
authored
Oct 21, 2025
by
Tien Nguyen
Committed by
GitHub
Oct 20, 2025
Browse files
fix(sql-router): fix conflict port in test (#11826)
Co-authored-by:
Simo Lin
<
linsimo.mark@gmail.com
>
parent
e69094df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sgl-router/tests/api_endpoints_test.rs
sgl-router/tests/api_endpoints_test.rs
+1
-1
No files found.
sgl-router/tests/api_endpoints_test.rs
View file @
28ddfb37
...
@@ -976,7 +976,7 @@ mod router_policy_tests {
...
@@ -976,7 +976,7 @@ mod router_policy_tests {
#[tokio::test]
#[tokio::test]
async
fn
test_worker_selection
()
{
async
fn
test_worker_selection
()
{
let
ctx
=
TestContext
::
new
(
vec!
[
MockWorkerConfig
{
let
ctx
=
TestContext
::
new
(
vec!
[
MockWorkerConfig
{
port
:
1820
3
,
port
:
1820
7
,
worker_type
:
WorkerType
::
Regular
,
worker_type
:
WorkerType
::
Regular
,
health_status
:
HealthStatus
::
Healthy
,
health_status
:
HealthStatus
::
Healthy
,
response_delay_ms
:
0
,
response_delay_ms
:
0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment