-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[CI]accurcy Test #10530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
shiqiangA
wants to merge
17
commits into
vllm-project:main
Choose a base branch
from
shiqiangA:new_full_coverage
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[CI]accurcy Test #10530
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ea10c0c
accurcy
shiqiangA 376aeda
accurcy_file_name
shiqiangA 5c08157
upload obs
shiqiangA 48bc2e8
debug uplosg obs
shiqiangA 5e434d2
debug upload
shiqiangA 6470cc0
Upload fix
shiqiangA ae99f07
Upload fix
shiqiangA 145d9ac
uploaf fix
shiqiangA cff0eb8
upload tar
shiqiangA 06171cf
Upload setting
shiqiangA fb6c8e1
Merge branch 'new_full_coverage' of https://github.com/shiqiangA/vllm…
shiqiangA b6387ce
Upload dirfix
shiqiangA e7f8bd9
Upload coverage_version
shiqiangA 4265350
Upload TASK_DATE add hour
shiqiangA b197f25
Upload obs secrets config
shiqiangA 4984d7c
Upload obs secrets config
shiqiangA 879861c
pre-commit fix & schedule
shiqiangA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,3 +24,4 @@ mindstudio-probe>=8.3.0 | |
| xlite==0.1.0rc11.dev210 | ||
| uc-manager | ||
| ninja | ||
| coverage | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| [run] | ||
| branch = True | ||
| # 指定覆盖数据中文件路径采用绝对路径,便于后续分析时路径匹配 | ||
| relative_files = False | ||
| # 指定产生的覆盖数据文件基础名称,可采用绝对路径 | ||
| data_file = /mnt/share/s00837289/covdata/coverage | ||
| # 对覆盖数据文件增加进程ID等标识 | ||
| parallel = True | ||
| # 项目使用的并发库,默认thread。若代码采用了multiprocessing, gevent, greenlet, 或eventlet等并发库,则需显示指定。如任务调度框架celery可采用单进程模式,使用了multiprocessing库,则此选项需追加multiprocessing | ||
| concurrency = thread,multiprocessing | ||
| # 注册信号15,以便“kill pid”杀进程前可导出覆盖数据,若业务代码本身注册了15处理函数,则应关闭。默认关闭 | ||
| sigterm = False | ||
| # debug配置,方便定位可能的异常。按需开启 | ||
| # debug=pid,dataio,dataop | ||
| # debug_file=/opt/coveragepy_debug.out | ||
| # 禁用coverage.py警告打印 | ||
| disable_warnings=no-data-collected,module-not-python | ||
| # 配置可采集覆盖数据的源码文件列表,支持通配符*匹配,支持通过逗号分隔多个值。根据实际调整 | ||
| include = | ||
| */vllm_ascend/* | ||
| # 目录usr下任何格式python代码 | ||
| /vllm_ascend/* | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| # 配置需排除覆盖数据采集的文件列表,作用于include配置处理之后。语法同include | ||
| omit = */.local/* | ||
| /usr/* | ||
| utils/tirefire.py | ||
| # agent配置常驻进程覆盖采集执行机。2025年3月所出烛龙版本7.5.4a0.dev2新增配置项 | ||
| # 是否开启执行机覆盖数据收取接口服务,默认False | ||
| #agent_enable=False | ||
| # 指定收取服务使用端口,默认8088。可配置为0以采用随机端口 | ||
| #agent_port=8088 | ||
| # 是否开启收取日志信息打印,默认False | ||
| #agent_debug=False | ||
| # 开始日志打印是,收取服务日志文件绝对路径 | ||
| #agent_debug_file=/path/to/coverage_agent.log | ||
| # 指定导出数据超时配置,默认3秒 | ||
| #agent_dump_timeout=3 | ||
| # 导出数据是否采用API方式,默认True。True:调用dump方法方式;False:kill -34方式 | ||
| #agent_dump_in_api=True | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
data_filepath is hardcoded to a specific user's directory (/mnt/share/s00837289/covdata/coverage). This will cause coverage collection to fail on other environments or CI systems where this path does not exist or is not writable. Please use a relative path or a generic directory to ensure portability.