Skip to content
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

[storage][stg74] test coverage improvement #11757

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
220854c
use preview for blob and use defaultCredential in datalake
ljian3377 Oct 10, 2020
5740162
use preview subscription for datalake
ljian3377 Oct 10, 2020
98c6901
turn on log
ljian3377 Oct 11, 2020
ec08b33
throw when accountName is invalid
ljian3377 Oct 11, 2020
c724f2f
CONTAINER_SOFT_DELETE_
ljian3377 Oct 11, 2020
30f3dc8
set cors in service properties
ljian3377 Oct 11, 2020
afc9c73
PREMIUM_FILE_
ljian3377 Oct 11, 2020
000eda1
blob remove .only
ljian3377 Oct 11, 2020
21f6310
SOFT_DELETE_ for both blob and share
ljian3377 Oct 11, 2020
88990dc
unskip a tag case
ljian3377 Oct 11, 2020
0c49ff3
unskip all f,t cases in browser
ljian3377 Oct 11, 2020
a3af797
file use production subscription
ljian3377 Oct 11, 2020
f75b7a0
add role for datalakeAccount
ljian3377 Oct 11, 2020
27f85ec
me
ljian3377 Oct 11, 2020
cb1aa93
undo datalake roleAssignment
ljian3377 Oct 11, 2020
9a63e63
unskip blob delegation SAS cases via using DefaultCredential
ljian3377 Oct 11, 2020
1c1a827
Merge branch 'storage/stg74base' into stg74/test-coverage-improvement
ljian3377 Oct 12, 2020
9fd907f
add blobDataOwnerRoleId
ljian3377 Oct 12, 2020
c0fcf53
premiumFileAccountName
ljian3377 Oct 12, 2020
b29ba28
me
ljian3377 Oct 12, 2020
3d8568d
unskip last access tracking case
ljian3377 Oct 12, 2020
f05ad8b
me
ljian3377 Oct 12, 2020
42f3a1f
delegation sas refactor
ljian3377 Oct 12, 2020
7c6984d
fix CI
ljian3377 Oct 12, 2020
ba3bfe5
getRangeListDiff .only
ljian3377 Oct 12, 2020
2985c75
run all cases in file
ljian3377 Oct 12, 2020
717eff7
skip getRangeListDiff in live tests
ljian3377 Oct 13, 2020
c10b3ad
rename and add comments
ljian3377 Oct 13, 2020
79a4641
last access
ljian3377 Oct 13, 2020
fa50a50
skip LAT
ljian3377 Oct 13, 2020
4735040
me
ljian3377 Oct 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/storage/storage-blob/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ module.exports = function(config) {
"ENCRYPTION_SCOPE_2",
"ORS_DEST_ACCOUNT_NAME",
"ORS_DEST_ACCOUNT_SAS",
"CONTAINER_SOFT_DELETE_ACCOUNT_NAME",
"CONTAINER_SOFT_DELETE_ACCOUNT_SAS"
"SOFT_DELETE_ACCOUNT_NAME",
"SOFT_DELETE_ACCOUNT_SAS"
],

// test results reporter to use
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading