Commit Graph

5 Commits

Author SHA1 Message Date
Xun Sun 77ae1034a6
[PG] Enable asynchronous recovered-rank initialization with deferred join (#1744)
During Elastic EP rank recovery, the recovered rank must re-run expensive initialization (especially CUDA graph capture).
  Previously, this required the recovered and healthy ranks to enter the same communication phase, which paused healthy-rank inference and increased recovery disruption.

  This change enables **asynchronous recovered-rank initialization** in Mooncake PG: recovered ranks can initialize in isolation first, then join the live process group after local recovery work is finished.
2026-03-29 13:26:21 +08:00
Xun Sun 59c9f90151
[CI] Update artifact selection criteria in workflow (#1700) 2026-03-19 22:38:06 +08:00
胡皓然 40cebe30b3
[CI]Add sglang elastic ep backend testcases (#1561)
Impelemented PRODUCT, MIN, MAX logic in reduce kerlel and Added unit tests in test_mooncake_backend.py to cover new ops
2026-02-26 12:37:18 +08:00
shicanwei.scw 61536b95b6
[CI]Add vllm 1p1d test case (#1491)
* feat(CI test case): add vllm 1p1d test case

Signed-off-by: shicanwei <shicanwei.scw@alibaba-inc.com>

* fix(run_test.sh): update help message to reflect run-all behavior without arguments

Signed-off-by: shicanwei <shicanwei.scw@alibaba-inc.com>

* fix(test_vllm_1p1d_erdma.sh): adjust request parameters to prevent repetitive content generation

Signed-off-by: shicanwei <shicanwei.scw@alibaba-inc.com>

* feat(test_vllm_1p1d_erdma.sh): add response content validation for Paris keyword

Signed-off-by: shicanwei <shicanwei.scw@alibaba-inc.com>

---------

Signed-off-by: shicanwei <shicanwei.scw@alibaba-inc.com>
2026-02-05 10:40:53 +08:00
shicanwei.scw cb657895a9
[CI] Add sglang e2e tests (#1181)
* feat(tone_tests): add E2E test cases and bilingual documentation

Signed-off-by: lukotong-7 <shicanwei.scw@alibaba-inc.com>

* update T-One job link to show real-time logs

Signed-off-by: lukotong-7 <shicanwei.scw@alibaba-inc.com>

* Add description for test_hicache_storage_mooncake_backend.py

Signed-off-by: lukotong-7 <shicanwei.scw@alibaba-inc.com>

* Add parse and cleanup command options to test_1p1d_erdma.sh

Signed-off-by: lukotong-7 <shicanwei.scw@alibaba-inc.com>

* Ensure that cleanup and parse are always executed, and replace exit with return.

Signed-off-by: lukotong-7 <shicanwei.scw@alibaba-inc.com>

---------

Signed-off-by: lukotong-7 <shicanwei.scw@alibaba-inc.com>
2025-12-16 00:52:27 +08:00