tetst: test for checking return value

This commit is contained in:
chenhaoran 2024-08-14 14:11:21 +08:00
parent ae6b08d137
commit 73265490f0
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ int32_t s3Begin() {
void s3End() { S3_deinitialize(); }
int32_t s3Init() { TAOS_RETURN(TSDB_CODE_SUCCESS); /*s3Begin();*/ }
void s3CleanUp() { /*s3End();*/