Skip to content

Postgresql transport #143

Postgresql transport

Postgresql transport #143

Triggered via pull request April 16, 2024 07:52
Status Failure
Total duration 1m 53s
Artifacts

dotnet.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
KnightBus.Azure.Storage.Tests.Unit.StorageQueueMessagePumpTests ► Should_not_exceed_max_concurrent_when_prefetch_is_high: knightbus-azurestorage/tests/KnightBus.Azure.Storage.Tests.Unit/StorageQueueMessagePumpTests.cs#L172
Failed test found in: knightbus-azurestorage/tests/KnightBus.Azure.Storage.Tests.Unit/TestResults/test-results.trx Error: Expected invocations to be 10, but found 9 (difference of -1).
Build
Failed test were found and 'fail-on-error' option is set to true
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresChannelReceiver.cs#L22
Non-nullable field '_queueClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresChannelReceiver.cs#L22
Non-nullable field '_messagePumpTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus/examples/KnightBus.Examples.PostgreSql/Program.cs#L58
Non-nullable property 'MessageBody' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: knightbus/examples/KnightBus.Examples.PostgreSql/Program.cs#L63
Non-nullable property 'MessageBody' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresBusTests.cs#L214
Non-nullable property 'MessageBody' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresQueueManagerTests.cs#L13
Non-nullable field '_bus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresQueueManagerTests.cs#L14
Non-nullable field '_postgresQueueClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresQueueManagerTests.cs#L15
Non-nullable field '_postgresManagementClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresMessageStateHandlerTests.cs#L11
Non-nullable field '_bus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresMessageStateHandlerTests.cs#L12
Non-nullable field '_postgresQueueClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.