mirror of https://github.com/milvus-io/milvus.git
Merge branch 'branch-0.5.0-yk' into '0.5.0'
fix test_nsg failed in jenkins See merge request megasearch/milvus!756 Former-commit-id: 9bcc71688c038d6ad2677f632a71df2ddfe460b0pull/191/head
commit
47e0c53fad
|
@ -30,7 +30,7 @@ using ::testing::Combine;
|
|||
using ::testing::TestWithParam;
|
||||
using ::testing::Values;
|
||||
|
||||
constexpr int64_t DEVICE_ID = 1;
|
||||
constexpr int64_t DEVICE_ID = 0;
|
||||
|
||||
class NSGInterfaceTest : public DataGen, public ::testing::Test {
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue