mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
18 lines
245 B
Bash
Executable file
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
|
|
|