mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Improve annotation (#14656)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
8883bd40fa
commit
a0984c2c8e
@ -345,7 +345,7 @@ func (w *sessionWatcher) start() {
|
||||
// revision is a etcd reversion to prevent missing key events and can be obtained
|
||||
// in GetSessions.
|
||||
// If a server up, an event will be add to channel with eventType SessionAddType.
|
||||
// If a server down, a event will be add to channel with eventType SessionDelType.
|
||||
// If a server down, an event will be add to channel with eventType SessionDelType.
|
||||
func (s *Session) WatchServices(prefix string, revision int64, rewatch Rewatch) (eventChannel <-chan *SessionEvent) {
|
||||
w := &sessionWatcher{
|
||||
s: s,
|
||||
|
||||
@ -799,7 +799,7 @@ class TestUtilityBase(TestcaseBase):
|
||||
@pytest.mark.tag(CaseLabel.L2)
|
||||
def test_loading_progress_empty_collection(self):
|
||||
"""
|
||||
target: test loading_progress on a empty collection
|
||||
target: test loading_progress on an empty collection
|
||||
method: 1.create collection and no insert 2.loading_progress
|
||||
expected: 0 entities is loaded
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user