Ji-Xinyou commented on code in PR #2416:
URL:
https://github.com/apache/incubator-opendal/pull/2416#discussion_r1217789259
##########
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? 🤔
Not a new file JUST for delete. Instead it could be a file with simple
suites testing EACH ONE of the apis like `delete`, `is_exist` etc. separately,
and several others for more complex cases.
--
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]