Skip to content

Releases: Azure/load-testing

Fixed minor issues

14 Jun 11:07
dc2ae74
Compare
Choose a tag to compare
changes for EINVAL issue reported by customer, latest version changes…

… (#96)

* changes for EINVAL issue reported by customer, latest version changes

* adding ubuntu and windows in agents

* changes to put the windows and ubuntu parellely

* minor changes

* console log ahcnage

* some changes for guids.

* some check

* try

* try

* change

* some change

* change for the validation of testName

* no need of runner anyway

* file renames and deleting un-necessary files

* pr comment

* adding a comment

* change comment

* check for the results and reports

* check for directory too.

* try

* negative test to check a stage

* revert negative testing

* pr comments

* nit change in commments

* removing un-used func

* validation file changes.

GitHub Action for Azure Load Testing

01 Dec 04:00
dc2ae74
Compare
Choose a tag to compare

Automate your GitHub Actions workflow to load test using Azure Load Testing

Sample workflow to run a load test using Azure Load testing

# File: .github/workflows/workflow.yml

on: push

jobs:
  # This workflow contains a single job called "loadtest"

  loadtest:
    name: Load Test
    runs-on: ubuntu-latest
    steps:
      - name: Checkout GitHub Actions 
        uses: actions/checkout@v2
          
      - name: Login to Azure
        uses: azure/login@v1
        continue-on-error: false
        with:
          creds: ${{ secrets.AZURE_CREDENTIALS }}
        
      - name: 'Azure Load Testing'
        uses: azure/load-testing@v1
        with:
          loadTestConfigFile: 'SampleApp.yaml'
          loadTestResource: 'loadTestResourceName'
          resourceGroup: 'loadTestResourceGroup'

v1.1.23

21 May 09:32
bf30be5
Compare
Choose a tag to compare

What's Changed

Adding support for multi-region load tests.

Full Changelog: v1...v1.1.23

Support for disabling public IP for private endpoint testing

15 Apr 14:03
a74772c
Compare
Choose a tag to compare
v1.1.22

changes to remove the checkout in the pr build (#92)

Add support for testType and testType for API

26 Dec 09:33
74867ca
Compare
Choose a tag to compare
Changes to support renaming of model and properties based on API revi…

…ew (#75) (#76)

* Changes in testType and AutoStop based on API review

* Support kind in yaml file

* Changes to support testType in yaml

* Pushing js files

---------

Co-authored-by: Himanshu Bisht <hbisht@microsoft.com>

Zip artifacts and URL tests

29 Nov 05:24
92b5ce3
Compare
Choose a tag to compare

Added support for zip artifacts, URL based tests and included logs for debuggability

Bug fix

07 Sep 15:07
e801108
Compare
Choose a tag to compare
Users/mohit/auto stop bug releases (#68)

* hot-fix

* auto stop was not honouring the changes because of variable difference

Minor bug fix with creating a test

18 Jul 03:43
4c36f8a
Compare
Choose a tag to compare
Users/mohit/removing 404 from retryable (#61)

* hot-fix

* change for a mistake happened

* minor change

Fixed the issue for create new test

29 Jun 05:47
f7ffa55
Compare
Choose a tag to compare

Added retry for fetching test run status

28 Jun 06:54
21c967b
Compare
Choose a tag to compare
auto-stop changes (#54)

* auto-stop changes

* pr comment

* changes

* change

* forgot to push this change