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://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.36k stars 2.71k forks source link

Service Bus stress test failures #32037

Open richardpark-msft opened 9 months ago

richardpark-msft commented 9 months ago

Some failures in the Python stress tests for Service Bus

dockerfile-amemray-py-sb-stress-test

azure.servicebus.exceptions.ServiceBusConnectionError: The connection was inactive for more than the allowed 300000 milliseconds and is closed by container 'LinkTracker'. TrackingId:0cde8a7680ee4f1cafce540728c929ca_G1, SystemTracker:gateway7, Timestamp:2023-09-09T12:08:19 Error condition: amqp:connection:forced.

and

(when moving memray's file?)
Error moving compressed file back to original name: Permission denied

Link

abatchw

The abatchw tests are failing in prod with this error:

TypeError: Received message 257:None is not bytes

It's possible this isn't the fatal failure. Here's the log query for that pod:

Link

richardpark-msft commented 9 months ago

(there are more, it'd be better to just look at https://aka.ms/azsdk/stress/status)