From 1873cc9c5b459d9bc057fc1533e04dd7411fc2ad Mon Sep 17 00:00:00 2001 From: Hui Li Date: Fri, 14 May 2021 09:59:43 +0800 Subject: [PATCH] [TD-4114] add test case for bind batch --- tests/script/api/makefile | 2 +- tests/script/api/stmtBatchTest.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/script/api/makefile b/tests/script/api/makefile index f3a8dec061..5eeb134288 100644 --- a/tests/script/api/makefile +++ b/tests/script/api/makefile @@ -11,7 +11,7 @@ CFLAGS = -O0 -g -Wall -Wno-deprecated -fPIC -Wno-unused-result -Wconversion \ all: $(TARGET) exe: - gcc $(CFLAGS) ./batchprepare.c -o $(ROOT)batchprepare $(LFLAGS) + gcc $(CFLAGS) ./batchprepare.c -o $(ROOT)batchprepare $(LFLAGS) gcc $(CFLAGS) ./stmtBatchTest.c -o $(ROOT)stmtBatchTest $(LFLAGS) clean: diff --git a/tests/script/api/stmtBatchTest.c b/tests/script/api/stmtBatchTest.c index 1f50e579ae..3ce2fefb0d 100644 --- a/tests/script/api/stmtBatchTest.c +++ b/tests/script/api/stmtBatchTest.c @@ -2166,7 +2166,6 @@ static int stmt_bind_case_001_long(TAOS_STMT *stmt, int tableNum, int rowsOfPerC return 0; } -//void runcase(TAOS *taos, int idx) { static void* runCase_long(void *para) { ThreadInfo* tInfo = (ThreadInfo *)para; TAOS *taos = tInfo->taos; -- GitLab