Questions tagged [azure-load-testing]

Fully managed load-testing service built for Azure that makes it easy to generate high-scale load and identify app performance bottlenecks

21 questions
2
votes
0 answers

Azure data explorer Concurrent queries

In azure data explorer, we have made load tests on the cluster with Azure Load testing going through a function app (In consumption tier, function app ) that do request on ADX. We have never been able to go over 2 concurrent queries . What should we…
1
vote
2 answers

JMeter: Passing access token to JDBC Connection Configuration

I'm trying to make a JDBC connection using the access token that I retrieve right before making the call, through a POST call in "Token Request". I then use accessToken=${__property(access_token)} inside the JDBC Connection Configuration to retrieve…
Veerano
  • 11
  • 3
1
vote
1 answer

JMeter and Azure Load Testing using AD Authentication - unable to read Key Vault Secrets

I have a JMeter test that uses Azure AD authentication using username/password. The JMeter test works fine when the Username and Password are read from Excel or hard coded. I need to run this test in Azure Load Test and have created a Key Vault in…
JamesM
  • 13
  • 3
1
vote
1 answer

Error processing JSON content in JSON Extractor, message: net.minidev.json.parser.ParseException: Malicious payload,

I am facing this error in the Azure Load Testing using jmeter scripts (.jmx files) Error Screenshot from the log When running The Azure Load Tests with the .jmx file, it was working fine for a while but suddenly got the error stated above (error…
1
vote
1 answer

Azure Load testing cannot create a new test

I have a yaml file for test config as follows: version: v0.1 testId: NAME testPlan: sampleTest description: 'Load Test' engineInstances: 1 failureCriteria: - avg(response_time_ms) > 15000 - percentage(error) > 10 and in my pipeline yaml file I…
ht1994G
  • 11
  • 2
1
vote
1 answer

Thread limits for Azure Load Testing

Azure Load Testing (Preview) has a limit of 250 threads per Engine Instance. Each test can only run up to 45 Engines, so the theoretical maximum number of concurrent sessions that can be run is 11,250. I need to simulate 120k concurrent users. Is…
cfbd
  • 980
  • 2
  • 9
  • 21
0
votes
1 answer

Azure Load Test: JMeter script that leverages the external JAR to convert the JPG (java.nio.file.NoSuchFileException)

I have the following JMeter based Azure Load Test which leverages the external JAR to convert the given JPG into DICOM(Type of file) Note: The custom JAR(Dicom JAR) works without any issues when tested separately outside JMeter. Note: This custom…
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

Azure Load Testing: How to read the supportive CSV file from a storage account for the Azure Load Testing?

I have created a test in Azure Load Testing using Azure CLI az group create --name sample-rg --location westus2 az load create --name sample-resource --resource-group sample-rg --location westus2 az load test create --test-id…
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

Azure Load Testing: How to upload the supportive CSV file for the load test?

I have created a test in Azure Load Testing using Azure CLI az group create --name sample-rg --location westus2 az load create --name sample-resource --resource-group sample-rg --location westus2 az load test create --test-id sample-test-id…
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
0 answers

Azure Load Testing: How to create a test using Terrform?

I have created a test in Azure Load Testing using Azure CLI az group create --name sample-rg --location westus2 az load create --name sample-resource --resource-group sample-rg --location westus2 az load test create --test-id sample-test-id…
0
votes
2 answers

Azure Load Testing - ERROR o.a.j.e.j.j.JSONPostProcessor: net.minidev.json.parser.ParseException: Malicious payload, having non natural depths

Azure Load Testing - ERROR o.a.j.e.j.j.JSONPostProcessor: net.minidev.json.parser.ParseException: Malicious payload, having non natural depths. Hi, since yesterday evening I've started seeing the following exception ERROR…
0
votes
2 answers

Store output file from JMeter Simple Data Writer on Azure Pipeline

My jmx script creates an output file from Simple Data Writer Listener after test is executed in JMeter. I’m running load tests via Azure Pipelines on Azure Load Test service. Is it possible to save this output file in Azure Pipeline or is there any…
Riya
  • 9
  • 2
0
votes
0 answers

Working directory of azure load testing service?

We have uploaded a shell script file as a parameter to Azure load test service and trying to access it in OS process sampler in our jmeter script. What is the working directory which we have to mention to pick the file which we have uploaded ? We…
Kiran
  • 1
0
votes
0 answers

My test works in Jmeter but not in Azure Load Testing

I've defined a test on Jmeter which works correctly on Jmeter on my pc, but it doesn't work when I run it Azure Load Testing. My test is very simple: it performs a POST request towards Azure AD…
Marco
  • 1
  • 1
0
votes
1 answer

Azure release pipeline unable to read secret stored in keyvault from load test yml file

My secret value is stored in Azure Key Vault.I have given access to key vault and load test resource. I need to send this secret in Azure Load Test yml file and run azure load tests in pipeline. When I run pipeline, it says invalid secrets. Please…
1
2