Closed stijnmoreels closed 5 years ago
Integration tests fails with service bus exception? https://dev.azure.com/codit/Arcus/_build/results?buildId=38508&view=results
That is correct, I think they've rolled out a change that broke this.
You have to change https://github.com/arcus-azure/arcus.eventgrid/blob/master/src/Arcus.EventGrid.Testing/Infrastructure/Hosts/ServiceBus/ServiceBusEventConsumerHost.cs#L144 to use Accept-All
instead.
Thought I've sent a PR for this since I've fixed it recently but guess not 😅
@stijnmoreels Can you look at the failing test please?
/azp run CI - Arcus.EventGrid
@stijnmoreels Re-triggered it, let's see if it's due to flakyness or not.
A new preview package for Arcus.EventGrid.All
is available on MyGet.
You can pull it locally via the CLI:
PM> Install-Package Arcus.EventGrid.All -Version 20191018.0.0-PR-95 -Source https://www.myget.org/F/arcus/api/v3/index.json
A new preview package for Arcus.EventGrid.All
is available on MyGet.
You can pull it locally via the CLI:
PM> Install-Package Arcus.EventGrid.All -Version 20191020.0.0-PR-95 -Source https://www.myget.org/F/arcus/api/v3/index.json
A new preview package for Arcus.EventGrid.All
is available on MyGet.
You can pull it locally via the CLI:
PM> Install-Package Arcus.EventGrid.All -Version 20191022.0.0-PR-95 -Source https://www.myget.org/F/arcus/api/v3/index.json
Merge MyGet release into CI build.
Relates to #71