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


##########
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? 🤔
    



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