Xuanwo commented on code in PR #2416:
URL: 
https://github.com/apache/incubator-opendal/pull/2416#discussion_r1217771644


##########
bindings/c/tests/bdd.cpp:
##########
@@ -82,6 +82,14 @@ TEST_F(OpendalBddTest, FeatureTest)
     for (int i = 0; i < r.data->len; i++) {
         EXPECT_EQ(this->content[i], (char)(r.data->data[i]));
     }
+
+    // The blocking file should be deleted

Review Comment:
   > Are you suggesting creating a new file specifically for testing the 
"delete" function?
   
   Changes in this PR LGTM. We are discussing the BDD test for all bindings 
which is a new issue to address.



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