Skip to content

Add integration tests

Jakob Maljaars requested to merge add-integration-tests into master

Merge request for adding the idg integration tests from https://gitlab.com/astron-idg/idg-test-wsclean to the CI pipeline of idg. Most of the "infrastructure" is in place, except that the following is missing/needs to be done:

  • FIXED The one-step LOFAR_MOCK ms from https://www.astron.nl/citt/EveryBeam/L258627-one-timestep.tar.bz2 (with only one timestep) is probably too short for a meaningful test. So we need at least a slightly larger MS
  • PARTIALLY DONE The test-main.py from the idg-test-wsclean needs to be added
  • FIXED The gitlab-ci contains a few hacks to work around the gitlab-runner executor issue
  • FIXED We might want to wrap the integration tests in a CMake file, so that they can be run with a ctest command

We can discuss the above topics here @tol @dijkema

Edited by Jakob Maljaars

Merge request reports