test: run vdb tests on TiDB Vector with docker in CI tests (#11645)
This commit is contained in:
parent
7e154a467b
commit
924b4fe742
5 changed files with 21 additions and 32 deletions
|
|
@ -37,8 +37,6 @@ class TiDBVectorConfig(BaseModel):
|
|||
raise ValueError("config TIDB_VECTOR_PORT is required")
|
||||
if not values["user"]:
|
||||
raise ValueError("config TIDB_VECTOR_USER is required")
|
||||
if not values["password"]:
|
||||
raise ValueError("config TIDB_VECTOR_PASSWORD is required")
|
||||
if not values["database"]:
|
||||
raise ValueError("config TIDB_VECTOR_DATABASE is required")
|
||||
if not values["program_name"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue