cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
167 stars 113 forks source link

Some tests pass when run separately #1085

Open phil-davis opened 4 years ago

phil-davis commented 4 years ago

Run the oC10 API integration tests in a pipeline by themselves. These tests pass:

apiShareOperations/accessToShare.feature:20
apiShareOperations/accessToShare.feature:21
apiShareOperations/accessToShare.feature:34
apiShareOperations/accessToShare.feature:35

But if you run the local API integration tests first, then these 4 tests fail.

So there is some state leftover by the local integration tests.

Needs investigation.

phil-davis commented 4 years ago

I also raised https://github.com/owncloud/ocis-reva/issues/438 so someone in QA-team can be scheduled to look into this. We want to make sure that the test scenarios are really isolated as much as possible.