未验证 提交 0480719e 编写于 作者: C congqixia 提交者: GitHub

Fix useasan format not correct (#21829)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 449faf16
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册