mirror of https://github.com/milvus-io/milvus.git
Fix useasan format not correct (#21829)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/21839/head
parent
449faf164d
commit
0480719e1a
|
@ -96,7 +96,7 @@ jobs:
|
|||
docker-compose up -d pulsar etcd minio
|
||||
- name: Build and UnitTest
|
||||
run: |
|
||||
./build/builder.sh /bin/bash -c "make USE_ASAN={{env.useasan}} ci-ut"
|
||||
./build/builder.sh /bin/bash -c "make USE_ASAN=${{env.useasan}} ci-ut"
|
||||
- name: Get the status & restart count for containers when ut failed
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
namespace milvus::segcore {
|
||||
|
||||
// see also internal/querynode/load_index_info.go
|
||||
struct LoadIndexInfo {
|
||||
int64_t collection_id;
|
||||
int64_t partition_id;
|
||||
|
|
Loading…
Reference in New Issue