[BUG] Error 405 in test creation with v1.1.12 action release

Open
#47 0 comments 0 reactions 1 assignee View on GitHub

@kusweta is already working on this.

Since Mar 1, 2023.

Assessment

This issue has not been assessed yet.

Description

need-to-triage

I ran the GitHub action with the following input:

      - name: "Azure Load Testing"
        uses: azure/load-testing@v1
        with:
          loadTestConfigFile: "./test/performance/azure-load-testing/launch-configs/capacity/capacity-laliga.yml"
          loadTestResource: "LaLiga-Replication"
          resourceGroup: "baikal-${{ github.event.inputs.STATE `}}-state-rg"

This uses the action version v1.1.12 and returns:
Unable to fetch the response. Please re-run or contact support if the issue persists. Status code: 405

When I run the previous version everything works as expected:

      - name: "Azure Load Testing"
        uses: azure/load-testing@v1.1.11
        with:
          loadTestConfigFile: "./test/performance/azure-load-testing/launch-configs/capacity/capacity-laliga.yml"
          loadTestResource: "LaLiga-Replication"
          resourceGroup: "baikal-${{ github.event.inputs.STATE `}}-state-rg"
Dominant language
TypeScript
Stars
20
Forks
27
Avg merge
6d 16h
Merged PRs (30d)
8

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/load-testing

All issues in Azure/load-testing

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.