[UT] Add GLM E2E tests for non-MTP and MTP (#6163)

* add glm ut
This commit is contained in:
GoldPancake
2026-01-23 10:34:29 +08:00
committed by GitHub
parent b7c5daa316
commit 646aced1eb
4 changed files with 237 additions and 24 deletions
@@ -379,9 +379,7 @@ class RoutingStoreLocal(RoutingStoreBase):
def clear_store(self):
"""Clear the routing indices store"""
if os.path.isdir(self.local_store_dir):
for file_name in os.listdir(self.local_store_dir):
file_path = os.path.join(self.local_store_dir, file_name)
shutil.rmtree(file_path)
shutil.rmtree(self.local_store_dir)
async def clear_prefix_batch(self, roullout_id_prefixes: List[str]):
# async delete