This is an automated email from the ASF dual-hosted git repository.
ivandasch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 19f7ad37e6e IGNITE-23394 [ducktests] Migrate to ducktape 0.12.0
(#11652)
19f7ad37e6e is described below
commit 19f7ad37e6e85680e97467aa628adb1acd1bb1e9
Author: Sergey Korotkov <[email protected]>
AuthorDate: Wed Nov 13 14:50:26 2024 +0700
IGNITE-23394 [ducktests] Migrate to ducktape 0.12.0 (#11652)
---
modules/ducktests/tests/docker/Dockerfile | 2 +-
modules/ducktests/tests/docker/requirements.txt | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/ducktests/tests/docker/Dockerfile
b/modules/ducktests/tests/docker/Dockerfile
index fb0aea03f1f..46eb5cfaa9a 100644
--- a/modules/ducktests/tests/docker/Dockerfile
+++ b/modules/ducktests/tests/docker/Dockerfile
@@ -35,7 +35,7 @@ LABEL ducker.creator=$ducker_creator
# Update Linux and install necessary utilities.
RUN cat /etc/apt/sources.list | sed
's/http:\/\/deb.debian.org/https:\/\/deb.debian.org/g' >
/etc/apt/sources.list.2 && mv /etc/apt/sources.list.2 /etc/apt/sources.list
RUN apt update && apt install -y sudo netcat iptables rsync unzip wget curl jq
coreutils openssh-server net-tools vim python3-pip python3-dev libffi-dev
libssl-dev cmake pkg-config libfuse-dev iperf traceroute mc && apt-get -y clean
-RUN python3 -m pip install -U pip==20.2.2;
+RUN python3 -m pip install -U pip==24.3.1;
COPY ./requirements.txt /root/requirements.txt
RUN pip3 install -r /root/requirements.txt
diff --git a/modules/ducktests/tests/docker/requirements.txt
b/modules/ducktests/tests/docker/requirements.txt
index 704d32059b8..c290b9ec8ac 100644
--- a/modules/ducktests/tests/docker/requirements.txt
+++ b/modules/ducktests/tests/docker/requirements.txt
@@ -14,4 +14,5 @@
# limitations under the License.
filelock==3.8.2
-ducktape==0.11.1
+ducktape==0.12.0
+psutil==5.7.2