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 c0b9e25 commit 071e543Copy full SHA for 071e543
tests/ut/kv_connector/test_mooncake_connector.py
@@ -174,8 +174,9 @@ def test_run_handles_get_meta_and_done_recv_msgs(self):
174
kv_caches={},
175
pcp_rank=0)
176
thread.start()
177
- actual_port = base_port + (thread.pp_rank + thread.tp_size + thread.tp_rank +
178
- thread.pcp_rank * thread.prefill_tp_size)
+ actual_port = base_port + (thread.pp_rank * thread.tp_size +
+ thread.tp_rank +
179
+ thread.pcp_rank * thread.prefill_tp_size)
180
self.assertTrue(ready_event.wait(timeout=3),
181
"Server thread startup timeout")
182
0 commit comments