-
Notifications
You must be signed in to change notification settings - Fork 187
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
[full-ci] Delete resharing tests #8704
Conversation
c5f9659
to
eee53bf
Compare
51312cb
to
85c471b
Compare
c389fcd
to
7cc0c1f
Compare
delete re-sharing tests
baf8ad9
to
178fdfc
Compare
Quality Gate passedIssues Measures |
@@ -18,7 +18,7 @@ OC_CI_PHP = "owncloudci/php:%s" | |||
OC_CI_WAIT_FOR = "owncloudci/wait-for:latest" | |||
OC_CS3_API_VALIDATOR = "owncloud/cs3api-validator:0.2.1" | |||
OC_LITMUS = "owncloudci/litmus:latest" | |||
OC_OC_TEST_MIDDLEWARE = "owncloud/owncloud-test-middleware:1.8.8" | |||
OC_OC_TEST_MIDDLEWARE = "owncloud/owncloud-test-middleware:latest" |
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.
I would suggest to leave it pinned to a particular version
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.
_, ok := res.GetRolesOk() | ||
Expect(ok).To(BeTrue()) | ||
}) | ||
// that is resharing test. Please delete after disable resharing feature |
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.
do we want to merge the PR with that commented code?
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.
yes, we want to delete all resharing code and all resharing unit tests after merging this PR
cc @kobergj
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.
The commented out code will be removed in following PRs
see here https://github.com/owncloud/ocis/issues/8744
tests/acceptance/features/apiSpacesDavOperation/fileVersionByFileID.feature
Show resolved
Hide resolved
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.
Tests look good. 👍
* feat: disable resharing by default delete re-sharing tests * fix tests --------- Co-authored-by: Michael Barz <[email protected]>
Finding:
e2e tests are blocked until it is merged #8736