Fix useasan format not correct (#21829)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2023-01-28 11:43:47 +08:00 committed by GitHub
parent 449faf164d
commit 0480719e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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: |

View File

@ -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;