Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify the MariaDatabaseServer image #234

Merged
merged 1 commit into from
May 21, 2024

Allow to specify the MariaDatabaseServer image

cfc2bc6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Allow to specify the MariaDatabaseServer image #234

Allow to specify the MariaDatabaseServer image
cfc2bc6
Select commit
Loading
Failed to load commit list.
GitHub Actions / .Net Tests succeeded May 21, 2024 in 0s

114 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
./tests-results/_fv-az1148-284_2024-05-21_03_26_45.trx 6✅ 5s
./tests-results/_fv-az1148-284_2024-05-21_03_26_46.trx 8✅ 6s
./tests-results/_fv-az1148-284_2024-05-21_03_26_46[1].trx 6✅ 7s
./tests-results/_fv-az1148-284_2024-05-21_03_26_46[2].trx 23✅ 7s
./tests-results/_fv-az1148-284_2024-05-21_03_26_51.trx 6✅ 4s
./tests-results/_fv-az1148-284_2024-05-21_03_26_53.trx 8✅ 7s
./tests-results/_fv-az1148-284_2024-05-21_03_26_53[1].trx 23✅ 6s
./tests-results/_fv-az1148-284_2024-05-21_03_26_55.trx 6✅ 7s
./tests-results/_fv-az1148-284_2024-05-21_03_26_56.trx 14✅ 5s
./tests-results/_fv-az1148-284_2024-05-21_03_26_59.trx 14✅ 2s

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_45.trx

6 tests were completed in 5s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DrifterApps.Seeds.Domain.Tests.DomainExceptionOfTTests 3✅ 32ms
DrifterApps.Seeds.Domain.Tests.DomainExceptionTests 3✅ 50ms

✅ DrifterApps.Seeds.Domain.Tests.DomainExceptionOfTTests

✅ Constructor_WithMessage_ShouldCreateInstanceWithMessage
✅ Constructor_WithMessageAndInnerException_ShouldCreateInstanceWithMessageAndInnerException
✅ Constructor_WithoutArguments_ShouldCreateInstance

✅ DrifterApps.Seeds.Domain.Tests.DomainExceptionTests

✅ Constructor_WithMessage_ShouldCreateInstanceWithMessage
✅ Constructor_WithMessageAndInnerException_ShouldCreateInstanceWithMessageAndInnerException
✅ Constructor_WithoutArguments_ShouldCreateInstance

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_46.trx

8 tests were completed in 6s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DrifterApps.Seeds.Application.Mediatr.Tests.LoggingBehaviorTests 1✅ 523ms
DrifterApps.Seeds.Application.Mediatr.Tests.MediatRServiceConfigurationExtensionsTests 4✅ 568ms
DrifterApps.Seeds.Application.Mediatr.Tests.ValidationPreProcessorTests 3✅ 316ms

✅ DrifterApps.Seeds.Application.Mediatr.Tests.LoggingBehaviorTests

✅ Handle_WithRequest_LogsStartAndEnd

✅ DrifterApps.Seeds.Application.Mediatr.Tests.MediatRServiceConfigurationExtensionsTests

✅ GivenPing_WhenHitBack_ThenCommit
✅ GivenPing_WhenMissed_ThenRollback
✅ GivenPing_WhenNoFirstMessage_ThenValidatorIsCalledAndThrowsValidationException
✅ GivenRegisterServicesFromApplication_WhenInvoked_ThenRegisterServices

✅ DrifterApps.Seeds.Application.Mediatr.Tests.ValidationPreProcessorTests

✅ Process_WithInvalidRequest_ShouldThrowValidationException
✅ Process_WithNoValidators_ShouldNotThrowException
✅ Process_WithValidRequest_ShouldNotThrowException

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_46[1].trx

6 tests were completed in 7s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DrifterApps.Seeds.Application.Tests.ClassTests 1✅ 34ms
DrifterApps.Seeds.Application.Tests.UserContextTests 5✅ 533ms

✅ DrifterApps.Seeds.Application.Tests.ClassTests

✅ Test

✅ DrifterApps.Seeds.Application.Tests.UserContextTests

✅ GivenGetUserId_WhenHttpContextIsNull_ThenReturnEmptyGuid
✅ GivenGetUserId_WhenUserHasNameIdentifierAndSubClaim_ThenReturnNameIdentifierClaim
✅ GivenGetUserId_WhenUserHasNameIdentifierClaim_ThenReturnNameIdentifierClaim
✅ GivenGetUserId_WhenUserHasNoClaims_ThenReturnEmptyGuid
✅ GivenGetUserId_WhenUserHasSubClaim_ThenReturnSubClaim

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_46[2].trx

23 tests were completed in 7s with 23 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DrifterApps.Seeds.Testing.Tests.Drivers.HttpClientDriverTests 20✅ 664ms
DrifterApps.Seeds.Testing.Tests.StepDefinitions.RootStepDefinitionTests 3✅ 610ms

✅ DrifterApps.Seeds.Testing.Tests.Drivers.HttpClientDriverTests

✅ GivenAuthenticateUser_WhenInvoked_ThenAuthorizationSet
✅ GivenCreateDriver_WhenHttpClientIsNull_ThenThrowsArgumentNullException
✅ GivenDeserializeContent_WhenResponseMessageContainsData_ThenReturnsData
✅ GivenDeserializeContent_WhenResponseMessageIsNull_ThenReturnsDefault
✅ GivenSendRequestAsync_WhenApiResourceIsNull_ThenThrowsArgumentNullException
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: DELETE, endpointTemplate: "/actuating/auto-loan-account/parse")
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: GET, endpointTemplate: "/strategic/upward-trending")
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: PATCH, endpointTemplate: "/generating/indiana")
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: POST, endpointTemplate: "/turquoise")
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: PUT, endpointTemplate: "/branding")
✅ GivenSendRequestWithBodyAsync_WhenApiResourceIsNull_ThenThrowsArgumentNullException
✅ GivenSendRequestWithBodyAsync_WhenBodyIsNullOfEmpty_ThenThrowsArgumentException(body: " ")
✅ GivenSendRequestWithBodyAsync_WhenBodyIsNullOfEmpty_ThenThrowsArgumentException(body: "")
✅ GivenSendRequestWithBodyAsync_WhenBodyIsNullOfEmpty_ThenThrowsArgumentException(body: null)
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: DELETE, endpointTemplate: "/initiative/thx/up-sized", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: GET, endpointTemplate: "/pitcairn-islands/enhance", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: PATCH, endpointTemplate: "/olive/savings-account/ai", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: POST, endpointTemplate: "/de-engineered/primary", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: PUT, endpointTemplate: "/directives/regional", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenUnAuthenticate_WhenInvoked_ThenAuthorizationIsNull

✅ DrifterApps.Seeds.Testing.Tests.StepDefinitions.RootStepDefinitionTests

✅ GivenWithCreatedId_WhenCreatedIdEmpty_ThenReturnCreatedId
✅ GivenWithCreatedId_WhenCreatedIdValid_ThenReturnCreatedId
✅ GivenWithResultAs_WhenCreatedIdEmpty_ThenReturnCreatedId

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_51.trx

6 tests were completed in 4s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DrifterApps.Seeds.Domain.Tests.DomainExceptionOfTTests 3✅ 37ms
DrifterApps.Seeds.Domain.Tests.DomainExceptionTests 3✅ 31ms

✅ DrifterApps.Seeds.Domain.Tests.DomainExceptionOfTTests

✅ Constructor_WithMessage_ShouldCreateInstanceWithMessage
✅ Constructor_WithMessageAndInnerException_ShouldCreateInstanceWithMessageAndInnerException
✅ Constructor_WithoutArguments_ShouldCreateInstance

✅ DrifterApps.Seeds.Domain.Tests.DomainExceptionTests

✅ Constructor_WithMessage_ShouldCreateInstanceWithMessage
✅ Constructor_WithMessageAndInnerException_ShouldCreateInstanceWithMessageAndInnerException
✅ Constructor_WithoutArguments_ShouldCreateInstance

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_53.trx

8 tests were completed in 7s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DrifterApps.Seeds.Application.Mediatr.Tests.LoggingBehaviorTests 1✅ 454ms
DrifterApps.Seeds.Application.Mediatr.Tests.MediatRServiceConfigurationExtensionsTests 4✅ 630ms
DrifterApps.Seeds.Application.Mediatr.Tests.ValidationPreProcessorTests 3✅ 390ms

✅ DrifterApps.Seeds.Application.Mediatr.Tests.LoggingBehaviorTests

✅ Handle_WithRequest_LogsStartAndEnd

✅ DrifterApps.Seeds.Application.Mediatr.Tests.MediatRServiceConfigurationExtensionsTests

✅ GivenPing_WhenHitBack_ThenCommit
✅ GivenPing_WhenMissed_ThenRollback
✅ GivenPing_WhenNoFirstMessage_ThenValidatorIsCalledAndThrowsValidationException
✅ GivenRegisterServicesFromApplication_WhenInvoked_ThenRegisterServices

✅ DrifterApps.Seeds.Application.Mediatr.Tests.ValidationPreProcessorTests

✅ Process_WithInvalidRequest_ShouldThrowValidationException
✅ Process_WithNoValidators_ShouldNotThrowException
✅ Process_WithValidRequest_ShouldNotThrowException

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_53[1].trx

23 tests were completed in 6s with 23 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DrifterApps.Seeds.Testing.Tests.Drivers.HttpClientDriverTests 20✅ 678ms
DrifterApps.Seeds.Testing.Tests.StepDefinitions.RootStepDefinitionTests 3✅ 609ms

✅ DrifterApps.Seeds.Testing.Tests.Drivers.HttpClientDriverTests

✅ GivenAuthenticateUser_WhenInvoked_ThenAuthorizationSet
✅ GivenCreateDriver_WhenHttpClientIsNull_ThenThrowsArgumentNullException
✅ GivenDeserializeContent_WhenResponseMessageContainsData_ThenReturnsData
✅ GivenDeserializeContent_WhenResponseMessageIsNull_ThenReturnsDefault
✅ GivenSendRequestAsync_WhenApiResourceIsNull_ThenThrowsArgumentNullException
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: DELETE, endpointTemplate: "/taka/credit-card-account")
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: GET, endpointTemplate: "/cotton")
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: PATCH, endpointTemplate: "/http/generating")
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: POST, endpointTemplate: "/deposit")
✅ GivenSendRequestAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: PUT, endpointTemplate: "/redefine")
✅ GivenSendRequestWithBodyAsync_WhenApiResourceIsNull_ThenThrowsArgumentNullException
✅ GivenSendRequestWithBodyAsync_WhenBodyIsNullOfEmpty_ThenThrowsArgumentException(body: " ")
✅ GivenSendRequestWithBodyAsync_WhenBodyIsNullOfEmpty_ThenThrowsArgumentException(body: "")
✅ GivenSendRequestWithBodyAsync_WhenBodyIsNullOfEmpty_ThenThrowsArgumentException(body: null)
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: DELETE, endpointTemplate: "/cross-platform/wireless/bahrain", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: GET, endpointTemplate: "/budgetary-management/fantastic-wooden-gloves", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: PATCH, endpointTemplate: "/future/california/rustic", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: POST, endpointTemplate: "/budgetary-management/extranet/pink", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenSendRequestWithBodyAsync_WhenHttpMethod_ThenSendGetHttpRequestMessage(httpMethod: PUT, endpointTemplate: "/specialist/union/optical", body: "{\"Locale\":\"en\",\"Random\":{}}")
✅ GivenUnAuthenticate_WhenInvoked_ThenAuthorizationIsNull

✅ DrifterApps.Seeds.Testing.Tests.StepDefinitions.RootStepDefinitionTests

✅ GivenWithCreatedId_WhenCreatedIdEmpty_ThenReturnCreatedId
✅ GivenWithCreatedId_WhenCreatedIdValid_ThenReturnCreatedId
✅ GivenWithResultAs_WhenCreatedIdEmpty_ThenReturnCreatedId

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_55.trx

6 tests were completed in 7s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DrifterApps.Seeds.Application.Tests.ClassTests 1✅ 42ms
DrifterApps.Seeds.Application.Tests.UserContextTests 5✅ 482ms

✅ DrifterApps.Seeds.Application.Tests.ClassTests

✅ Test

✅ DrifterApps.Seeds.Application.Tests.UserContextTests

✅ GivenGetUserId_WhenHttpContextIsNull_ThenReturnEmptyGuid
✅ GivenGetUserId_WhenUserHasNameIdentifierAndSubClaim_ThenReturnNameIdentifierClaim
✅ GivenGetUserId_WhenUserHasNameIdentifierClaim_ThenReturnNameIdentifierClaim
✅ GivenGetUserId_WhenUserHasNoClaims_ThenReturnEmptyGuid
✅ GivenGetUserId_WhenUserHasSubClaim_ThenReturnSubClaim

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_56.trx

14 tests were completed in 5s with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Infrastructure.Tests.MediatorSerializedObjectTests 6✅ 324ms
Infrastructure.Tests.RequestExecutorTests 2✅ 259ms
Infrastructure.Tests.RequestSchedulerTests 5✅ 183ms
Infrastructure.Tests.ServiceCollectionExtensionsTests 1✅ 66ms

✅ Infrastructure.Tests.MediatorSerializedObjectTests

✅ GivenConstructor_WhenFullTypeNameIsNull_ThenShouldThrowArgumentException
✅ GivenConstructor_WhenFullTypeNameNotFound_ThenShouldThrowArgumentException
✅ SerializeObject_ShouldReturnMediatorSerializedObject
✅ ToString_ShouldReturnFormattedString
✅ TryDeserializeObject_WithInvalidData_ShouldReturnFalse
✅ TryDeserializeObject_WithValidData_ShouldDeserializeObject

✅ Infrastructure.Tests.RequestExecutorTests

✅ GivenExecuteCommand_WhenSerializedObjectIsBaseRequest_ThenSend
✅ GivenExecuteCommand_WhenSerializedObjectNotValid_ThenDoNothing

✅ Infrastructure.Tests.RequestSchedulerTests

✅ GivenConstructor_WhenRequestExecutorIsNull_ThenThrowArgumentNullException
✅ GivenSchedule_WhenDateTimeOffsetUsedInvoked_ThenScheduleTheJob
✅ GivenSchedule_WhenTimeSpanUsedInvoked_ThenScheduleTheJob
✅ GivenScheduleRecurring_WhenInvoked_ThenScheduleTheRecurringJob
✅ GivenSendNow_WhenInvoked_ThenQueueTheJob

✅ Infrastructure.Tests.ServiceCollectionExtensionsTests

✅ GivenAddHangfireRequestScheduler_WhenInvoked_ThenServicesRegistered

✅ ./tests-results/_fv-az1148-284_2024-05-21_03_26_59.trx

14 tests were completed in 2s with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Infrastructure.Tests.MediatorSerializedObjectTests 6✅ 218ms
Infrastructure.Tests.RequestExecutorTests 2✅ 139ms
Infrastructure.Tests.RequestSchedulerTests 5✅ 197ms
Infrastructure.Tests.ServiceCollectionExtensionsTests 1✅ 11ms

✅ Infrastructure.Tests.MediatorSerializedObjectTests

✅ GivenConstructor_WhenFullTypeNameIsNull_ThenShouldThrowArgumentException
✅ GivenConstructor_WhenFullTypeNameNotFound_ThenShouldThrowArgumentException
✅ SerializeObject_ShouldReturnMediatorSerializedObject
✅ ToString_ShouldReturnFormattedString
✅ TryDeserializeObject_WithInvalidData_ShouldReturnFalse
✅ TryDeserializeObject_WithValidData_ShouldDeserializeObject

✅ Infrastructure.Tests.RequestExecutorTests

✅ GivenExecuteCommand_WhenSerializedObjectIsBaseRequest_ThenSend
✅ GivenExecuteCommand_WhenSerializedObjectNotValid_ThenDoNothing

✅ Infrastructure.Tests.RequestSchedulerTests

✅ GivenConstructor_WhenRequestExecutorIsNull_ThenThrowArgumentNullException
✅ GivenSchedule_WhenDateTimeOffsetUsedInvoked_ThenScheduleTheJob
✅ GivenSchedule_WhenTimeSpanUsedInvoked_ThenScheduleTheJob
✅ GivenScheduleRecurring_WhenInvoked_ThenScheduleTheRecurringJob
✅ GivenSendNow_WhenInvoked_ThenQueueTheJob

✅ Infrastructure.Tests.ServiceCollectionExtensionsTests

✅ GivenAddHangfireRequestScheduler_WhenInvoked_ThenServicesRegistered