Azure / go-amqp

AMQP 1.0 client library for Go.
https://github.com/Azure/go-amqp
MIT License
104 stars 56 forks source link

Fix non-determinism in fake NetConn.Write #302

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

Serialize the responses to write so that they show up in their specified order. This was responsible for some spurious test failures. Consolidate creation of senders and receivers with test hooks. Make sending and receiving of frames log level 0 to get the minimum amount of logging that can be useful.

Fixes https://github.com/Azure/go-amqp/issues/300

jhendrixMSFT commented 1 year ago

/azp run

azure-pipelines[bot] commented 1 year ago
Azure Pipelines successfully started running 1 pipeline(s).