IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
876 stars 484 forks source link

Integration testing: Experimentation with Arquillian and Testcontainers #9237

Open poikilotherm opened 1 year ago

poikilotherm commented 1 year ago

During the development of #9229 it became more and more evident that to create an integration test for this kind of functionality, we need a different setup of testing than our well known "unit tests + API tests".

This issue is a collection of ideas and experimentation to introduce more advanced integration testing using container technology (Docker) and frameworks like Testcontainers and Arquillian.

Doc links:

poikilotherm commented 1 year ago

Doing some experimentation as part of #7424 revealed payara/ecosystem-support#66 needs to be addressed first