From 1d7fe1021111252a936fcf34e9d3c013f8ff1f92 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Fri, 14 Nov 2025 16:40:46 -0800 Subject: [PATCH] [not4land] Test CI Summary: https://github.com/vllm-project/vllm/blob/8977ffb5e6428a3e682d47d9ca8342ccab9916f8/.buildkite/test-pipeline.yaml#L99-L100 is failing for me locally and on my PR, but not on other PRs or vllm main CI, trying to test with a blank PR Test Plan: Reviewers: Subscribers: Tasks: Tags: Signed-off-by: Jerry Zhang --- tests/basic_correctness/test_cumem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/basic_correctness/test_cumem.py b/tests/basic_correctness/test_cumem.py index 754ef20dbeb2..4a765575987d 100644 --- a/tests/basic_correctness/test_cumem.py +++ b/tests/basic_correctness/test_cumem.py @@ -19,6 +19,7 @@ def test_python_error(): """ Test if Python error occurs when there's low-level error happening from the C++ side. + just adding something to test CI """ allocator = CuMemAllocator.get_instance() total_bytes = torch.cuda.mem_get_info()[1]