Skip to content

Add possibility to create a Service Bus Topic via Topic Manager #236

Add possibility to create a Service Bus Topic via Topic Manager

Add possibility to create a Service Bus Topic via Topic Manager #236

Triggered via pull request September 20, 2024 12:15
Status Cancelled
Total duration 10m 28s
Artifacts

dotnet.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
KnightBus.Host.Tests.Unit.SingletonChannelReceiverTests ► Should_restart_queue_reader_when_lock_is_lost: knightbus/tests/KnightBus.Host.Tests.Unit/SingletonChannelReceiverTests.cs#L81
Failed test found in: knightbus/tests/KnightBus.Host.Tests.Unit/TestResults/test-results.trx Error: Moq.MockException : Expected invocation on the mock exactly 2 times, but was 3 times: x => x.StartAsync(It.IsAny<CancellationToken>()) Performed invocations: Mock<IChannelReceiver:10> (x): IChannelReceiver.Settings => Mock<IProcessingSettings:2> IChannelReceiver.Settings => Mock<IProcessingSettings:2> IChannelReceiver.Settings = SingletonProcessingSettings IChannelReceiver.StartAsync(CancellationToken) IChannelReceiver.StartAsync(CancellationToken) IChannelReceiver.StartAsync(CancellationToken) Mock<IProcessingSettings:2>: IProcessingSettings.MessageLockTimeout IProcessingSettings.DeadLetterDeliveryLimit
Build
The run was canceled by @tobiasbalzano.
Build
Failed test were found and 'fail-on-error' option is set to true
Build
The operation was canceled.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresChannelReceiver.cs#L18
Non-nullable field '_queueClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresSubscriptionChannelReceiver.cs#L19
Non-nullable field '_queueClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresSubscriptionChannelReceiver.cs#L39
Possible null reference argument for parameter 'subscription' in 'PostgresSubscriptionClient<T>.PostgresSubscriptionClient(NpgsqlDataSource npgsqlDataSource, IMessageSerializer serializer, IEventSubscription subscription)'.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresBusTests.cs#L257
Non-nullable property 'MessageBody' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresTopicManagerTests.cs#L11
Non-nullable field '_postgresManagementClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresTopicManagerTests.cs#L13
Non-nullable field '_queueManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresSetup.cs#L17
Non-nullable field 'DataSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresSetup.cs#L18
Non-nullable field 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresBusTests.cs#L47
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresQueueManagerTests.cs#L12
Non-nullable field '_bus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.