microsoft / contosotraders-cloudtesting

The Contoso Traders app is a sample application showcasing Playwright, Azure Load Testing, Azure Chaos Studio.
https://cloudtesting.contosotraders.com
MIT License
159 stars 317 forks source link

load test failed for an private API endpoint #323

Closed zhangchl007 closed 1 year ago

zhangchl007 commented 1 year ago

Describe the bug perform a testing to an private API endpoint, It look likes network unreachable To Reproduce Steps to reproduce the behavior:

  1. follow the documents to modify the test in load test image

image

  1. the test result image

Expected behavior expect the issue can be fixed, not sure where is the problem, I can access the intcart url from jumbox

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

MarcusFelling commented 1 year ago

It looks like your domain is entered incorrectly: image

Please follow step 3 here: https://github.com/microsoft/contosotraders-cloudtesting/blob/main/demo-scripts/azure-load-testing/private-endpoints.md#walkthrough-modify-the-previously-created-load-test

zhangchl007 commented 1 year ago

@MarcusFelling yes, my fault, Thanks