Skip to content

Commit

Permalink
fix: update Locust version. 2.4.3 doesn't work.
Browse files Browse the repository at this point in the history
Older Locust involves a PyZMQ breaking change due to unlocked version.
Details: locustio/locust#2099
  • Loading branch information
xorphitus committed May 20, 2022
1 parent ab4e43e commit 8a0d338
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/entrypoint.leader.full.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export BZT_VERSION="1.16.0"
sudo pip3 install bzt==$BZT_VERSION

# LOCUST
export LOCUST_VERSION="2.4.3"
export LOCUST_VERSION="2.9.0"
sudo pip3 install locust==$LOCUST_VERSION

# JMETER
Expand Down
2 changes: 1 addition & 1 deletion scripts/entrypoint.node.full.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export BZT_VERSION="1.16.0"
sudo pip3 install bzt==$BZT_VERSION

# LOCUST
export LOCUST_VERSION="2.4.3"
export LOCUST_VERSION="2.9.0"
sudo pip3 install locust==$LOCUST_VERSION


Expand Down
2 changes: 1 addition & 1 deletion scripts/locust.entrypoint.leader.full.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo yum update -y
sudo yum install -y pcre2-devel.x86_64 python gcc python3-devel tzdata curl unzip bash htop

# LOCUST
export LOCUST_VERSION="2.4.3"
export LOCUST_VERSION="2.9.0"
sudo pip3 install locust==$LOCUST_VERSION

export PRIVATE_IP=$(hostname -I | awk '{print $1}')
Expand Down
2 changes: 1 addition & 1 deletion scripts/locust.entrypoint.node.full.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo yum update -y
sudo yum install -y pcre2-devel.x86_64 python gcc python3-devel tzdata curl unzip bash htop

# LOCUST
export LOCUST_VERSION="2.4.3"
export LOCUST_VERSION="2.9.0"
sudo pip3 install locust==$LOCUST_VERSION

export PRIVATE_IP=$(hostname -I | awk '{print $1}')
Expand Down

0 comments on commit 8a0d338

Please sign in to comment.