CDMS 146 IUU decision process #249
check-pull-request.yml
on: pull_request
Run Pull Request Checks
3m 44s
Annotations
10 errors and 1 warning
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}.
|
Btms.Backend.IntegrationTests.DecisionTests.SingleChedH01Tests.SingleChed_ShouldHaveH01CheckValues:
Btms.Backend.IntegrationTests/DecisionTests/SingleChedH01Tests.cs#L32
System.ArgumentNullException : Value cannot be null. (Parameter 'source')
|
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.NoMatchNonContiguous.AlvsDecisionShouldHaveCorrectChecks:
Btms.Backend.IntegrationTests/DecisionTests/NoMatchNonContiguous.cs#L72
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.NoMatchNonContiguous.ShouldHaveVersionNotCompleteDecisionStatus:
Btms.Backend.IntegrationTests/DecisionTests/NoMatchNonContiguous.cs#L51
Expected Client.GetSingleMovement().AlvsDecisionStatus.Context.DecisionComparison!.DecisionStatus to be DecisionStatusEnum.NoImportNotificationsLinked {value: 2}, but found DecisionStatusEnum.NoAlvsDecisions {value: 5}.
|
Btms.Backend.IntegrationTests.DecisionTests.NoMatchNonContiguous.ShouldHavePairedAlvsDecision:
Btms.Backend.IntegrationTests/DecisionTests/NoMatchNonContiguous.cs#L61
Expected Client.GetSingleMovement().AlvsDecisionStatus.Decisions.Select(d => d.Context.DecisionComparison?.Paired) to be equal to {<null>, True}, but {<null>, <null>} differs at index 1.
|
Btms.Backend.IntegrationTests.DecisionTests.NoMatchNonContiguous.ShouldHave1BtmsDecision:
Btms.Backend.IntegrationTests/DecisionTests/NoMatchNonContiguous.cs#L94
System.NullReferenceException : Object reference not set to an instance of an object.
|
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
|