mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
fix code coverage error
Former-commit-id: 9242dca4a2cd1eef432b4d4d5eb6da10efff9935
This commit is contained in:
parent
b0b1dec346
commit
eb23e112c1
@ -70,11 +70,11 @@ fi
|
||||
for test in `ls ${DIR_UNITTEST}`; do
|
||||
echo $test
|
||||
case ${test} in
|
||||
db_test)
|
||||
# set run args for db_test
|
||||
test_db)
|
||||
# set run args for test_db
|
||||
args="mysql://${MYSQL_USER_NAME}:${MYSQL_PASSWORD}@${MYSQL_HOST}:${MYSQL_PORT}/${MYSQL_DB_NAME}"
|
||||
;;
|
||||
*_test)
|
||||
*test_*)
|
||||
args=""
|
||||
;;
|
||||
esac
|
||||
|
@ -15,7 +15,7 @@
|
||||
// specific language governing permissions and limitations
|
||||
// under the License.
|
||||
|
||||
#include "mysql++/mysql++.h"
|
||||
#include <mysql++/mysql++.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <atomic>
|
||||
|
Loading…
Reference in New Issue
Block a user