mirror of https://github.com/milvus-io/milvus.git
parent
3843f9cba0
commit
5792608e79
|
@ -10,7 +10,6 @@ from pymilvus import DataType
|
||||||
from base.schema_wrapper import ApiCollectionSchemaWrapper, ApiFieldSchemaWrapper
|
from base.schema_wrapper import ApiCollectionSchemaWrapper, ApiFieldSchemaWrapper
|
||||||
from common import common_type as ct
|
from common import common_type as ct
|
||||||
from utils.util_log import test_log as log
|
from utils.util_log import test_log as log
|
||||||
import threading
|
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
"""" Methods of processing data """
|
"""" Methods of processing data """
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
from kubernetes import client, config
|
from kubernetes import client, config
|
||||||
from kubernetes.client.rest import ApiException
|
from kubernetes.client.rest import ApiException
|
||||||
from chaos import constants as cf
|
|
||||||
from utils.util_log import test_log as log
|
from utils.util_log import test_log as log
|
||||||
|
|
||||||
_GROUP = 'milvus.io'
|
_GROUP = 'milvus.io'
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
import pdb
|
|
||||||
import logging
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from pymilvus import DataType
|
from pymilvus import DataType
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue