Skip to content

Commit

Permalink
Fix test migration
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Oct 22, 2024
1 parent 7c82c5a commit ec89f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_test/test_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def parse_manager_log_file(log_file):
@pytest.mark.parametrize("model", ['/mnt/model/Qwen-7B'])
@pytest.mark.parametrize("migration_backend", ['rpc', 'gloo', 'nccl'])
@pytest.mark.parametrize("migrated_request_status", ['running', 'waiting'])
async def test_migration_benchmark(model, migration_backend):
async def test_migration_benchmark(model, migration_backend, migrated_request_status):
if migrated_request_status == 'waiting' and migration_backend != 'rpc':
pytest.skip("When the migrated request status is waiting, only test the rpc migration backend.")

Expand Down

0 comments on commit ec89f07

Please sign in to comment.