Skip to content

[fluid_ops] clean test_fleet_base #71846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/deprecated/legacy_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ list(APPEND MIXED_DIST_TEST_OPS test_ascend_group)
list(APPEND MIXED_DIST_TEST_OPS test_fleet_api_input)

list(APPEND MIXED_DIST_TEST_OPS test_fleet_base)
list(APPEND MIXED_DIST_TEST_OPS test_fleet_base_2_deprecated)
list(APPEND MIXED_DIST_TEST_OPS test_fleet_base_3_deprecated)
list(APPEND MIXED_DIST_TEST_OPS test_fleet_auto)
list(APPEND MIXED_DIST_TEST_OPS test_auto_parallel_partitioner_deprecated)
list(APPEND MIXED_DIST_TEST_OPS test_auto_parallel_partitioner_gpt_deprecated)
Expand Down Expand Up @@ -499,10 +497,6 @@ if(WITH_DISTRIBUTE)
if(NOT APPLE)
py_test_modules(test_fleet_base MODULES test_fleet_base ENVS ${dist_ENVS}
FLAGS_enable_pir_api=0)
py_test_modules(test_fleet_base_2_deprecated MODULES
test_fleet_base_2_deprecated ENVS ${dist_ENVS})
py_test_modules(test_fleet_base_3_deprecated MODULES
test_fleet_base_3_deprecated ENVS ${dist_ENVS})
if(NOT WIN32)
py_test_modules(
test_auto_parallel_partitioner_deprecated MODULES
Expand Down
92 changes: 0 additions & 92 deletions test/deprecated/legacy_test/test_fleet_base_2_deprecated.py

This file was deleted.

95 changes: 0 additions & 95 deletions test/deprecated/legacy_test/test_fleet_base_3_deprecated.py

This file was deleted.

47 changes: 0 additions & 47 deletions test/legacy_test/test_fleet_base_4.py

This file was deleted.

Loading