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
7fceeef5
Unverified
Commit
7fceeef5
authored
Oct 22, 2025
by
Shangming Cai
Committed by
GitHub
Oct 22, 2025
Browse files
Fix flaky hicache test with mooncake backend (#11953)
Signed-off-by:
Shangming Cai
<
csmthu@gmail.com
>
parent
88568c01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/srt/hicache/test_hicache_storage_mooncake_backend.py
test/srt/hicache/test_hicache_storage_mooncake_backend.py
+2
-2
No files found.
test/srt/hicache/test_hicache_storage_mooncake_backend.py
View file @
7fceeef5
...
...
@@ -201,9 +201,9 @@ class HiCacheStorageMooncakeBackendBaseMixin(HiCacheStorageBaseMixin):
# Set the environment variables for Mooncake using dynamic ports
env_vars
=
{
"MOONCAKE_MASTER"
:
f
"127.0.0.1:
{
cls
.
mooncake_master_port
}
"
,
"MOONCAKE_PROTOCOL"
:
"
rdma
"
,
"MOONCAKE_PROTOCOL"
:
"
tcp
"
,
"MC_MS_AUTO_DISC"
:
"0"
,
"MOONCAKE_DEVICE"
:
get_rdma_devices_args
()
,
"MOONCAKE_DEVICE"
:
""
,
"MOONCAKE_TE_META_DATA_SERVER"
:
f
"http://127.0.0.1:
{
cls
.
mooncake_metadata_port
}
/metadata"
,
"MOONCAKE_GLOBAL_SEGMENT_SIZE"
:
"4294967296"
,
# 4 GiB
}
...
...
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