Skip to content

Commit

Permalink
Merge pull request #3153 from owncloud/bump-commit-id-lint-expected-f…
Browse files Browse the repository at this point in the history
…ailures

[tests-only] [full-ci] Bump CORE_COMMITID to include expected-failures linter
  • Loading branch information
phil-davis authored Feb 11, 2022
2 parents fb31ec8 + 441682a commit 7cabd61
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The test runner source for API tests
CORE_COMMITID=440c47ad05cceb379fb5dda4ba03cb0c1681bd57
CORE_COMMITID=3e0e77186b4f0236d13d5ad1bc1454f7a0873d77
CORE_BRANCH=master

# The test runner source for UI tests
Expand Down
1 change: 1 addition & 0 deletions tests/acceptance/expected-failures-API-on-OCIS-storage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Scenarios from ownCloud10 core API tests that are expected to fail with OCIS storage
The expected failures in this file are from features in the owncloud/core repo.

### File
Basic file management like up and download, move, copy, properties, trash, versions and chunking.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Scenarios from OCIS API tests that are expected to fail with OCIS storage
The expected failures in this file are from features in the owncloud/ocis repo.

#### [downloading an archive with invalid path returns HTTP/500](https://github.com/owncloud/ocis/issues/2768)
- [apiArchiver/downloadByPath.feature:69](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L69)

#### [Hardcoded call to /home/..., but /home no longer exists](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/apiArchiver/downloadByPath.feature#L26)
#### [Hardcoded call to /home/..., but /home no longer exists](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature)
- [apiArchiver/downloadByPath.feature:26](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L26)
- [apiArchiver/downloadByPath.feature:27](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L27)
- [apiArchiver/downloadByPath.feature:44](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L44)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Scenarios from web tests that are expected to fail on OCIS with OCIS storage
The expected failures in this file are from features in the owncloud/web repo.

Lines that contain a format like "[someSuite.someFeature.feature:n](https://github.com/owncloud/web/path/to/feature)"
are lines that document a specific expected failure. Follow that with a URL to the line in the feature file in GitHub.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Scenarios from web tests that are expected to fail on OCIS with OCIS storage
The expected failures in this file are from features in the owncloud/web repo.

Lines that contain a format like "[someSuite.someFeature.feature:n](https://github.com/owncloud/web/path/to/feature)"
are lines that document a specific expected failure. Follow that with a URL to the line in the feature file in GitHub.
Expand Down

0 comments on commit 7cabd61

Please sign in to comment.