Unverified Commit aedfc0a3 authored by Jacky's avatar Jacky Committed by GitHub
Browse files

test: Enable TRT-LLM graceful shutdown migration tests (#6766)


Signed-off-by: default avatarJacky <18255193+kthui@users.noreply.github.com>
parent 17693cf8
......@@ -35,17 +35,7 @@ pytestmark = [
"migration_limit", [3, 0], ids=["migration_enabled", "migration_disabled"]
),
pytest.mark.parametrize(
"immediate_kill",
[
pytest.param(True, id="worker_failure"),
pytest.param(
False,
id="graceful_shutdown",
marks=pytest.mark.xfail(
strict=False, reason="TRT-LLM graceful shutdown not yet implemented"
),
),
],
"immediate_kill", [True, False], ids=["worker_failure", "graceful_shutdown"]
),
pytest.mark.parametrize(
"request_api",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment