Co-authored-by: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com>
This commit is contained in:
Zhang Yulong
2025-09-09 10:09:13 +08:00
committed by GitHub
parent 1dc1397ef6
commit 2359c8d21c
4 changed files with 28 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ for subdir in "$run_path"*/; do
timeout 600 python -m pytest --disable-warnings -sv "$file"
exit_code=$?
set -e
ps -ef | grep "${FD_CACHE_QUEUE_PORT}" | grep -v grep | awk '{print $2}' | xargs -r kill -9
if [ $exit_code -ne 0 ]; then
if [ -f "${subdir%/}/log/workerlog.0" ]; then