RelationalAI / rai-sdk-csharp

The RelationalAI Software Development Kit (SDK) for C#
Apache License 2.0
0 stars 1 forks source link

Handle polly timeout rejected exception for create engine wait #71

Closed NRHelmi closed 1 year ago

torkins commented 1 year ago

Please add to description a step-by-step of what Was happening to cause the intermittent failure and the new step-by-step of what will happen instead

NRHelmi commented 1 year ago

Please add to description a step-by-step of what Was happening to cause the intermittent failure and the new step-by-step of what will happen instead

Tests use EngineFixture to handle engine creation, the EngineFixture is shared between test classes using the ICollectionFixture the same way as it is described in xunit shared context between tests documentation

The issue is happening this way: