Xuanwo commented on code in PR #3363: URL: https://github.com/apache/incubator-opendal/pull/3363#discussion_r1372836086
########## 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: > I think we need to keep the same behavior with the rust core behavior test. We retry it during the core side rather than the test side This conclusion is correct, but not in this way. -- 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]
