Skip to content

Commit

Permalink
Replace test version to 8.10.0 to avoid BWC problems on mixed cluster…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
carlosdelest committed Jul 12, 2023
1 parent cccd11a commit 6efa2a2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 8.8.99"
reason: Introduced in 8.9.0
version: " - 8.9.99"
reason: Introduced in 8.10.0

---
"Create and Update synonyms set":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 8.8.99"
reason: Introduced in 8.9.0
version: " - 8.9.99"
reason: Introduced in 8.10.0
- do:
synonyms.put:
synonyms_set: test-get-synonyms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 8.8.99"
reason: Introduced in 8.9.0
version: " - 8.9.99"
reason: Introduced in 8.10.0
- do:
synonyms.put:
synonyms_set: test-get-synonyms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 8.8.99"
reason: Introduced in 8.9.0
version: " - 8.9.99"
reason: Introduced in 8.10.0
- do:
synonyms.put:
synonyms_set: test-synonyms-3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 8.8.99"
reason: Introduced in 8.9.0
version: " - 8.9.99"
reason: Introduced in 8.10.0
- do:
synonyms.put:
synonyms_set: test-synonyms
Expand Down

0 comments on commit 6efa2a2

Please sign in to comment.