Skip to content

Commit

Permalink
test: enable cases related to delete (#358)
Browse files Browse the repository at this point in the history
* test: enable cases related to delete

Signed-off-by: zhuwenxing <[email protected]>

* ci: update goreleaser config

Signed-off-by: zhuwenxing <[email protected]>

---------

Signed-off-by: zhuwenxing <[email protected]>
Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing authored Jun 14, 2024
1 parent aaadb04 commit 3423592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions tests/testcases/test_restore_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ def test_milvus_restore_back_with_sparse_vector_datatype(self, include_dynamic,


@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.xfail(reason="https://github.com/zilliztech/milvus-backup/issues/316")
def test_milvus_restore_back_with_delete(self):
self._connect()
name_origin = cf.gen_unique_str(prefix)
Expand Down Expand Up @@ -785,7 +784,6 @@ def test_milvus_restore_back_with_delete(self):
self.compare_collections(name_origin, name_origin + suffix, output_fields=output_fields, verify_by_query=True)

@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.xfail(reason="https://github.com/zilliztech/milvus-backup/issues/316")
def test_milvus_restore_back_with_upsert(self):
self._connect()
name_origin = cf.gen_unique_str(prefix)
Expand Down

0 comments on commit 3423592

Please sign in to comment.