Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
e4d9979e
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看板
提交
e4d9979e
编写于
6月 01, 2022
作者:
C
chenxuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add hitracejstest xts test suite
Signed-off-by:
N
chenxuihui
<
chenxuhui2@huawei.com
>
上级
f14fdb45
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
483 addition
and
0 deletion
+483
-0
hiviewdfx/BUILD.gn
hiviewdfx/BUILD.gn
+1
-0
hiviewdfx/hitracechainjstest/BUILD.gn
hiviewdfx/hitracechainjstest/BUILD.gn
+31
-0
hiviewdfx/hitracechainjstest/Test.json
hiviewdfx/hitracechainjstest/Test.json
+18
-0
hiviewdfx/hitracechainjstest/signature/openharmony_sx.p7b
hiviewdfx/hitracechainjstest/signature/openharmony_sx.p7b
+0
-0
hiviewdfx/hitracechainjstest/src/main/config.json
hiviewdfx/hitracechainjstest/src/main/config.json
+60
-0
hiviewdfx/hitracechainjstest/src/main/js/default/app.js
hiviewdfx/hitracechainjstest/src/main/js/default/app.js
+22
-0
hiviewdfx/hitracechainjstest/src/main/js/default/i18n/en-US.json
...fx/hitracechainjstest/src/main/js/default/i18n/en-US.json
+6
-0
hiviewdfx/hitracechainjstest/src/main/js/default/i18n/zh-CN.json
...fx/hitracechainjstest/src/main/js/default/i18n/zh-CN.json
+6
-0
hiviewdfx/hitracechainjstest/src/main/js/default/pages/index/index.css
...racechainjstest/src/main/js/default/pages/index/index.css
+9
-0
hiviewdfx/hitracechainjstest/src/main/js/default/pages/index/index.hml
...racechainjstest/src/main/js/default/pages/index/index.hml
+5
-0
hiviewdfx/hitracechainjstest/src/main/js/default/pages/index/index.js
...tracechainjstest/src/main/js/default/pages/index/index.js
+46
-0
hiviewdfx/hitracechainjstest/src/main/js/default/test/HiTraceChainJs.test.js
...ainjstest/src/main/js/default/test/HiTraceChainJs.test.js
+252
-0
hiviewdfx/hitracechainjstest/src/main/js/default/test/List.test.js
.../hitracechainjstest/src/main/js/default/test/List.test.js
+15
-0
hiviewdfx/hitracechainjstest/src/main/resources/base/element/string.json
...cechainjstest/src/main/resources/base/element/string.json
+12
-0
hiviewdfx/hitracechainjstest/src/main/resources/base/media/icon.png
...hitracechainjstest/src/main/resources/base/media/icon.png
+0
-0
未找到文件。
hiviewdfx/BUILD.gn
浏览文件 @
e4d9979e
...
...
@@ -20,6 +20,7 @@ group("hiviewdfxtestacts") {
"hicheckertest/hicheckerjstest:hicheckerjstest",
"hidebugtest/hidebugtestjstest:ActsHiDebugTest",
"hitracechaintest:ActsHiTraceChainTest",
"hitracechainjstest:ActsHiTraceChainJsTest",
"hiview/faultlogger/faultloggerjs:faultloggerjs_test",
]
}
...
...
hiviewdfx/hitracechainjstest/BUILD.gn
0 → 100755
浏览文件 @
e4d9979e
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsHiTraceChainJsTest") {
hap_profile = "./src/main/config.json"
deps = [
":hitrace_js_assets",
":hitrace_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHiTraceChainJsTest"
}
ohos_js_assets("hitrace_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("hitrace_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
hiviewdfx/hitracechainjstest/Test.json
0 → 100755
浏览文件 @
e4d9979e
{
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"270000"
,
"package"
:
"ohos.acts.hiviewdfx.hitracechain.function"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsHiTraceChainJsTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
hiviewdfx/hitracechainjstest/signature/openharmony_sx.p7b
0 → 100755
浏览文件 @
e4d9979e
文件已添加
hiviewdfx/hitracechainjstest/src/main/config.json
0 → 100755
浏览文件 @
e4d9979e
{
"app"
:
{
"bundleName"
:
"ohos.acts.hiviewdfx.hilog.function"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1
,
"name"
:
"1.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"ohos.acts.hiviewdfx.hilog.function"
,
"name"
:
".MyApplication"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
},
"abilities"
:
[
{
"visible"
:
true
,
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"name"
:
"ohos.acts.hiviewdfx.hilog.function.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"MyApplication"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
]
}
}
hiviewdfx/hitracechainjstest/src/main/js/default/app.js
0 → 100755
浏览文件 @
e4d9979e
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export
default
{
onCreate
()
{
console
.
info
(
'
AceApplication onCreate
'
);
},
onDestroy
()
{
console
.
info
(
'
AceApplication onDestroy
'
);
}
};
hiviewdfx/hitracechainjstest/src/main/js/default/i18n/en-US.json
0 → 100755
浏览文件 @
e4d9979e
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
}
}
\ No newline at end of file
hiviewdfx/hitracechainjstest/src/main/js/default/i18n/zh-CN.json
0 → 100755
浏览文件 @
e4d9979e
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
}
}
\ No newline at end of file
hiviewdfx/hitracechainjstest/src/main/js/default/pages/index/index.css
0 → 100755
浏览文件 @
e4d9979e
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
100px
;
}
hiviewdfx/hitracechainjstest/src/main/js/default/pages/index/index.hml
0 → 100755
浏览文件 @
e4d9979e
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
hiviewdfx/hitracechainjstest/src/main/js/default/pages/index/index.js
0 → 100755
浏览文件 @
e4d9979e
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
app
from
'
@system.app
'
import
device
from
'
@system.device
'
import
router
from
'
@system.router
'
import
{
Core
,
ExpectExtend
,
Constant
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
injectRef
.
regeneratorRuntime
=
require
(
'
@babel/runtime/regenerator
'
)
export
default
{
data
:
{
title
:
""
},
onInit
()
{
this
.
title
=
this
.
$t
(
'
strings.world
'
);
},
onShow
()
{
console
.
info
(
'
onShow finish
'
)
const
core
=
Core
.
getInstance
()
const
expectExtend
=
new
ExpectExtend
({
'
id
'
:
'
extend
'
})
core
.
addService
(
'
expect
'
,
expectExtend
)
core
.
init
()
const
configService
=
core
.
getDefaultService
(
'
config
'
)
configService
.
setConfig
(
this
)
require
(
'
../../test/List.test
'
)
core
.
execute
()
},
onReady
()
{
},
}
\ No newline at end of file
hiviewdfx/hitracechainjstest/src/main/js/default/test/HiTraceChainJs.test.js
0 → 100755
浏览文件 @
e4d9979e
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
HiTraceChain
from
'
@ohos.HiTraceChain
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
import
hilog
from
'
@ohos.hilog
'
describe
(
'
HiTraceJsTest
'
,
function
()
{
/**
* run before testClass
*/
beforeAll
(
function
()
{
console
.
info
(
'
beforeAll called
'
);
})
/**
* run after testClass
*/
afterAll
(
function
()
{
console
.
info
(
'
afterAll called
'
);
})
/**
* @tc.number DFX_DFT_Hitrace_JS_001
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi01
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi01 start
'
);
try
{
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace01
"
);
let
traceIdIsvalid
=
hiTraceChain
.
isValid
(
traceId
);
if
(
!
traceIdIsvalid
){
expect
().
assertFail
();
console
.
log
(
`testHitraceApi01 got an error:
${
JSON
.
stringify
(
error
)}
`
);
}
hiTraceChain
.
end
(
traceId
);
}
catch
(
error
){
console
.
log
(
`testHitraceApi01 got an error:
${
JSON
.
stringify
(
error
)}
`
);
expect
().
assertFail
();
done
();
}
console
.
info
(
'
testHitraceApi01 end
'
);
done
();
})
/**
* @tc.number DFX_DFT_Hitrace_JS_002
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi02
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi02 start
'
);
try
{
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace02
"
,
hiTraceChain
.
HiTraceFlag
.
INCLUDE_ASYNC
|
hiTraceChain
.
HiTraceFlag
.
DONOT_CREATE_SPAN
);
let
traceIdIsvalid
=
hiTraceChain
.
isValid
(
traceId
);
if
(
!
traceIdIsvalid
){
expect
().
assertFail
();
console
.
log
(
`testHitraceApi02 got an error:
${
JSON
.
stringify
(
error
)}
`
);
}
hiTraceChain
.
end
(
traceId
);
}
catch
(
error
){
console
.
log
(
`testHitraceApi02 got an error:
${
JSON
.
stringify
(
error
)}
`
);
expect
().
assertFail
();
done
();
}
console
.
info
(
'
testHitraceApi02 end
'
);
done
();
})
/**
* @tc.number DFX_DFT_Hitrace_JS_003
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi03
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi03 start
'
);
try
{
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace03
"
,
hiTraceChain
.
HiTraceFlag
.
TP_INFO
);
let
curTraceId
=
hiTraceChain
.
getId
();
if
(
traceId
!==
curTraceId
){
expect
().
assertFail
();
console
.
log
(
`testHitraceApi03 got an error:
${
JSON
.
stringify
(
error
)}
`
);
}
hiTraceChain
.
end
(
traceId
);
}
catch
(
error
){
console
.
log
(
`testHitraceApi03 got an error:
${
JSON
.
stringify
(
error
)}
`
);
expect
().
assertFail
();
done
();
}
console
.
info
(
'
testHitraceApi03 end
'
);
done
();
})
/**
* @tc.number DFX_DFT_Hitrace_JS_004
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi04
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi04 start
'
);
try
{
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace04
"
,
hiTraceChain
.
HiTraceFlag
.
NO_BE_INFO
);
let
spanTraceId
=
hiTraceChain
.
createSpan
();
let
enabledDoNotCreateSpanFlag
=
hiTraceChain
.
isFlagEnabled
(
traceId
,
hiTraceChain
.
HiTraceFlag
.
NO_BE_INFO
);
if
(
!
enabledDoNotCreateSpanFlag
){
expect
().
assertFail
();
console
.
log
(
`testHitraceApi04 got an error:
${
JSON
.
stringify
(
error
)}
`
);
}
hiTraceChain
.
end
(
traceId
);
}
catch
(
error
){
console
.
log
(
`testHitraceApi04 got an error:
${
JSON
.
stringify
(
error
)}
`
);
expect
().
assertFail
();
done
();
}
console
.
info
(
'
testHitraceApi04 end
'
);
done
();
})
/**
* @tc.number DFX_DFT_Hitrace_JS_005
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi05
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi05 start
'
);
try
{
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace05
"
);
hiTraceChain
.
enable
(
asyncTraceId
,
hiTraceChain
.
HiTraceFlag
.
DISABLE_LOG
);
let
enabledDoNotCreateSpanFlag
=
hiTraceChain
.
isFlagEnabled
(
traceId
,
hiTraceChain
.
HiTraceFlag
.
DISABLE_LOG
);
if
(
!
enabledDoNotCreateSpanFlag
){
expect
().
assertFail
();
console
.
log
(
`testHitraceApi05 got an error:
${
JSON
.
stringify
(
error
)}
`
);
}
hiTraceChain
.
end
(
traceId
);
}
catch
(
error
){
console
.
log
(
`testHitraceApi05 got an error:
${
JSON
.
stringify
(
error
)}
`
);
expect
().
assertFail
();
done
();
}
console
.
info
(
'
testHitraceApi05 end
'
);
done
();
})
/**
* @tc.number DFX_DFT_Hitrace_JS_006
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi06
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi06 start
'
);
try
{
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace06
"
);
hiTraceChain
.
enable
(
asyncTraceId
,
hiTraceChain
.
HiTraceFlag
.
FAILURE_TRIGGER
);
let
enabledDoNotCreateSpanFlag
=
hiTraceChain
.
isFlagEnabled
(
traceId
,
hiTraceChain
.
HiTraceFlag
.
FAILURE_TRIGGER
);
if
(
!
enabledDoNotCreateSpanFlag
){
expect
().
assertFail
();
console
.
log
(
`testHitraceApi06 got an error:
${
JSON
.
stringify
(
error
)}
`
);
}
hiTraceChain
.
end
(
traceId
);
}
catch
(
error
){
console
.
log
(
`testHitraceApi06 got an error:
${
JSON
.
stringify
(
error
)}
`
);
expect
().
assertFail
();
done
();
}
console
.
info
(
'
testHitraceApi06 end
'
);
done
();
})
/**
* @tc.number DFX_DFT_Hitrace_JS_007
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi07
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi07 start
'
);
try
{
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace07
"
,
hiTraceChain
.
HiTraceFlag
.
D2D_TP_INFO
);
let
enabledDoNotCreateSpanFlag
=
hiTraceChain
.
isFlagEnabled
(
traceId
,
hiTraceChain
.
HiTraceFlag
.
D2D_TP_INFO
);
if
(
!
enabledDoNotCreateSpanFlag
){
expect
().
assertFail
();
console
.
log
(
`testHitraceApi07 got an error:
${
JSON
.
stringify
(
error
)}
`
);
}
hiTraceChain
.
end
(
traceId
);
}
catch
(
error
){
console
.
log
(
`testHitraceApi07 got an error:
${
JSON
.
stringify
(
error
)}
`
);
expect
().
assertFail
();
done
();
}
console
.
info
(
'
testHitraceApi07 end
'
);
done
();
})
/**
* @tc.number DFX_DFT_Hitrace_JS_008
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi08
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi08 start
'
);
hiTraceChain
.
clearId
();
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace08
"
,
hiTraceChain
.
HiTraceFlag
.
INCLUDE_ASYNC
);
let
curChainId
=
traceId
.
chainId
;
new
Promise
(
function
(
resolve
,
reject
){
resolve
()
}).
then
(()
=>
{
console
.
info
(
'
in testHitraceApi08 then callback
'
)
console
.
info
(
`testHitraceApi08
${
hiTraceChain
.
getId
().
chainId
}
<>
${
curChainId
}
`
)
except
(
hiTraceChain
.
getId
().
chainId
==
curChainId
).
assertTrue
()
done
()
})
hiTraceChain
.
end
(
traceId
);
done
()
console
.
info
(
'
testHitraceApi08 end
'
);
})
/**
* @tc.number DFX_DFT_Hitrace_JS_009
* @tc.name hitrace interface test
* @tc.desc hitrace begin interface test.
*/
it
(
'
testHiAppEventApi09
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHitraceApi09 start
'
);
hiTraceChain
.
clearId
();
let
traceId
=
hiTraceChain
.
begin
(
"
hitrace09
"
,
hiTraceChain
.
HiTraceFlag
.
INCLUDE_ASYNC
);
let
curChainId
=
traceId
.
chainId
;
async
function
asyncTask
()
{
}
asyncTask
().
then
(()
=>
{
console
.
info
(
'
in testhiTraceApi09 then callback
'
)
console
.
info
(
`testHitraceApi09
${
hiTraceChain
.
getId
().
chainId
}
<>
${
curChainId
}
`
)
except
(
hiTraceChain
.
getId
().
chainId
==
curChainId
).
assertTrue
()
done
()
})
hiTraceChain
.
end
(
traceId
);
done
()
console
.
info
(
'
testHitraceApi09 end
'
);
})
})
hiviewdfx/hitracechainjstest/src/main/js/default/test/List.test.js
0 → 100755
浏览文件 @
e4d9979e
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
require
(
'
./HiTraceChainJs.test.js
'
)
hiviewdfx/hitracechainjstest/src/main/resources/base/element/string.json
0 → 100755
浏览文件 @
e4d9979e
{
"string"
:
[
{
"name"
:
"app_name"
,
"value"
:
"test2demo"
},
{
"name"
:
"mainability_description"
,
"value"
:
"hap sample empty page"
}
]
}
hiviewdfx/hitracechainjstest/src/main/resources/base/media/icon.png
0 → 100755
浏览文件 @
e4d9979e
6.6 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录