-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade qdrant addon to v1.0 API, refactor scripts and add ut #1124
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1124 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 34 37 +3
Lines 4352 4550 +198
======================================
- Misses 4352 4550 +198 ☔ View full report in Codecov by Sentry. |
start_server() { | ||
# check QDRANT_POD_NAME_LIST and QDRANT_POD_FQDN_LIST are set | ||
if is_empty "$QDRANT_POD_NAME_LIST" || is_empty "$QDRANT_POD_FQDN_LIST"; then | ||
echo "QDRANT_POD_NAME_LIST or QDRANT_POD_FQDN_LIST is not set in gen_initialize_redis_cluster_node" >&2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"gen_initialize_redis_cluster_node"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"gen_initialize_redis_cluster_node"
fixed
No description provided.