Skip to content

Temporarily disabled Unit Test

zhangyuqin1998 edited this page Mar 16, 2023 · 65 revisions

已禁用单测

注:请填写github账号名,勿直接填写姓名!!

单测 负责人 禁用原因 禁用日期(PR) 预期修复日期
reduce_op_handle_test yuyang 2018.3.24 PR10744
test_boxps hutuxian 该UT的功能不支持在非GPU版本的Paddle和Windows系统下运行,故在上述环境中移除该UT 2020.02.24 PR22466
test_code_genegator Xreki 错误跟docker镜像有关,之前Paddle#22719 在尝试解决这个问题,但还需要充分的验证才能合入 2020.04.03 Paddle#23440 2020.05.18修复,Paddle#22719
test_post_training_quantization_mobilenetv1 juncai 精度问题,CI机器从TeamCity到XLY,可能和机器型号有关 2020.04.03 Paddle#23440
test_quantization_scale_pass wzzju & juncai log信息显示conv cudnn出错 2020.04.03 Paddle#23441
test_imperative_data_loader_exception chenwhql 单测执行超时,多进程异常单测,错误可能和执行环境有关 2020.04.17 Paddle#23933
use cudnn_conv config in unittests/seresnext_net.py zhhsplendid cudnn conv问题 2019.11.11 Paddle#21083
test_paddlebox_datafeed.py sandyhouse PipelineOptimizer重构导致接口改变,临时禁用 2020.07.02 Paddle#25065
test_sentiment guosheng 移除nltk依赖,删除nltk.movie_reviews数据集及相关单测 2020.9.21 PR27388
test_dataset_sentiment guosheng 移除nltk依赖,删除nltk.movie_reviews数据集及相关单测 2020.9.21 PR27388
test_dataset_movie_reviews guosheng 移除nltk依赖,删除nltk.movie_reviews数据集及相关单测 2020.9.21 PR27388
test_text.py LiuChiachi 删除text.py,因此删除相关单测test_text.py 2020.10.14 PR26853
test_addcmul.py weisy11 删除addcmul,因此删除相关单测test_addcmul.py 2020.12.09 PR28937
test_analyzer_capi_gpu winter-wang 重构了新的inference c api,删除旧api的相关单测 2021.4.21 PR32225
test_analyzer_capi_xpu winter-wang 重构了新的inference c api,删除旧api的相关单测 2021.4.21 PR32225
test_analyzer_capi winter-wang 重构了新的inference c api,删除旧api的相关单测 2021.4.21 PR32225
test_analyzer_capi_pd_tensor winter-wang 重构了新的inference c api,删除旧api的相关单测 2021.4.21 PR32225
test_analyzer_capi_int winter-wang 重构了新的inference c api,删除旧api的相关单测 2021.4.21 PR32225
test_analyzer_capi_ner winter-wang 重构了新的inference c api,删除旧api的相关单测 2021.4.21 PR32225
test_sparse_attention_op Liu-xiandong 目前sparse_attebtion只支持LinuxX86的CUDA11.2,屏蔽了其他环境的相关单测 2021.10.11 PR35757
test_fleet_launch_rank_mapping aoyulong rank_mapping功能重构,完全采用新的单测测试,因此删除旧单测 2021.11.26 PR37482
interceptor_pass_the_parcel LiYuRio FleetExecutor改用新的多carrier接口,原本的测试讨论后为无用需求,因此删除旧单测 2022.1.4 PR38650
test_quantile Asthestarsfalll 合并test_quantile.py与test_nanquantile.py至test_quantile_and_nanquantile.py,因此删除原有的test_quantile.py 2022.4.14 PR41343
trt_reshape2_matmul_fuse_pass zhoutianzi666 Paddle-TRT中不需要这个Pass,因此删除单测test_trt_reshape2_matmul_fuse_pass.py 2022.9.20 PR46090
test_mpi_comm wuhuachaocoding 设置WITH_MPI编译选项默认为OFF,因为MPI功能用户很少用到,单测依赖WITH_MPI为ON 2022.10.9 PR46400
test_compat SigureMo 移除为 Python2 所设计的兼容模块 paddle.compat,因此其单测也需要删除 2022.10.23 PR47269
test_auto_search_dist_matmul_op kangguangli 清理fluid API工作中需要移除matmul,这个单测是用来验证matmul和matmul_v2的一致性的,需要删除 2022.11.16 PR47988
test_beam_search_decoder GGBond8488 移除fluid下beam_search_decoder API,因此同步删除测试该API的单测 2022.11.18 PR48096
test_trt_reduce_mean_op heyanru01 移除fluid下reduce_mean API,因此同步删除测试该API的单测 2022.12.1 PR48196
test_where_index heyanru01 移除fluid下where API,因此同步删除测试该API的单测 2022.12.1 PR48441
test_deformable_psroi_pooling heyanru01 移除fluid下deformable_roi_pooling API,因此同步删除测试该API的单测 2022.12.8 PR48451
test_dynrnn_gradient_check LiYuRio 移除fluid下DynamicRNN API,因此同步删除测试该API的单测 2022.11.24 PR48279
test_dyn_rnn LiYuRio 移除fluid下DynamicRNN API,因此同步删除测试该API的单测 2022.11.24 PR48279
test_dynrnn_static_input LiYuRio 移除fluid下DynamicRNN API,因此同步删除测试该API的单测 2022.11.24 PR48279
test_machine_translation LiYuRio 移除fluid下DynamicRNN API,因此同步删除测试该API的单测 2022.11.24 PR48279
test_rnn_encoder_decoder LiYuRio 移除fluid下DynamicRNN API,因此同步删除测试该API的单测 2022.11.24 PR48279
test_lod_tensor_array_ops LiYuRio 移除fluid下lod_tensor_to_array和array_to_lod_tensor API,因此同步删除测试该API的单测 2022.11.24 PR48279
test_trt_anchor_generator_op HydrogenSulfate 移除fluid下anchor_generator API,因此同步删除测试该API的单侧 2022.11.30 PR48377
test_shrink_rnn_memory HermitSun 移除 fluid.shrink_memory,同步删除测试该 API 的单测 2022.11.30 PR48287
test_parallel_executor_crf ccrrong 移除 fluid下linear_chain_crf,同步删除测试该 API 的单测 2022.12.12 PR48996
test_imperative_save_load GGBond8488 移除fluid下save_dygraph 以及 load_dygraph API,因此同步删除测试该API的单测 2022.1.3 PR48096
Clone this wiki locally