未验证 提交 fe4deac9 编写于 作者: Z zhangchunle 提交者: GitHub

test=document_fix (#35654)

上级 d856f876
...@@ -1342,8 +1342,8 @@ set +x ...@@ -1342,8 +1342,8 @@ set +x
retry_unittests_record='' retry_unittests_record=''
retry_time=4 retry_time=4
exec_time_array=('first' 'second' 'third' 'fourth') exec_time_array=('first' 'second' 'third' 'fourth')
parallel_failed_tests_exec_retry_threshold=80 parallel_failed_tests_exec_retry_threshold=120
exec_retry_threshold=10 exec_retry_threshold=30
is_retry_execuate=0 is_retry_execuate=0
rerun_ut_startTime_s=`date +%s` rerun_ut_startTime_s=`date +%s`
if [ -n "$failed_test_lists" ];then if [ -n "$failed_test_lists" ];then
...@@ -1443,6 +1443,9 @@ set +x ...@@ -1443,6 +1443,9 @@ set +x
one_card_retry='' one_card_retry=''
multiple_card_retry='' multiple_card_retry=''
exclusive_retry='' exclusive_retry=''
else
break
fi fi
done done
fi fi
...@@ -1786,8 +1789,8 @@ set +x ...@@ -1786,8 +1789,8 @@ set +x
retry_unittests_record='' retry_unittests_record=''
retry_time=4 retry_time=4
exec_time_array=('first' 'second' 'third' 'fourth') exec_time_array=('first' 'second' 'third' 'fourth')
parallel_failed_tests_exec_retry_threshold=80 parallel_failed_tests_exec_retry_threshold=120
exec_retry_threshold=10 exec_retry_threshold=30
is_retry_execuate=0 is_retry_execuate=0
rerun_ut_startTime_s=`date +%s` rerun_ut_startTime_s=`date +%s`
if [ -n "$failed_test_lists" ];then if [ -n "$failed_test_lists" ];then
...@@ -1855,7 +1858,10 @@ set +x ...@@ -1855,7 +1858,10 @@ set +x
collect_failed_tests collect_failed_tests
rm -f $tmp_dir/* rm -f $tmp_dir/*
one_card_retry='' one_card_retry=''
else
break
fi fi
done done
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册