Skip to content

feat: Implement transaction context #1004

feat: Implement transaction context

feat: Implement transaction context #1004

Re-run triggered November 15, 2024 08:19
Status Failure
Total duration 2m 42s
Artifacts

ci.yml

on: pull_request
Matrix: build
packaging
0s
packaging
Fit to window
Zoom out
Zoom in

Annotations

7 errors
OpenFeature.Tests.OpenFeatureTests.Should_Set_Given_Context: test/OpenFeature.Tests/OpenFeatureTests.cs#L217
Expected context2.Count to be 0, but found 2 (difference of 2).
OpenFeature.Tests.OpenFeatureTests.OpenFeature_Should_Initialize_Provider: test/OpenFeature.Tests/OpenFeatureTests.cs#L35
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken) Actually received no matching calls. Received 1 non-matching call (non-matching arguments indicated with '*' characters): InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
OpenFeature.Tests.OpenFeatureTests.OpenFeature_Should_Shutdown_Unused_Provider: test/OpenFeature.Tests/OpenFeatureTests.cs#L53
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken) Actually received no matching calls. Received 1 non-matching call (non-matching arguments indicated with '*' characters): InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
OpenFeature.Tests.OpenFeatureTests.Should_Set_Given_Context: test/OpenFeature.Tests/OpenFeatureTests.cs#L217
Expected context2.Count to be 0, but found 2 (difference of 2).
OpenFeature.Tests.OpenFeatureTests.OpenFeature_Should_Initialize_Provider: test/OpenFeature.Tests/OpenFeatureTests.cs#L35
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken) Actually received no matching calls. Received 1 non-matching call (non-matching arguments indicated with '*' characters): InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
OpenFeature.Tests.OpenFeatureTests.OpenFeature_Should_Shutdown_Unused_Provider: test/OpenFeature.Tests/OpenFeatureTests.cs#L53
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken) Actually received no matching calls. Received 1 non-matching call (non-matching arguments indicated with '*' characters): InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
build (windows-latest)
Process completed with exit code 1.