Azure / azure-sdk-for-net

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

[Event Hubs Client] Intermittent test failures during nightly runs (Track One) #9798

Closed jsquire closed 4 years ago

jsquire commented 4 years ago

Summary

The test ReceiverTests.CreateReceiverWithInclusiveSequenceNumber has recently begun experiencing intermittent failures during nightly runs, typically constrained to the net461 platform. An example failure can be found in the nightly results from February 4. The failure looks like:

image

Scope of Work

Out of Scope

Success Criteria

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl

jsquire commented 4 years ago

//cc: @serkantkaraca, @JamesBirdsall

serkantkaraca commented 4 years ago

Thx, I will take a look.

serkantkaraca commented 4 years ago

PR for fix submitted.