OxalisCommunity/oxalis

Tests failing on current (25a4a2b) master branch - "Identifier '0208:0871221633' is not registered in SML"

fairartursolups opened this issue · 3 comments

Hei, hei!

Seems like on January 1st some code rot managed to creep into the project.

Currently, when trying to run mvn clean test on master branch (25a4a2b) all test cases that are using identifier 0208:0871221633 are failing.

This seems to be caused by decommission of smp.belgium.be in which aforementioned identifier's metadata resided.

Screenshot 2024-01-04 at 16 05 53

In addition, maybe it is time to change the transport type on the test cases from as2 to as4. :)

@fairartursolups : Thanks for reporting. We are aware of issue. In addition to Belgium SMP (smp.belgium.be) specific thing, all Peppol SMP stopped registering "AS2" protocol in SMP.

We are already working on new Oxalis version, where we are Not only removing AS2 protocol but also merging "Oxalis-AS4" with "Oxalis". This was already communicated in last Technical Meeting in December 2023.

P.S. We recommend you to use released version of Oxalis, but if for some reason you want to run master then you can either comment out those failing tests or use working participant identifier along with oxalis-as4 in test scope for time being until we release new major version.

@fairartursolups : test-cases fixed as part of commit 2125e3b.