Skip to content

Commit 63257da

Browse files
committed
Expand elasticsearch-java test coverage to all minor versions
Cover every minor version per test policy: - 7.x: 7.15.2, 7.16.3, 7.17.29 (library started at 7.15) - 8.x: 8.0.1 through 8.19.14 (all 20 minors) - 9.x: 9.0.11, 9.1.12, 9.2.8, 9.3.4
1 parent 5012790 commit 63257da

2 files changed

Lines changed: 27 additions & 5 deletions

File tree

test/plugin/scenarios/elasticsearch-java-9.x-scenario/support-version.list

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@
1515
# limitations under the License.
1616

1717
# co.elastic.clients:elasticsearch-java 9.x (requires JDK 17)
18-
9.0.0
18+
9.0.11
19+
9.1.12
20+
9.2.8
21+
9.3.4

test/plugin/scenarios/elasticsearch-java-scenario/support-version.list

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,29 @@
1515
# limitations under the License.
1616

1717
# co.elastic.clients:elasticsearch-java
18-
# ES server fixed at 8.17.0 (backward compatible with 7.x/8.x/9.x clients)
18+
# ES server fixed at 8.17.0 (backward compatible with 7.x/8.x clients)
1919
# 7.x: RestClientTransport.performRequest directly
20-
# 8.x/9.x: ElasticsearchTransportBase.performRequest
21-
7.17.22
20+
# 8.x: ElasticsearchTransportBase.performRequest
21+
7.15.2
22+
7.16.3
23+
7.17.29
24+
8.0.1
25+
8.1.3
26+
8.2.3
27+
8.3.3
28+
8.4.3
2229
8.5.3
30+
8.6.2
31+
8.7.1
32+
8.8.2
33+
8.9.2
34+
8.10.4
35+
8.11.4
2336
8.12.2
24-
8.17.0
37+
8.13.4
38+
8.14.3
39+
8.15.5
40+
8.16.7
41+
8.17.11
42+
8.18.8
43+
8.19.14

0 commit comments

Comments
 (0)