CDMS-215 adds tests for alvs decisions arriving before btms decisions, and fixed an issue with the pairing not working in this case #403
check-pull-request.yml
on: pull_request
Run Pull Request Checks
6m 3s
Annotations
10 errors and 2 warnings
TestDataGenerator.Tests.ScenarioTests.EnsureAllScenarioDefaultsAreValid(scenarioType: typeof(TestDataGenerator.Scenarios.SpecificFiles.Mrn24Gbde3Cf94H96Tar0ModifiedScenarioGenerator)):
TestDataGenerator.Tests/ScenarioTests.cs#L32
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbdyhi8Lmfldqar6Tests.ShouldHave1AlvsDecision:
Btms.Backend.IntegrationTests/DecisionTests/Mrn24Gbdyhi8Lmfldqar6Tests.cs#L84
Expected Client.GetSingleMovement().AlvsDecisionStatus.Decisions.Count to be 1, but found 0 (difference of -1).
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbde3Cf94H96Tar0ModifiedTests.ShouldNotHaveExceptions
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbde3Cf94H96Tar0ModifiedTests.ShouldHaveDecisionMatched
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbde3Cf94H96Tar0ModifiedTests.ShouldHaveChedType
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbde3Cf94H96Tar0ModifiedTests.AlvsDecisionShouldHaveCorrectChecks
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbde3Cf94H96Tar0ModifiedTests.ShouldHaveCorrectDecisionAuditEntries
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbde3Cf94H96Tar0ModifiedTests.ShouldHave1BtmsDecision
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbde3Cf94H96Tar0ModifiedTests.ShouldHave2AlvsDecisions
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
Btms.Backend.IntegrationTests.DecisionTests.Mrn24Gbde3Cf94H96Tar0ModifiedTests.AlvsDecisionShouldReturnCorrectlyFromAnalytics
System.InvalidOperationException : Either need to specify the scenarioPath in the constructor, or ovrride the generate function.
|
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.
|