Zheaoli commented on code in PR #3363: URL: https://github.com/apache/incubator-opendal/pull/3363#discussion_r1372853549
########## bindings/java/Cargo.toml: ########## @@ -129,6 +130,8 @@ services-wasabi = ["opendal/services-wasabi"] services-mysql = ["opendal/services-mysql"] services-mongodb = ["opendal/services-mongodb"] services-sqlite = ["opendal/services-sqlite"] +services-libsql = ["opendal/services-libsql"] +test-retry = [] Review Comment: > This conclusion is correct, but not in this way. In my thought, we have already made a special operator with some layers in core test https://github.com/apache/incubator-opendal/blob/main/core/tests/behavior/utils.rs#L80-L99. We need to make sure we use the operator with the same behavior in Java test(maybe python test in the future) So why not we init the different operator depend on the feature flag? -- 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]
