Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
5b58d074
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
5b58d074
编写于
7月 28, 2023
作者:
O
openharmony_ci
提交者:
Gitee
7月 28, 2023
浏览文件
操作
浏览文件
下载
差异文件
!9563 系统事件查询规则条数变更用例适配
Merge pull request !9563 from chenxuihui/master
上级
d7b1a5eb
d909840d
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
6 deletion
+6
-6
hiviewdfx/hisyseventtest/hisyseventjstest/src/main/js/test/HiSysEvent.test.js
...test/hisyseventjstest/src/main/js/test/HiSysEvent.test.js
+2
-2
hiviewdfx/hisyseventtest/hisyseventjstest/src/main/js/test/HiSysEventErrcode.test.js
...syseventjstest/src/main/js/test/HiSysEventErrcode.test.js
+2
-2
hiviewdfx/hisyseventtest/hisyseventsertest/src/main/js/test/HiSysEventSer.test.js
.../hisyseventsertest/src/main/js/test/HiSysEventSer.test.js
+2
-2
未找到文件。
hiviewdfx/hisyseventtest/hisyseventjstest/src/main/js/test/HiSysEvent.test.js
浏览文件 @
5b58d074
...
...
@@ -996,13 +996,13 @@ describe('hiSysEventJsTest', function () {
/**
* @tc.number DFX_DFT_HiSysEvent_JS_2200
* @tc.name testHiSysEventApi22
* @tc.desc 验证调用query接口,可添加10条查询规则
* @tc.desc 验证调用query接口,可添加10
0
条查询规则
*/
it
(
'
testHiSysEventApi22
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiSysEventApi22 start
'
)
try
{
let
msgArray
=
[]
for
(
let
i
=
0
;
i
<
10
;
i
++
)
{
for
(
let
i
=
0
;
i
<
10
0
;
i
++
)
{
msgArray
[
i
]
=
{
domain
:
"
RELIABILITY
"
,
names
:
[
"
SYS_FREEZE
"
],
...
...
hiviewdfx/hisyseventtest/hisyseventjstest/src/main/js/test/HiSysEventErrcode.test.js
浏览文件 @
5b58d074
...
...
@@ -678,14 +678,14 @@ describe('hiSysEventErrcodeTest', function () {
/**
* @tc.number DFX_DFT_HiSysEvent_JS_4600
* @tc.name testHiSysEventApi46
* @tc.desc 验证调用query接口查询系统事件,查询规则个数超过10个,忽略此次系统事件的查询,错误码11200301。
* @tc.desc 验证调用query接口查询系统事件,查询规则个数超过10
0
个,忽略此次系统事件的查询,错误码11200301。
*/
it
(
'
testHiSysEventApi46
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiSysEventApi46 start
'
)
setTimeout
(()
=>
{
try
{
let
msgArray
=
[]
for
(
let
i
=
0
;
i
<
11
;
i
++
)
{
for
(
let
i
=
0
;
i
<
1
0
1
;
i
++
)
{
msgArray
[
i
]
=
{
domain
:
"
RELIABILITY
"
,
names
:
[
"
STACK
"
],
...
...
hiviewdfx/hisyseventtest/hisyseventsertest/src/main/js/test/HiSysEventSer.test.js
浏览文件 @
5b58d074
...
...
@@ -154,7 +154,7 @@ describe('hiSysEventSerTest', function () {
* @tc.name testHiSysEventBox23
* @tc.desc 验证调用subscribe接口,关闭hiview进程,抛出错误码11200003
*/
it
(
'
testHiSysEventBox
09
'
,
1
,
async
function
(
done
)
{
it
(
'
testHiSysEventBox
23
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHiSysEventBox23 start
'
)
try
{
hiSysEvent
.
subscribe
([{
...
...
@@ -176,7 +176,7 @@ describe('hiSysEventSerTest', function () {
* @tc.name testHiSysEventBox24
* @tc.desc 验证调用unsubscribe接口,关闭hiview进程,抛出错误码11200003
*/
it
(
'
testHiSysEventBox
09
'
,
1
,
async
function
(
done
)
{
it
(
'
testHiSysEventBox
24
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHiSysEventBox24 start
'
)
try
{
hiSysEvent
.
unsubscribe
();
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录