TDengine/tests/script/api/test.sh
2024-12-18 18:55:14 +08:00

18 lines
245 B
Bash
Executable file

#!/bin/bash
make clean
make
pgrep taosd || taosd >> /dev/null 2>&1 &
sleep 10
./dbTableRoute localhost
./batchprepare localhost
./stmt-crash localhost
./insertSameTs localhost
./passwdTest localhost
./whiteListTest localhost
./tmqViewTest