[skip ci] Update test_segcore (#8270)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-09-22 17:19:53 +08:00 committed by GitHub
parent 1cb8c31794
commit 07aa453270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,21 +10,11 @@
// or implied. See the License for the specific language governing permissions and limitations under the License.
#include <gtest/gtest.h>
#include <iostream>
#include <string>
// #include "knowhere/index/vector_index/helpers/IndexParameter.h"
// #include "segment/SegmentReader.h"
// #include "segment/SegmentWriter.h"
#include "segcore/SegmentGrowing.h"
// #include "utils/Json.h"
#include "test_utils/DataGen.h"
#include <random>
#include <optional>
using std::cin;
using std::cout;
using std::endl;
#include <string>
#include "segcore/SegmentGrowing.h"
#include "test_utils/DataGen.h"
using namespace milvus;
namespace {