mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 14:30:43 +00:00
test: adds sqlness test for vector index (#7634)
* test: adds sqlness test for vector index Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * fix: CI Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * test: redacted flat map and size Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * test: simplify the replace rules Signed-off-by: Dennis Zhuang <killme2008@gmail.com> * chore: update comments and tests Signed-off-by: Dennis Zhuang <killme2008@gmail.com> --------- Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
This commit is contained in:
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
@@ -119,7 +119,7 @@ jobs:
|
||||
- name: Build greptime binaries
|
||||
shell: bash
|
||||
# `cargo gc` will invoke `cargo build` with specified args
|
||||
run: cargo gc -- --bin greptime --bin sqlness-runner --features "pg_kvbackend,mysql_kvbackend"
|
||||
run: cargo gc -- --bin greptime --bin sqlness-runner --features "pg_kvbackend,mysql_kvbackend,vector_index"
|
||||
- name: Pack greptime binaries
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user