Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.64k stars 2.84k forks source link

[EventHubs] Stress test with kubernetes chaso-mesh #19241

Closed yunhaoling closed 3 years ago

yunhaoling commented 3 years ago

Follow the guideline provided by Ben to run stress tests within chaso-mesh enabled kubernetes. This helps verify the stability of the uamqp and azure-eventhub in flaky networking condition (error recovery).

We should also migrate to use the central k8s cluster and container registry provided by Ben.

refs: https://github.com/Azure/azure-sdk-tools/blob/master/tools/stress-cluster/chaos/README.md https://gist.github.com/benbp/34aad351c89367a4c2326b7943753bf8 https://gist.github.com/yunhaoling/63e960d21d1bfd1604b40d16085b23f9

yunhaoling commented 3 years ago

by following the readme and writing the proper dockerfile and testjob.yaml for k8s, things are working as expected.

gist updated: https://gist.github.com/yunhaoling/63e960d21d1bfd1604b40d16085b23f9 which now only includes dockerfile and k8s yaml file.