-
Notifications
You must be signed in to change notification settings - Fork 158
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
[tests-only][full-ci] Bump commit ids for tests #5652
Conversation
c6e3d63
to
8e07721
Compare
Results for oC10XGAPortrait1 https://drone.owncloud.com/owncloud/web/18137/42/1
|
8e07721
to
2018a64
Compare
Results for oC10SharingFolderAdvPermissionsGrp https://drone.owncloud.com/owncloud/web/18140/20/1
|
2018a64
to
1b8bf3b
Compare
Results for oC10SharingPublicManagement https://drone.owncloud.com/owncloud/web/18145/34/1
|
Results for oC10MoveUpload https://drone.owncloud.com/owncloud/web/18145/14/1
|
Results for oC10Files1 https://drone.owncloud.com/owncloud/web/18145/12/1
|
5d67d88
to
c64cbda
Compare
Note: issue #5656 "[QA] webUIUpload/upload.feature:90 failing randomly" - one of the developers noticed this last night. It looks like it is failing a lot. It will be good to make it more reliable. Hopefully there is some "easy" test code timing fix. |
4d4a384
to
b1d1dad
Compare
Results for oC10XGAPortrait1 https://drone.owncloud.com/owncloud/web/18167/42/1
|
Results for oC10iPhone2 https://drone.owncloud.com/owncloud/web/18169/46/1
|
3b5347a
to
9dfb133
Compare
Results for oC10SharingInternalUsersSharingIndicator https://drone.owncloud.com/owncloud/web/18173/28/1
|
Results for oC10SharingInternalGroupsSharingIndicator https://drone.owncloud.com/owncloud/web/18173/24/1
|
44e0173
to
8b7d0a0
Compare
Results for oC10XGAPortrait2 https://drone.owncloud.com/owncloud/web/18179/3/1
|
8b7d0a0
to
fed5f2e
Compare
d174407
to
18656b8
Compare
Test
|
ac56d2b
to
7b84300
Compare
7e1e8d9
to
d825216
Compare
const assertContentOfLocalFileIs = function(fullPathOfLocalFile, expectedContent) { | ||
const actualContent = fs.readFileSync(fullPathOfLocalFile, { encoding: 'utf-8' }) | ||
return client.assert.strictEqual( | ||
const assertContentOfLocalFileIs = function(fullPathOfLocalFile, actualContent) { | ||
const expectedContent = fs.readFileSync(fullPathOfLocalFile, { encoding: 'utf-8' }) | ||
return assert.strictEqual( |
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.
Using node assert
instead of nightwatchjs
@@ -86,7 +86,7 @@ Feature: File Upload | |||
And file "new-lorem.txt" should be listed on the webUI | |||
And as "Alice" the content of "simple-folder/new-lorem.txt" should be the same as the content of local file "new-lorem.txt" | |||
|
|||
@smokeTest | |||
@smokeTest @disablePreviews |
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.
#5652 (comment)
adding @disablePreviews
makes the test pass. It seems that @disablePreviews
tag reduces locking issue
d825216
to
72dabcd
Compare
Results for oC10Files1 https://drone.owncloud.com/owncloud/web/18200/12/1
|
Results for oC10SharingExternalRoot https://drone.owncloud.com/owncloud/web/18200/40/1
|
https://drone.owncloud.com/owncloud/web/18200/14/14
"Scenario: upload overwriting a file into a public share" Maybe that scenario also needs |
72dabcd
to
8b28d4a
Compare
Kudos, SonarCloud Quality Gate passed! |
Results for oC10SharingInternalUsersSharingIndicator https://drone.owncloud.com/owncloud/web/18202/28/1
|
Description
Bump
core
andoCIS
commit ids for testsRelated Issue
owncloud/QA#684
How Has This Been Tested?