Skip to content

Commit 1341b37

Browse files
committed
JDBC testing of citus release-13.0
1 parent 81a7d9c commit 1341b37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jdbc/jdbc_config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"pg_version": "14.3",
3-
"citus_branch": "release-11.0",
2+
"pg_version": "17.2",
3+
"citus_branch": "release-13.0",
44
"COMMENT_NOT_PARSED": "You can lookup jdbc versions at: https://jdbc.postgresql.org/download.html",
5-
"jdbc_version": "42.3.6"
5+
"jdbc_version": "42.7.4"
66
}

jdbc/run_jdbc_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cd $project_directory
3535

3636
# install build dependencies for pg and citus
3737
# based on: https://github.com/citusdata/citus/blob/master/CONTRIBUTING.md#debian-based-linux-ubuntu-debian
38-
apt-get install -y autoconf flex libcurl4-gnutls-dev libicu-dev \
38+
apt-get install -y autoconf flex bison libcurl4-gnutls-dev libicu-dev \
3939
libkrb5-dev liblz4-dev libpam0g-dev libreadline-dev \
4040
libselinux1-dev libssl-dev libxslt1-dev libzstd-dev \
4141
uuid-dev

0 commit comments

Comments
 (0)