-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'remotes/origin/develop'
- Loading branch information
Showing
148 changed files
with
590 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
--- | ||
layout: manual | ||
title: 5.1.x | ||
position: 983 | ||
sorted: true | ||
--- | ||
|
||
h2. XLT 5.1.1 | ||
|
||
See "here":https://github.com/Xceptance/XLT/milestone/4?closed=1 for the complete list of improvements and fixes. | ||
|
||
h3. Load Testing | ||
|
||
h4. ec2_admin and gce_admin support new cloud regions | ||
|
||
Recently, Amazon and Google opened new data centers: | ||
|
||
* Amazon: | ||
** Milan, Italy, Europe (eu-south-1) | ||
** Cape Town, South Africa, Africa (af-south-1) | ||
* Google: | ||
** Las Vegas, Nevada, USA (us-west4) | ||
|
||
These regions are now supported in @ec2_admin@ and @gce_admin@, respectively. | ||
|
||
h4. AWS EC2 images updated | ||
|
||
Our AWS EC2 machine images with XLT pre-installed are now based on Ubuntu 18.04. We have also updated certain software packages to the latest available version. This includes AdoptOpenJDK, Firefox ESR, and Geckodriver. | ||
|
||
|
||
|
||
h2. XLT 5.1.0 | ||
|
||
See "here":https://github.com/Xceptance/XLT/milestone/3?closed=1 for the complete list of improvements and fixes. | ||
|
||
h3. Test Framework | ||
|
||
h4. Socket instrumentation fails with Java 13 | ||
|
||
Load tests could not be run with Java 13 or later as instrumenting the socket layer to gather low-level network measurements failed. This was caused by the new socket implementation in Java 13 which comes with some API changes. | ||
|
||
h4. Update 3rd-party libraries | ||
|
||
Several 3rd-party libraries, most notably HtmlUnit, have been updated. | ||
|
||
|
||
h3. Load Testing | ||
|
||
h4. Agent should search default Gradle classes directories | ||
|
||
The XLT agent that executes a load test suite searches several directories inside the uploaded test suite for test classes and libraries. Now this includes the default Gradle classes directories as well. See below for the current list of directories that are searched (in this order) for classes and libraries, respectively. | ||
|
||
*Classes Directories* | ||
|
||
* @<testsuite>/classes@ | ||
* @<testsuite>/target/classes@ (Maven) | ||
* @<testsuite>/target/test-classes@ (Maven) | ||
* @<testsuite>/build/classes/java/main@ (Gradle) | ||
* @<testsuite>/build/classes/java/test@ (Gradle) | ||
* @<testsuite>/bin@ (Eclipse) | ||
|
||
*Library Directories* | ||
|
||
* @<testsuite>/lib@ | ||
* @<testsuite>/target/dependency@ (Maven) | ||
|
||
h4. Support new region us-west3 in gce_admin | ||
|
||
Google opened a new data center in Salt Lake City, Utah, USA (us-west3). @gce_admin@, our tool to manage machine instances in the Google cloud, now fully supports this new region as well. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.