Skip to content

Commit

Permalink
testbench: use newer zookeeper version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerhards committed Jun 22, 2023
1 parent 7a8ce83 commit 102e492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/diag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1670,9 +1670,9 @@ presort() {

#START: ext kafka config
#dep_cache_dir=$(readlink -f .dep_cache)
export RS_ZK_DOWNLOAD=apache-zookeeper-3.8.0-bin.tar.gz
export RS_ZK_DOWNLOAD=apache-zookeeper-3.8.1-bin.tar.gz
dep_cache_dir=$(pwd)/.dep_cache
dep_zk_url=https://downloads.apache.org/zookeeper/zookeeper-3.8.0/$RS_ZK_DOWNLOAD
dep_zk_url=https://downloads.apache.org/zookeeper/zookeeper-3.8.1/$RS_ZK_DOWNLOAD
dep_zk_cached_file=$dep_cache_dir/$RS_ZK_DOWNLOAD

export RS_KAFKA_DOWNLOAD=kafka_2.13-2.8.0.tgz
Expand Down

0 comments on commit 102e492

Please sign in to comment.