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