CDMS 146 IUU decision process #254
check-pull-request.yml
on: pull_request
Run Pull Request Checks
3m 46s
Annotations
10 errors and 1 warning
Btms.Backend.IntegrationTests.DecisionTests.OutOfSequenceAlvsDecision.ShouldHavePairedBtmsDecisions:
Btms.Backend.IntegrationTests/DecisionTests/OutOfSequenceAlvsDecision.cs#L63
Expected Client.GetSingleMovement().AlvsDecisionStatus.Decisions.Select(d => (d.Context.AlvsDecisionNumber, d.Context.DecisionComparison?.BtmsDecisionNumber)) to be equal to
{
{
Item1 = 2,
Item2 = 2
},
{
Item1 = 1,
Item2 = <null>
}
}, but
{
{
Item1 = 2,
Item2 = <null>
},
{
Item1 = 1,
Item2 = <null>
}
} differs at index 0.
|
Btms.Backend.IntegrationTests.DecisionTests.OutOfSequenceAlvsDecision.ShouldHavePairedAlvsDecisions:
Btms.Backend.IntegrationTests/DecisionTests/OutOfSequenceAlvsDecision.cs#L52
Expected Client.GetSingleMovement().AlvsDecisionStatus.Decisions.Select(d => d.Context.DecisionComparison?.Paired) to be equal to {True, <null>}, but {<null>, <null>} differs at index 0.
|
Btms.Backend.IntegrationTests.DecisionTests.OutOfSequenceAlvsDecision.ShouldHaveVersionNotCompleteDecisionStatus:
Btms.Backend.IntegrationTests/DecisionTests/OutOfSequenceAlvsDecision.cs#L43
Expected Client.GetSingleMovement().AlvsDecisionStatus.Context.DecisionComparison!.DecisionStatus to be DecisionStatusEnum.BtmsMadeSameDecisionAsAlvs {value: 0}, but found DecisionStatusEnum.NoAlvsDecisions {value: 5}.
|
Btms.Backend.IntegrationTests.DecisionTests.NoMatch.ShouldHaveDecisionStatus:
Btms.Backend.IntegrationTests/DecisionTests/NoMatchTests.cs#L64
Expected Client.GetSingleMovement().AlvsDecisionStatus.Context.DecisionComparison!.DecisionStatus to be DecisionStatusEnum.NoImportNotificationsLinked {value: 2}, but found DecisionStatusEnum.NoAlvsDecisions {value: 5}.
|
Btms.Backend.IntegrationTests.DecisionTests.NoMatch.ShouldNotHaveDecisionAuditNotifications:
Btms.Backend.IntegrationTests/DecisionTests/NoMatchTests.cs#L83
System.InvalidOperationException : Sequence contains no matching element
|
Btms.Backend.IntegrationTests.DecisionTests.NoMatch.ShouldHaveDecisionAuditChecks:
Btms.Backend.IntegrationTests/DecisionTests/NoMatchTests.cs#L73
System.InvalidOperationException : Sequence contains no matching element
|
Btms.Backend.IntegrationTests.DecisionTests.NoMatch.AlvsDecisionShouldHaveCorrectChecks:
Btms.Backend.IntegrationTests/DecisionTests/NoMatchTests.cs#L41
Expected Client.GetSingleMovement().AlvsDecisionStatus.Context.DecisionComparison!.Checks to be a collection with 2 item(s), but found an empty collection.
With configuration:
- Use declared types and members
- Compare enums by value
- Compare tuples by their properties
- Compare anonymous types by their properties
- Compare records by their members
- Include non-browsable members
- Include all non-private properties
- Include all non-private fields
- Match member by name (or throw)
- Be strict about the order of items in byte arrays
- Without automatic conversion.
|
Btms.Backend.IntegrationTests.DecisionTests.ChedPDuplicateDecisionTests.SimpleChedPScenario_ShouldBeLinkedAndMatchDecision:
Btms.Backend.IntegrationTests/DecisionTests/ChedPDuplicateDecisionTests.cs#L33
System.NullReferenceException : Object reference not set to an instance of an object.
|
Btms.Backend.IntegrationTests.DecisionTests.AlvsDecisionNumber1Missing.AlvsDecisionShouldHaveCorrectChecks:
Btms.Backend.IntegrationTests/DecisionTests/AlvsDecisionNumber1Missing.cs#L22
Expected Client.GetSingleMovement().AlvsDecisionStatus.Context.DecisionComparison!.Checks to be a collection with 2 item(s), but found an empty collection.
With configuration:
- Use declared types and members
- Compare enums by value
- Compare tuples by their properties
- Compare anonymous types by their properties
- Compare records by their members
- Include non-browsable members
- Include all non-private properties
- Include all non-private fields
- Match member by name (or throw)
- Be strict about the order of items in byte arrays
- Without automatic conversion.
|
Btms.Backend.IntegrationTests.DecisionTests.AlvsDecisionNumber1Missing.ShouldHaveVersionNotCompleteDecisionStatus:
Btms.Backend.IntegrationTests/DecisionTests/AlvsDecisionNumber1Missing.cs#L68
Expected Client.GetSingleMovement().AlvsDecisionStatus.Context.DecisionComparison!.DecisionStatus to be DecisionStatusEnum.NoImportNotificationsLinked {value: 2}, but found DecisionStatusEnum.NoAlvsDecisions {value: 5}.
|
Run Pull Request Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|