Skip to content

Commit 17b4ddc

Browse files
authored
Update bc tests to include versions up to 4.17.2 and 4.16.7 (#4628)
1 parent 75ca02f commit 17b4ddc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/docker-images/all-released-versions-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ RUN wget -nv https://archive.apache.org/dist/bookkeeper/bookkeeper-4.12.1/bookke
5151
RUN wget -nv https://archive.apache.org/dist/bookkeeper/bookkeeper-4.13.0/bookkeeper-server-4.13.0-bin.tar.gz{,.sha512,.asc}
5252
RUN wget -nv https://archive.apache.org/dist/bookkeeper/bookkeeper-4.14.8/bookkeeper-server-4.14.8-bin.tar.gz{,.sha512,.asc}
5353
RUN wget -nv https://archive.apache.org/dist/bookkeeper/bookkeeper-4.15.5/bookkeeper-server-4.15.5-bin.tar.gz{,.sha512,.asc}
54-
RUN wget -nv https://archive.apache.org/dist/bookkeeper/bookkeeper-4.16.6/bookkeeper-server-4.16.6-bin.tar.gz{,.sha512,.asc}
55-
RUN wget -nv https://archive.apache.org/dist/bookkeeper/bookkeeper-4.17.1/bookkeeper-server-4.17.1-bin.tar.gz{,.sha512,.asc}
54+
RUN wget -nv https://archive.apache.org/dist/bookkeeper/bookkeeper-4.16.7/bookkeeper-server-4.16.7-bin.tar.gz{,.sha512,.asc}
55+
RUN wget -nv https://archive.apache.org/dist/bookkeeper/bookkeeper-4.17.2/bookkeeper-server-4.17.2-bin.tar.gz{,.sha512,.asc}
5656

5757
RUN wget -nv https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
5858
RUN wget -nv http://svn.apache.org/repos/asf/zookeeper/bookkeeper/dist/KEYS?p=1620552 -O KEYS.old

tests/integration-tests-utils/src/main/java/org/apache/bookkeeper/tests/integration/utils/BookKeeperClusterUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public class BookKeeperClusterUtils {
5151
public static final String VERSION_4_13_x = "4.13.0";
5252
public static final String VERSION_4_14_x = "4.14.8";
5353
public static final String VERSION_4_15_x = "4.15.5";
54-
public static final String VERSION_4_16_x = "4.16.6";
55-
public static final String VERSION_4_17_x = "4.17.1";
54+
public static final String VERSION_4_16_x = "4.16.7";
55+
public static final String VERSION_4_17_x = "4.17.2";
5656

5757
public static final List<String> OLD_CLIENT_VERSIONS =
5858
Arrays.asList(VERSION_4_8_x, VERSION_4_9_x, VERSION_4_10_x, VERSION_4_11_x, VERSION_4_12_x,

0 commit comments

Comments
 (0)