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: 9bcc71688c038d6ad2677f632a71df2ddfe460b0
pull/191/head
peng.xu 2019-10-17 11:47:07 +08:00
commit 47e0c53fad
1 changed files with 1 additions and 1 deletions

View File

@ -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: