mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
Fix useasan format not correct (#21829)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
449faf164d
commit
0480719e1a
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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
Block a user