Aircloak / aircloak

This repository contains the Aircloak Air frontend as well as the code for our Cloak query and anonymization platform
2 stars 0 forks source link

migrate integration tests to system tests #2821

Open sasa1977 opened 6 years ago

sasa1977 commented 6 years ago

With the system test infrastructure, we don't really need integration tests. The problem of integration tests are that they are somewhat hacky (since they combine air and cloak in a single project), and less close to the production (since we don't test production containers).

System tests use production containers, so they are more appropriate to facilitate integration tests.

One part of this task can be realized through #2819, which is a low hanging fruit that can take us far. Beyond that, we also need to include central in the system tests infrastructure, and migrate the remaining integration tests.

sebastian commented 6 years ago

This milestone does not depend on this issue being complete, but I would like work to start on this issue.