OxalisCommunity / oxalis

Oxalis - PEPPOL Access Point open source implementation - Core component
Other
119 stars 89 forks source link

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

Closed fairartursolups closed 4 months ago

fairartursolups commented 6 months ago

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

fairartursolups commented 6 months ago

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

aaron-kumar commented 6 months ago

@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.

aaron-kumar commented 4 months ago

@fairartursolups : test-cases fixed as part of commit https://github.com/OxalisCommunity/oxalis/commit/2125e3b7340597b862f5713e54b3af090e0bbbc1.