STRRL commented on issue #1748:
URL:
https://github.com/apache/incubator-opendal/issues/1748#issuecomment-1510946071
> > One of my other questions is how to write integration tests for this
case?
>
> Good question. To write integration test for this feature, we need #1752
first. In strict mode, backend should return `NotSupported` for unsupported
feature. So we can write test by adding a new case with send `if_match` and
ignore the unsupported error.
OK. Great, Strict Mode would help a lot for different backend services
with/without the support of `If-Match`.
But even without "Strict Mode", I could still write some integration tests,
right? I want to know how to write integration tests with for the `If-Match`
implementation backend service. Maybe just write test cases under
core/tests/behavior?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]