Bump dotnet-reportgenerator-globaltool from 5.3.11 to 5.4.3 #139
Triggered via pull request
December 30, 2024 16:55
Status
Failure
Total duration
29m 35s
Artifacts
–
build.yml
on: pull_request
Matrix: build-and-test
Matrix: cleanup-code
Matrix: inspect-code
publish
0s
Annotations
10 errors and 3 warnings
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Relationships.ReplaceToManyRelationshipTests.Cannot_replace_OneToMany_relationship:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Relationships/ReplaceToManyRelationshipTests.cs#L27
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Relationships.ReplaceToManyRelationshipTests.Cannot_replace_ManyToMany_relationship:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Relationships/ReplaceToManyRelationshipTests.cs#L70
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Creating.CreateResourceWithToOneRelationshipTests.Cannot_create_resource_with_ToOne_relationship:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Creating/CreateResourceWithToOneRelationshipTests.cs#L27
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Creating.CreateResourceWithToManyRelationshipTests.Cannot_create_resource_with_ToMany_relationship:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Creating/CreateResourceWithToManyRelationshipTests.cs#L27
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Fetching.FetchRelationshipTests.Cannot_get_OneToMany_relationship:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Fetching/FetchRelationshipTests.cs#L56
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Fetching.FetchRelationshipTests.Cannot_get_ManyToOne_relationship:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Fetching/FetchRelationshipTests.cs#L27
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Fetching.FetchRelationshipTests.Cannot_get_ManyToMany_relationship:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Fetching/FetchRelationshipTests.cs#L85
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.QueryStrings.Filtering.FilterTests.Can_filter_on_ID:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/QueryStrings/Filtering/FilterTests.cs#L27
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.AtomicOperations.Transactions.AtomicTransactionConsistencyTests.Cannot_use_non_transactional_repository:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/AtomicOperations/Transactions/AtomicTransactionConsistencyTests.cs#L38
System.Threading.Tasks.TaskCanceledException : The operation was canceled.
---- System.Net.Http.HttpRequestException : Error while copying content to a stream.
-------- System.IO.IOException :
------------ System.IO.IOException : The client aborted the request.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.AtomicOperations.Transactions.AtomicTransactionConsistencyTests.Cannot_use_distributed_transaction:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/AtomicOperations/Transactions/AtomicTransactionConsistencyTests.cs#L121
Expected the enum to be HttpStatusCode.UnprocessableEntity {value: 422} because response body returned was:
{
"links": {
"self": "http://localhost/operations"
},
"errors": [
{
"id": "8560cba6-f2f7-4fc8-a508-78f0b612c788",
"status": "500",
"title": "An unhandled error occurred while processing this request.",
"detail": "MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.",
"meta": {
"stackTrace": [
"System.TimeoutException: MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.",
" at void EphemeralMongo.MongodProcess.StartAndWaitForConnectionReadiness()",
" at void EphemeralMongo.MongodProcess.Start()",
" at IMongoRunner EphemeralMongo.MongoRunner.RunInternal()",
" at IMongoRunner EphemeralMongo.MongoRunner.Run(MongoRunnerOptions options)",
" at IMongoRunner TestBuildingBlocks.MongoRunnerProvider.Get() in /_/test/TestBuildingBlocks/MongoRunnerProvider.cs:line 32",
" at IMongoRunner TestBuildingBlocks.IntegrationTestContext<TStartup, TMongoDbContextShim>.StartMongoDb() in /_/test/TestBuildingBlocks/IntegrationTestContext.cs:line 61",
" at void System.Lazy<T>.ViaFactory(LazyThreadSafetyMode mode)",
" at T System.Lazy<T>.CreateValue()",
" at WebApplicationFactory<TStartup> TestBuildingBlocks.IntegrationTestContext<TStartup, TMongoDbContextShim>.CreateFactory()+(IServiceProvider _) => { } in /_/test/TestBuildingBlocks/IntegrationTestContext.cs:line 97",
" at TResult Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor<TArgument, TResult>.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)",
" at object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)",
" at TResult Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor<TArgument, TResult>.VisitCallSite(ServiceCallSite callSite, TArgument argument)",
" at TResult Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor<TArgument, TResult>.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)",
" at object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitCache(ServiceCallSite callSite, RuntimeResolverContext context, ServiceProviderEngineScope serviceProviderEngine, RuntimeResolverLock lockType)",
" at object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScopeCache(ServiceCallSite callSite, RuntimeResolverContext context)",
" at TResult Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor<TArgument, TResult>.VisitCallSite(ServiceCallSite callSite, TArgument argument)",
" at TResult Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor<TArgument, TResult>.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)",
" at object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitCache(ServiceCallSite callSite, RuntimeResolverContext context, ServiceProviderEngineScope serviceProviderEngine, RuntimeResolverLock lockType)",
" at object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitScopeCache(ServiceCallSite callSite, RuntimeResolverContext context)",
" at TResult Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor<TArgument, TResult>.VisitCallSite(ServiceCallSite callSite, TArgument argument)",
" at TResult Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor<TArgument, TResult>.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)",
" at object Microsoft.Extensions.DependencyInjection.ServiceLoo
|
cleanup-code (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
inspect-code (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-and-test (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|