Zheaoli commented on code in PR #3363:
URL: 
https://github.com/apache/incubator-opendal/pull/3363#discussion_r1372882657


##########
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:
   Just for this case:
   
   Libsql may crash sometimes during the test. The code is correct, but the 
server crashed, so we need to ignore some unnecessary test failures.
   
   BTW, the rust test code also failed because of the libsql server crash if we 
remove the retry layer.



-- 
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]

Reply via email to