Azure / Azure/azure-sdk-for-cpp
CheckFailedCrlValidation test is failing in CI
Open
Azure.Core
test-reliability
- Dominant language
- C++
- Stars
- 205
- Forks
- 172
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 37
Description
Our CI pipelines in the C++ repo seem to be in a bad shape currently - transportAdapter.CheckFailedCrlValidation fails consistently and blocks all PRs.
```
[ RUN ] TransportAdapterOptions.CheckFailedCrlValidation
sdk/core/azure-core/test/ut/transport_policy_options.cpp:523: Failure
Expected: pipeline.Send(request, Azure::Core::Context{}) throws an exception of type Azure::Core::Http::TransportException.
Actual: it throws nothing.
```
When fixed, revert the PR #6554 (and also without re-enabling it, how otherwise would you know the issue's been fixed).
Contributor guide
Assessment
This issue has not been assessed yet.