Bump dotnet-reportgenerator-globaltool from 5.3.11 to 5.4.4 #142
Triggered via pull request
February 10, 2025 17:12
Status
Failure
Total duration
29m 30s
Artifacts
–
build.yml
on: pull_request
Matrix: build-and-test
Matrix: cleanup-code
Matrix: inspect-code
publish
0s
Annotations
10 errors
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Resources.UpdateToOneRelationshipTests.Cannot_create_ToOne_relationship:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Resources/UpdateToOneRelationshipTests.cs#L27
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.QueryStrings.Pagination.RangeValidationTests.Returns_empty_set_of_resources_when_page_number_is_too_high:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/QueryStrings/Pagination/RangeValidationTests.cs#L27
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.QueryStrings.Pagination.RangeValidationTests.Can_use_zero_page_size:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/QueryStrings/Pagination/RangeValidationTests.cs#L54
Expected the enum to be HttpStatusCode.OK {value: 200} because response body returned was:
{
"links": {
"self": "http://localhost/blogs?page[size]=0"
},
"errors": [
{
"id": "d2693280-a704-4a52-96fc-a0bc729ed272",
"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 object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)",
" 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 object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)",
" 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 object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)",
" 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 object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)",
" at Func<ServiceProviderEngineScope, object> Microsof
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.QueryStrings.Pagination.RangeValidationTests.Can_use_positive_page_size:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/QueryStrings/Pagination/RangeValidationTests.cs#L67
Expected the enum to be HttpStatusCode.OK {value: 200} because response body returned was:
{
"links": {
"self": "http://localhost/blogs?page[size]=50",
"first": "http://localhost/blogs?page%5Bsize%5D=50"
},
"errors": [
{
"id": "6938a0cf-6ef2-4246-8001-db9ae6b2bdbf",
"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 object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)",
" 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 object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)",
" 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 object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)",
" 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 object Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)",
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Resources.UpdateResourceTests.Can_update_resource_with_side_effects_with_primary_fieldset:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Resources/UpdateResourceTests.cs#L281
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Resources.UpdateResourceTests.Can_update_resource_with_side_effects:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Resources/UpdateResourceTests.cs#L225
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Resources.UpdateResourceTests.Can_partially_update_resource_with_string_ID:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Resources/UpdateResourceTests.cs#L83
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Resources.UpdateResourceTests.Can_update_resource_without_side_effects:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Resources/UpdateResourceTests.cs#L179
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Resources.UpdateResourceTests.Can_update_resource_without_attributes_or_relationships:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Resources/UpdateResourceTests.cs#L37
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|
JsonApiDotNetCoreMongoDbTests.IntegrationTests.ReadWrite.Updating.Resources.UpdateResourceTests.Can_completely_update_resource_with_string_ID:
_/test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/ReadWrite/Updating/Resources/UpdateResourceTests.cs#L135
System.TimeoutException : MongoDB connection availability took longer than the specified timeout of 30 seconds. Consider increasing the value of 'ConnectionTimeout'.
|