| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[core][refactor] move NodeManager::KillWorker to WorkerInterface::KillAsync for better testability (#54068) Following the suggestion in https://github.com/ray-project/ray/pull/53562#discussion_r2157785191, this PR moves NodeManager::KillWorker to WorkerInterface::Kill so that we can mock the method for testing if it is invoked or not, instead of spawning a real process to see if it is killed or not. As a side effect, this will also eliminate the confusion between NodeManager::KillWorker and NodeManager::DestroyWorker. --------- Signed-off-by: Rueian <rueian@anyscale.com> | 1 年前 | |
bug Signed-off-by: yangxiaopeng7 <yangxiaopeng7@huawei.com> | 5 个月前 | |
Support copyright format for c++ files (#14348) | 4 年前 |