[Execute Infrastructure] Rename test_ai_* test files to test_coverage_* - #4993
Merged
swgu98 merged 1 commit intoSep 10, 2026
Merged
Conversation
Paddle-Bot
approved these changes
Sep 8, 2026
Paddle-Bot
approved these changes
Sep 8, 2026
Contributor
Failed CI看板
日志分析报告失败的测试 case: 根本原因分析: PR diff 展示的改动几乎全部是测试文件重命名,文件内容保持 100% 相似;唯一实质内容变化是辅助文件 docstring 中的测试文件名更新。没有看到模型训练、GPU 配置、依赖、数据集或测试逻辑修改。 已确认的失败原因是审批门禁:脚本只接受当前 head 上的有效 其余四个 job 仅显示 修复建议:
Powered by Nyanpasu with gpt-5.6-luna 默认推理级别, please check the suggestions carefully. |
liuhao2638
force-pushed
the
codex/rename-test-ai-to-test-coverage
branch
from
September 9, 2026 03:26
e484d89 to
2a95054
Compare
Paddle-Bot
approved these changes
Sep 9, 2026
swgu98
approved these changes
Sep 10, 2026
liuhao2638
force-pushed
the
codex/rename-test-ai-to-test-coverage
branch
2 times, most recently
from
September 10, 2026 07:08
7e1b16d to
a25769a
Compare
All 182 test files under tests/coverage_test are renamed from test_ai_* to test_coverage_* to match the coverage_test directory naming. This also: - Moves the missed tests/ai_edited_test/quantization directory into coverage_test, completing the ai_edited_test -> coverage_test rename - Updates in-file references to the renamed files
liuhao2638
force-pushed
the
codex/rename-test-ai-to-test-coverage
branch
from
September 10, 2026 07:18
a25769a to
42965c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rename all
test_ai_*test files undertests/coverage_testtotest_coverage_*, following up on #4966 which renamed the directoryai_edited_testtocoverage_test.Changes:
test_ai_*.pyfiles undertests/coverage_test/totest_coverage_*.pytests/ai_edited_test/quantization/directory (3 files) intotests/coverage_test/quantization/, completing theai_edited_test->coverage_testrenameTest plan
grep -r "test_ai_"on the repo returns only the unrelatedtest_ai_studiomethod names intests/transformers/