Skip to content

Commit 071e543

Browse files
committed
utfix
Signed-off-by: chenxiao <[email protected]>
1 parent c0b9e25 commit 071e543

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/ut/kv_connector/test_mooncake_connector.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ def test_run_handles_get_meta_and_done_recv_msgs(self):
174174
kv_caches={},
175175
pcp_rank=0)
176176
thread.start()
177-
actual_port = base_port + (thread.pp_rank + thread.tp_size + thread.tp_rank +
178-
thread.pcp_rank * thread.prefill_tp_size)
177+
actual_port = base_port + (thread.pp_rank * thread.tp_size +
178+
thread.tp_rank +
179+
thread.pcp_rank * thread.prefill_tp_size)
179180
self.assertTrue(ready_event.wait(timeout=3),
180181
"Server thread startup timeout")
181182

0 commit comments

Comments
 (0)