[skip e2e] Improve annotation (#14656)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2022-01-04 09:01:25 +08:00 committed by GitHub
parent 8883bd40fa
commit a0984c2c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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