Skip to content

Commit 73de34d

Browse files
Merge pull request #1562 from atlassian/release/8.4.0
Release 8.4.0
2 parents 21feb0b + 44a1ca3 commit 73de34d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1238
-514
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ RUN if [ "$CHROME_VERSION" = "latest" ]; then wget -O google-chrome.deb $CHROME_
2929
COPY requirements.txt /tmp/requirements.txt
3030
RUN pip install --no-cache-dir -r /tmp/requirements.txt
3131

32-
RUN rm -rf /root/.bzt/jmeter-taurus/
32+
RUN wget https://blazemeter-tools.s3.us-east-2.amazonaws.com/bzt.tar.gz -O /tmp/bzt.tar.gz && \
33+
tar -xzf /tmp/bzt.tar.gz -C /root && \
34+
rm /tmp/bzt.tar.gz
3335

3436
WORKDIR /dc-app-performance-toolkit/app
3537

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
55

66
## Supported versions
77
* Supported Jira versions:
8-
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `9.12.8` and `9.4.22`
8+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `9.12.12` and `9.4.25`
99

1010
* Supported Jira Service Management versions:
11-
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.8` and `5.4.22`
11+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.12` and `5.4.25`
1212

1313
* Supported Confluence versions:
14-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.9` and `7.19.22`
14+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.14`, `7.19.26` and `9.0.2` Platform release
1515

1616
* Supported Bitbucket Server versions:
17-
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.4` and `8.9.14`
17+
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.7`, `8.9.18` and `9.0.0` Platform release
1818

1919
* Supported Crowd versions:
20-
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `5.3.1`
20+
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `6.0.0`
2121

2222
* Supported Bamboo versions:
23-
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.6.2`
23+
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.6.6` and `10.0.1` Platform release
2424

2525
## Support
2626
In case of technical questions, issues or problems with DC Apps Performance Toolkit, contact us for support in the [community Slack](http://bit.ly/dcapt_slack) **#data-center-app-performance-toolkit** channel.

app/bamboo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- python util/post_run/cleanup_results_dir.py
5252
- module: pip-install
5353
packages:
54-
- selenium==4.21.0
54+
- selenium==4.24.0
5555
execution:
5656
- scenario: jmeter
5757
executor: jmeter
@@ -121,7 +121,7 @@ modules:
121121
httpsampler.ignore_failed_embedded_resources: "true"
122122
selenium:
123123
chromedriver:
124-
version: "127.0.6533.72" # Supports Chrome version 127. You can refer to https://googlechromelabs.github.io/chrome-for-testing
124+
version: "128.0.6613.137" # Supports Chrome version 128. You can refer to https://googlechromelabs.github.io/chrome-for-testing
125125
reporting:
126126
- data-source: sample-labels
127127
module: junit-xml

app/bitbucket.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- python util/post_run/cleanup_results_dir.py
3838
- module: pip-install
3939
packages:
40-
- selenium==4.21.0
40+
- selenium==4.24.0
4141
execution:
4242
- scenario: ${load_executor}
4343
concurrency: ${concurrency}
@@ -87,7 +87,7 @@ modules:
8787
httpsampler.ignore_failed_embedded_resources: "true"
8888
selenium:
8989
chromedriver:
90-
version: "127.0.6533.72" # Supports Chrome version 127. You can refer to https://googlechromelabs.github.io/chrome-for-testing
90+
version: "128.0.6613.137" # Supports Chrome version 128. You can refer to https://googlechromelabs.github.io/chrome-for-testing
9191
reporting:
9292
- data-source: sample-labels
9393
module: junit-xml

app/confluence.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- python util/post_run/cleanup_results_dir.py
5353
- module: pip-install
5454
packages:
55-
- selenium==4.21.0
55+
- selenium==4.24.0
5656
execution:
5757
- scenario: ${load_executor}
5858
executor: ${load_executor}
@@ -114,7 +114,7 @@ modules:
114114
httpsampler.ignore_failed_embedded_resources: "true"
115115
selenium:
116116
chromedriver:
117-
version: "127.0.6533.72" # Supports Chrome version 127. You can refer to https://googlechromelabs.github.io/chrome-for-testing
117+
version: "128.0.6613.137" # Supports Chrome version 128. You can refer to https://googlechromelabs.github.io/chrome-for-testing
118118
reporting:
119119
- data-source: sample-labels
120120
module: junit-xml

app/jira.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- python util/post_run/cleanup_results_dir.py
5353
- module: pip-install
5454
packages:
55-
- selenium==4.21.0
55+
- selenium==4.24.0
5656
execution:
5757
- scenario: ${load_executor}
5858
executor: ${load_executor}
@@ -115,7 +115,7 @@ modules:
115115
httpsampler.ignore_failed_embedded_resources: "true"
116116
selenium:
117117
chromedriver:
118-
version: "127.0.6533.72" # Supports Chrome version 127. You can refer to https://googlechromelabs.github.io/chrome-for-testing
118+
version: "128.0.6613.137" # Supports Chrome version 128. You can refer to https://googlechromelabs.github.io/chrome-for-testing
119119
reporting:
120120
- data-source: sample-labels
121121
module: junit-xml

app/jmeter/bamboo.jmx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@
173173
</collectionProp>
174174
</Arguments>
175175
<hashTree/>
176-
<TransactionController guiclass="TransactionControllerGui" testclass="TransactionController" testname="jmeter_login_and_view_all_builds" enabled="true">
176+
<TransactionController guiclass="TransactionControllerGui" testclass="TransactionController" testname="jmeter_login_and_view_all_builds">
177177
<boolProp name="TransactionController.parent">true</boolProp>
178178
<boolProp name="TransactionController.includeTimers">false</boolProp>
179179
</TransactionController>
180180
<hashTree>
181-
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="95 /userlogin!doDefault.action" enabled="true">
182-
<stringProp name="HTTPSampler.path">${application.postfix}/userlogin!doDefault.action</stringProp>
181+
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="95 /userlogin!doDefault.action">
182+
<stringProp name="HTTPSampler.path">${application.postfix}/userlogin.action</stringProp>
183183
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
184184
<stringProp name="HTTPSampler.method">GET</stringProp>
185185
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
@@ -229,7 +229,7 @@
229229
</ResponseAssertion>
230230
<hashTree/>
231231
</hashTree>
232-
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="100 /userlogin.action" enabled="true">
232+
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="100 /userlogin.action">
233233
<stringProp name="TestPlan.comments">User login action</stringProp>
234234
<stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
235235
<stringProp name="HTTPSampler.path">${application.postfix}/userlogin.action</stringProp>
@@ -318,7 +318,7 @@
318318
<hashTree/>
319319
</hashTree>
320320
</hashTree>
321-
<IfController guiclass="IfControllerPanel" testclass="IfController" testname="login checker" enabled="true">
321+
<IfController guiclass="IfControllerPanel" testclass="IfController" testname="login checker">
322322
<stringProp name="IfController.condition">${__jexl3(!${JMeterThread.last_sample_ok},)}</stringProp>
323323
<boolProp name="IfController.evaluateAll">false</boolProp>
324324
<boolProp name="IfController.useExpression">true</boolProp>

0 commit comments

Comments
 (0)