southworks / botbuilder-js

JavaScript SDK used to build chat bots for the Microsoft Bot Framework.
MIT License
1 stars 3 forks source link

port: [#6861]TeamsSSOTokenExchangeMiddleware.DeduplicatedTokenExchangeIdAsync fails on BlobStorage ETag validation #525

Closed ceciliaavila closed 1 week ago

ceciliaavila commented 1 week ago

minor

Description

This PR ports the changes from [BotBuilder-DotNet's PR#6867](https ://github.com/microsoft/botbuilder-dotnet/pull/ 6867) to handle eTag conflicts on concurrent calls to the BlobsStorage write method.

Specific Changes

Testing

This image shows the new unit tests working. image

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11955774357

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/botbuilder-azure-blobs/src/blobsStorage.ts 0 8 0.0%
<!-- Total: 0 8 0.0% -->
Totals Coverage Status
Change from base Build 11691458662: -0.02%
Covered Lines: 20515
Relevant Lines: 23068

💛 - Coveralls
ceciliaavila commented 1 week ago

/promoted 4800