microsoft / azure-load-testing

MIT License
22 stars 2 forks source link

[BUG] Test runs are failing to start #104

Closed mmosallem closed 1 year ago

mmosallem commented 1 year ago

Describe the bug Multiple test runs are failing to start with generic error: "There was an issue with the service. Please raise a ticket with support along with the run id of the test."

there's no other information that explains what's going on. This issue started happening yesterday.

Expected behavior The test run should start normally,

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

AB#1618133

Nagarjuna-Vipparthi commented 1 year ago

@mmosallem Can you please share the IDs of the test runs that failed?

mmosallem commented 1 year ago

/testRunId/a221f5ee-e9dd-4635-829c-882e64b37039/testId/a949d393-a09f-440f-bac9-e800db039c2c /testRunId/3fb14673-212a-4869-883f-b7b669a0128b/testId/a949d393-a09f-440f-bac9-e800db039c2c /testRunId/2ff3fb1b-e1f0-4a2a-9184-946dcc968037/testId/a949d393-a09f-440f-bac9-e800db039c2c /testRunId/abf57c07-08a7-4f29-9b35-7ee572b93039/testId/7573689e-87d4-4217-910b-a0556d82e45c /testRunId/34f23563-dc3f-4ddf-8348-7c9be54040fb/testId/7573689e-87d4-4217-910b-a0556d82e45c

vinodramasubbu commented 1 year ago

I am also getting the below error when running load tests "There was an issue with the service. Please raise a ticket with support along with the run id " AzureLoadTestFailure of the test.

issacnitin commented 1 year ago

@mmosallem The jmx script refers to /root/artifacts/streams/1k.csv that is not available in VM. The CSV will be available in /root/artifacts folder. Please update your Jmx script

Nagarjuna-Vipparthi commented 1 year ago

I am also getting the below error when running load tests "There was an issue with the service. Please raise a ticket with support along with the run id " AzureLoadTestFailure of the test.

@vinodramasubbu Can you share the test run ID please for us to investigate?

issacnitin commented 1 year ago

@mmosallem The jmx script refers to /root/artifacts/streams/1k.csv that is not available in VM. The CSV will be available in /root/artifacts folder. Please update your Jmx script

On futher analysis, we figured issue was the filename had a space , "streams 1k.csv". We'll fix the issue on our end, please use the filename without space till then @mmosallem