[CI] Fix partial instability issues (#4461)

This commit is contained in:
YuBaoku
2025-10-17 14:17:06 +08:00
committed by GitHub
parent 14785eb65d
commit 01510876ab
8 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ for file in $TEST_FILES; do
success_pytest=$((success_pytest+1))
fi
ps -ef | grep "${FD_CACHE_QUEUE_PORT}" | grep -v grep | awk '{print $2}' | xargs -r kill -9
ps -ef | grep "${FD_ENGINE_QUEUE_PORT}" | grep -v grep | awk '{print $2}' | xargs -r kill -9
done
##################################

View File

@@ -29,6 +29,7 @@ for subdir in "$run_path"*/; do
exit_code=$?
set -e
ps -ef | grep "${FD_CACHE_QUEUE_PORT}" | grep -v grep | awk '{print $2}' | xargs -r kill -9
ps -ef | grep "${FD_ENGINE_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