mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
test: add geometry datatype testcases (#44383)
master pr: https://github.com/milvus-io/milvus/pull/44646 /kind improvement --------- Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
cc9735ff4f
commit
36a30dd34e
@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == "master" ? "50 1 * * * " : ""
|
|||||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||||
int total_timeout_minutes = 7 * 60
|
int total_timeout_minutes = 7 * 60
|
||||||
def imageTag=''
|
def imageTag=''
|
||||||
def chart_version='4.1.27'
|
def chart_version='4.2.58'
|
||||||
pipeline {
|
pipeline {
|
||||||
triggers {
|
triggers {
|
||||||
cron """${cron_timezone}
|
cron """${cron_timezone}
|
||||||
|
|||||||
@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == '2.5' ? '50 23 * * 1,4' : ''
|
|||||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||||
int total_timeout_minutes = 7 * 60
|
int total_timeout_minutes = 7 * 60
|
||||||
|
|
||||||
def milvus_helm_chart_version = '4.2.53'
|
def milvus_helm_chart_version = '4.2.58'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
triggers {
|
triggers {
|
||||||
|
|||||||
@ -4,7 +4,7 @@ int total_timeout_minutes = 60 * 5
|
|||||||
int e2e_timeout_seconds = 120 * 60
|
int e2e_timeout_seconds = 120 * 60
|
||||||
def imageTag=''
|
def imageTag=''
|
||||||
int case_timeout_seconds = 20 * 60
|
int case_timeout_seconds = 20 * 60
|
||||||
def chart_version='4.2.53'
|
def chart_version='4.2.58'
|
||||||
pipeline {
|
pipeline {
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||||
|
|
||||||
def milvus_helm_chart_version = '4.2.53'
|
def milvus_helm_chart_version = '4.2.58'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
options {
|
options {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
@Library('jenkins-shared-library@tekton') _
|
@Library('jenkins-shared-library@tekton') _
|
||||||
|
|
||||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||||
def milvus_helm_chart_version = '4.2.53'
|
def milvus_helm_chart_version = '4.2.58'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
options {
|
options {
|
||||||
|
|||||||
@ -4,7 +4,7 @@ int total_timeout_minutes = 60 * 5
|
|||||||
int e2e_timeout_seconds = 70 * 60
|
int e2e_timeout_seconds = 70 * 60
|
||||||
def imageTag=''
|
def imageTag=''
|
||||||
int case_timeout_seconds = 10 * 60
|
int case_timeout_seconds = 10 * 60
|
||||||
def chart_version='4.2.53'
|
def chart_version='4.2.58'
|
||||||
pipeline {
|
pipeline {
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
@Library('jenkins-shared-library@tekton') _
|
@Library('jenkins-shared-library@tekton') _
|
||||||
|
|
||||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||||
def milvus_helm_chart_version = '4.2.53'
|
def milvus_helm_chart_version = '4.2.58'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
options {
|
options {
|
||||||
|
|||||||
3734
tests/python_client/milvus_client/test_milvus_client_geometry.py
Normal file
3734
tests/python_client/milvus_client/test_milvus_client_geometry.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -76,3 +76,6 @@ locust==2.25.0
|
|||||||
|
|
||||||
# for supporting higher python version
|
# for supporting higher python version
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
|
|
||||||
|
# for geometry
|
||||||
|
shapely==2.1.1
|
||||||
Loading…
x
Reference in New Issue
Block a user