Eyad3skr commented on issue #6145: URL: https://github.com/apache/opendal/issues/6145#issuecomment-3694275154
@dentiny Since `Operator` is a struct and the abstraction is in `raw::Access`, it seems to me that a small reusable mock service (a test `Access ` implementation) could fit naturally here. Perhaps something based on the existing mock used in the retry tests, but extracted into a simple `services::mock` module. That could let users construct a real `Operator` in tests while scripting responses or injecting failures, without relying on real backends. If this still aligns with your thinking, I’d be glad to get assigned this issue! -- 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]
