Merge pull request #17 from wux/master
Fix test: replace _all index with the right index name used in test.
这个提交包含在:
当前提交
7a0373c858
@ -710,7 +710,7 @@ func (s *GoesTestSuite) TestIndexStatus(c *C) {
|
||||
// gives ES some time to do its job
|
||||
time.Sleep(1 * time.Second)
|
||||
|
||||
response, err := conn.IndexStatus([]string{"_all"})
|
||||
response, err := conn.IndexStatus([]string{"testindexstatus"})
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
expectedShards := Shard{Total: 2, Successful: 1, Failed: 0}
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户