Skip to content

Commit 21feb0b

Browse files
authoredJul 29, 2024
Merge pull request #1492 from atlassian/release/8.3.2
Release 8.3.2
2 parents 559bcf9 + fa96137 commit 21feb0b

34 files changed

+2514
-5083
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Make sure that you have:
8282
* [Python](https://www.python.org/downloads/) (see [dependencies](#dependencies) section for supported versions)
8383
* pip
8484
* [JDK 17](https://www.oracle.com/java/technologies/downloads/#java17) installed
85-
* Python developer package (e.g. `python3.9-dev` package for Python3.9)
85+
* Python developer package (e.g. `python3.11-dev` package for Python3.11)
8686
* Google Chrome web browser
8787
```
8888
python3 --version
@@ -110,8 +110,8 @@ sudo apt-get install -y ./google-chrome-stable_current_amd64.deb
110110
Python and virtualenv setup:
111111
```
112112
sudo apt-get update
113-
sudo apt-get -y install python3.9-dev python3-pip virtualenv
114-
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
113+
sudo apt-get -y install python3.11-dev python3-pip virtualenv
114+
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1
115115
virtualenv venv -p /usr/bin/python
116116
source venv/bin/activate
117117
pip install -r requirements.txt

‎app/bamboo.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ settings:
1818
ramp-up: 5m # time to spin all concurrent threads
1919
total_actions_per_hour: 2000 # number of total JMeter actions per hour
2020
WEBDRIVER_VISIBLE: False
21-
JMETER_VERSION: 5.6
21+
JMETER_VERSION: 5.6.3
2222
LANGUAGE: en_US.utf8
2323
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2424
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -114,13 +114,14 @@ modules:
114114
- jpgc-perfmon=2.1
115115
- jpgc-prmctl=0.4
116116
- jpgc-tst=2.6
117+
- bzm-random-csv=0.8 # not used default jmx file
117118
system-properties:
118119
server.rmi.ssl.disable: true
119120
java.rmi.server.hostname: localhost
120121
httpsampler.ignore_failed_embedded_resources: "true"
121122
selenium:
122123
chromedriver:
123-
version: "126.0.6478.126" # Supports Chrome version 126. You can refer to https://googlechromelabs.github.io/chrome-for-testing
124+
version: "127.0.6533.72" # Supports Chrome version 127. You can refer to https://googlechromelabs.github.io/chrome-for-testing
124125
reporting:
125126
- data-source: sample-labels
126127
module: junit-xml

‎app/bitbucket.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ settings:
1818
ramp-up: 10m # time to spin all concurrent users
1919
total_actions_per_hour: 32700
2020
WEBDRIVER_VISIBLE: False
21-
JMETER_VERSION: 5.6
21+
JMETER_VERSION: 5.6.3
2222
LANGUAGE: en_US.utf8
2323
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2424
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -80,13 +80,14 @@ modules:
8080
- jpgc-perfmon=2.1
8181
- jpgc-prmctl=0.4
8282
- jpgc-tst=2.6
83+
- bzm-random-csv=0.8 # not used default jmx file
8384
system-properties:
8485
server.rmi.ssl.disable: true
8586
java.rmi.server.hostname: localhost
8687
httpsampler.ignore_failed_embedded_resources: "true"
8788
selenium:
8889
chromedriver:
89-
version: "126.0.6478.126" # Supports Chrome version 126. You can refer to https://googlechromelabs.github.io/chrome-for-testing
90+
version: "127.0.6533.72" # Supports Chrome version 127. You can refer to https://googlechromelabs.github.io/chrome-for-testing
9091
reporting:
9192
- data-source: sample-labels
9293
module: junit-xml

‎app/confluence.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ settings:
1818
ramp-up: 5m # time to spin all concurrent users
1919
total_actions_per_hour: 20000
2020
WEBDRIVER_VISIBLE: False
21-
JMETER_VERSION: 5.6
21+
JMETER_VERSION: 5.6.3
2222
LANGUAGE: en_US.utf8
2323
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2424
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -34,7 +34,7 @@ settings:
3434
view_attachment: 6
3535
upload_attachment: 7
3636
like_page: 3
37-
upload_emoticon: 2 # For Confluence 8.4.x+
37+
upload_emoticon: 4 # For Confluence 8.4.x+
3838
standalone_extension: 0 # By default disabled
3939
# Custom dataset section.
4040
custom_dataset_query: # Write CQL query to add CQL output to the app/datasets/confluence/custom_pages.csv, e.g. "title ~ 'AppPage*'"
@@ -107,13 +107,14 @@ modules:
107107
- jpgc-perfmon=2.1
108108
- jpgc-prmctl=0.4
109109
- jpgc-tst=2.6
110+
- bzm-random-csv=0.8 # not used default jmx file
110111
system-properties:
111112
server.rmi.ssl.disable: true
112113
java.rmi.server.hostname: localhost
113114
httpsampler.ignore_failed_embedded_resources: "true"
114115
selenium:
115116
chromedriver:
116-
version: "126.0.6478.126" # Supports Chrome version 126. You can refer to https://googlechromelabs.github.io/chrome-for-testing
117+
version: "127.0.6533.72" # Supports Chrome version 127. You can refer to https://googlechromelabs.github.io/chrome-for-testing
117118
reporting:
118119
- data-source: sample-labels
119120
module: junit-xml

‎app/crowd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ settings:
3030
# ramp-up: 5s # time to spin all concurrent threads
3131
# total_actions_per_hour: 720000 # number of total JMeter actions per hour
3232

33-
JMETER_VERSION: 5.6
33+
JMETER_VERSION: 5.6.3
3434
LANGUAGE: en_US.utf8
3535
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
3636
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -83,6 +83,7 @@ modules:
8383
- jpgc-perfmon=2.1
8484
- jpgc-prmctl=0.4
8585
- jpgc-tst=2.6
86+
- bzm-random-csv=0.8 # not used default jmx file
8687
system-properties:
8788
server.rmi.ssl.disable: true
8889
java.rmi.server.hostname: localhost

‎app/jira.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ settings:
1818
ramp-up: 3m # time to spin all concurrent users
1919
total_actions_per_hour: 54500 # number of total JMeter/Locust actions per hour
2020
WEBDRIVER_VISIBLE: False
21-
JMETER_VERSION: 5.6
21+
JMETER_VERSION: 5.6.3
2222
LANGUAGE: en_US.utf8
2323
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2424
environment_compliance_check: True # Pre-test environment compliance validation. Set to "False" to skip it.
@@ -108,13 +108,14 @@ modules:
108108
- jpgc-perfmon=2.1
109109
- jpgc-prmctl=0.4
110110
- jpgc-tst=2.6
111+
- bzm-random-csv=0.8 # not used default jmx file
111112
system-properties:
112113
server.rmi.ssl.disable: true
113114
java.rmi.server.hostname: localhost
114115
httpsampler.ignore_failed_embedded_resources: "true"
115116
selenium:
116117
chromedriver:
117-
version: "126.0.6478.126" # Supports Chrome version 126. You can refer to https://googlechromelabs.github.io/chrome-for-testing
118+
version: "127.0.6533.72" # Supports Chrome version 127. You can refer to https://googlechromelabs.github.io/chrome-for-testing
118119
reporting:
119120
- data-source: sample-labels
120121
module: junit-xml

0 commit comments

Comments
 (0)
Failed to load comments.