From 4ec69998f299c5289071e4f1215ec798a448a6fe Mon Sep 17 00:00:00 2001 From: ShiXiaowei02 <39303645+Shixiaowei02@users.noreply.github.com> Date: Mon, 18 Aug 2025 05:41:49 +0000 Subject: [PATCH 1/2] fix: uppercase def value in pd-config Signed-off-by: ShiXiaowei02 <39303645+Shixiaowei02@users.noreply.github.com> --- .../test_configs/disagg_config_gen_only_bs1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/defs/disaggregated/test_configs/disagg_config_gen_only_bs1.yaml b/tests/integration/defs/disaggregated/test_configs/disagg_config_gen_only_bs1.yaml index 4efbc9a9493..19d1eca714f 100644 --- a/tests/integration/defs/disaggregated/test_configs/disagg_config_gen_only_bs1.yaml +++ b/tests/integration/defs/disaggregated/test_configs/disagg_config_gen_only_bs1.yaml @@ -17,7 +17,7 @@ context_servers: enable_partial_reuse: False disable_overlap_scheduler: True cache_transceiver_config: - backend: default + backend: DEFAULT urls: - "localhost:8001" generation_servers: @@ -32,6 +32,6 @@ generation_servers: free_gpu_memory_fraction: 0.2 enable_partial_reuse: False cache_transceiver_config: - backend: default + backend: DEFAULT urls: - "localhost:8002" From 778d10ee2f7b7d25f2d92fc0648a172c08a10a0b Mon Sep 17 00:00:00 2001 From: ShiXiaowei02 <39303645+Shixiaowei02@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:07:04 +0000 Subject: [PATCH 2/2] update Signed-off-by: ShiXiaowei02 <39303645+Shixiaowei02@users.noreply.github.com> --- tests/integration/test_lists/waives.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index f681b1b196b..7a75485ec6c 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -315,9 +315,5 @@ triton_server/test_triton_llm.py::test_gpt_speculative_decoding_bls[False-False- accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ctx_pp_gen_tp_asymmetric[GSM8K-gen_tp=1-ctx_pp=4] SKIP (https://nvbugs/5434320) accuracy/test_disaggregated_serving.py::TestQwen3_8B::test_nixl_backend SKIP (https://nvbugs/5448437) accuracy/test_disaggregated_serving.py::TestDeepSeekV3Lite::test_nixl_backend SKIP (https://nvbugs/5448437) -disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[DeepSeek-V3-Lite-bf16] SKIP (https://nvbugs/5459811) -disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[llama-3.1-8b-instruct-hf-fp8] SKIP (https://nvbugs/5459811) -disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[DeepSeek-V3-Lite-fp8] SKIP (https://nvbugs/5459811) -disaggregated/test_disaggregated.py::test_disaggregated_benchmark_on_diff_backends[llama-v3-8b-hf] SKIP (https://nvbugs/5459811) accuracy/test_llm_api_pytorch.py::TestDeepSeekR1::test_nvfp4_multi_gpus[latency_trtllmgen] SKIP (https://nvbugs/5445466) test_e2e.py::test_ptp_quickstart_multimodal[mistral-small-3.1-24b-instruct-Mistral-Small-3.1-24B-Instruct-2503-image-True] SKIP (https://nvbugs/5459817)