This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!27314
Delete error code assert in error manager test case
Merge pull request
!27314
from tanghuikang/adjust_hcom_errormanager_st
tags/v1.6.0
i-robot
Gitee
4 years ago
parent
a0507360dc
b5528574d6
commit
cbff4bf117
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
tests/st/error_manager/test_error_manager.py
+ 0
- 4
tests/st/error_manager/test_error_manager.py
View File
@@ -27,7 +27,3 @@ def test_hccl_init_fail():
assert ret == 0
grep_ret = os.system(f"grep 'Ascend error occurred, error message:' {sh_path}/test_hccl_init_fail.log -c")
assert grep_ret == 0
grep_ret = os.system(f"grep 'EI0004:' {sh_path}/test_hccl_init_fail.log -c")
assert grep_ret == 0
grep_ret = os.system(f"grep 'Invalid ranktable, with rankID' {sh_path}/test_hccl_init_fail.log -c")
assert grep_ret == 0
Write
Preview
Loading…
Cancel
Save