From de9474309d0559631308727df201825627a8eb3c Mon Sep 17 00:00:00 2001 From: YUNSHEN XIE <1084314248@qq.com> Date: Fri, 23 Apr 2021 21:10:45 +0800 Subject: [PATCH] Ut test conv3d op timeout (#32216) * remove ut from parallel_ut_rule caused by timeout * remove timeout ut from parallel_ut_rule file * move convert_model2dot_ernie to TWO_PARALLEL_JOB list --- tools/parallel_UT_rule.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tools/parallel_UT_rule.py b/tools/parallel_UT_rule.py index 9354751fdb9..d2969618b85 100644 --- a/tools/parallel_UT_rule.py +++ b/tools/parallel_UT_rule.py @@ -425,7 +425,6 @@ CPU_PARALLEL_JOB = [ 'cpu_info_test', 'cpu_helper_test', 'cow_ptr_tests', - 'convert_model2dot_ernie', 'conditional_block_op_test', 'cipher_utils_test', 'check_reduce_rank_test', @@ -483,6 +482,7 @@ TETRAD_PARALLEL_JOB = [ # It run 2 job each time, If it failed due to Insufficient GPU memory or CUBLAS_STATUS_ALLOC_FAILED, # just remove it from this list. TWO_PARALLEL_JOB = [ + 'convert_model2dot_ernie', 'im2col_test', 'test_elementwise_add_grad_grad', 'test_logical_op', @@ -512,10 +512,8 @@ TWO_PARALLEL_JOB = [ 'test_activation_nn_grad', 'test_pool2d_int8_mkldnn_op', 'test_adagrad_op_v2', - 'test_elementwise_add_op', 'test_nn_functional_hot_op', 'test_op_name_conflict', - 'test_softmax_with_cross_entropy_op', 'test_imperative_gan', 'test_simnet', 'test_amp_check_finite_and_scale_op', @@ -538,7 +536,6 @@ TWO_PARALLEL_JOB = [ 'test_sigmoid_cross_entropy_with_logits_op', 'test_regularizer_api', 'test_lrn_op', - 'test_rank_attention_op', 'test_parallel_ssa_graph_inference_feed_partial_data', 'test_lod_reset_op', 'test_install_check', @@ -553,7 +550,6 @@ TWO_PARALLEL_JOB = [ 'test_gather_tree_op', 'test_decoupled_py_reader', 'test_imperative_named_members', - 'test_conv3d_op', 'test_seqconv_eltadd_relu_fuse_pass', 'test_analysis_predictor', 'test_convert_operators', @@ -616,7 +612,6 @@ TWO_PARALLEL_JOB = [ 'test_adamax_op', 'test_while_loop_op', 'test_affine_grid_function', - 'test_trilinear_interp_op', 'test_transpose_flatten_concat_fuse_pass', 'test_trace_op', 'test_backward', @@ -869,7 +864,6 @@ TWO_PARALLEL_JOB = [ 'test_manual_seed', 'test_buffer_shared_memory_reuse_pass', 'test_range', - 'test_activation_op', 'test_box_decoder_and_assign_op', 'test_imperative_optimizer_v2', 'test_python_operator_overriding', -- GitLab