Skip to content

Add GMR consumer for ASB that has no implementation so we can test consumption in DEV #454

Add GMR consumer for ASB that has no implementation so we can test consumption in DEV

Add GMR consumer for ASB that has no implementation so we can test consumption in DEV #454

Triggered via pull request February 3, 2025 18:28
Status Failure
Total duration 5m 55s
Artifacts

check-pull-request.yml

on: pull_request
Run Pull Request Checks
5m 45s
Run Pull Request Checks
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Btms.Backend.IntegrationTests.AsbSmokeTests.AsbSmokeTest_Gmrs: Btms.Backend.IntegrationTests/AsbSmokeTests.cs#L81
Expected _testOutputHelper.Messages.Any(x => x.Contains("Consumed 123")) to be True, but found False.
Run Pull Request Checks
Process completed with exit code 1.
Run Pull Request Checks: TestGenerator.IntegrationTesting.Backend/MultipleScenarioGeneratorBaseTest.cs#L11
Cannot convert null literal to non-nullable reference type.
Run Pull Request Checks: TestGenerator.IntegrationTesting.Backend/MultipleScenarioGeneratorBaseTest.cs#L23
Non-nullable field 'LoadedData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.