This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch fix-nodejs
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/fix-nodejs by this push:
new 69ce815f5 Also fix java
69ce815f5 is described below
commit 69ce815f54b990845c935c3376985269e2e39962
Author: Xuanwo <[email protected]>
AuthorDate: Tue Aug 29 12:59:46 2023 +0800
Also fix java
Signed-off-by: Xuanwo <[email protected]>
---
bindings/java/src/test/java/org/apache/opendal/AsyncStepsTest.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bindings/java/src/test/java/org/apache/opendal/AsyncStepsTest.java
b/bindings/java/src/test/java/org/apache/opendal/AsyncStepsTest.java
index 57a678cdc..996c79080 100644
--- a/bindings/java/src/test/java/org/apache/opendal/AsyncStepsTest.java
+++ b/bindings/java/src/test/java/org/apache/opendal/AsyncStepsTest.java
@@ -67,4 +67,9 @@ public class AsyncStepsTest {
String readContent = op.read(path).join();
assertEquals(content, readContent);
}
+
+ @Then("The presign operation should success or raise exception
Unsupported")
+ public void
the_presign_operation_should_success_or_raise_exception_unsupported() {
+ // TODO: please implement me
+ }
}