Skip to content

Adding custom nexus file for system tests

Afonso Mukai requested to merge 283_custom_nexus_file_for_sys_tests into master

Created by: rerpha

Description of work

Ignore the lines added, it's just the json command message. It is needed for nexus geometry.

Adding a custom-made nexus file based on the SANS2D_test.nxs file previously used. This has been reduced from ~100Mb to <2Mb so streamed data can be streamed fully into kafka before the tests finish. This means the tests will be more robust and will take less time to complete.

Issue

Closes #283 (closed) Closes #301 (closed)

Acceptance Criteria

System tests on jenkins should pass. if not the sleep() calls are probably not allowing enough time for data to be streamed/configuration to be received by the file-writer.


Code Review (To be filled in by the reviewer only)

  • Is the code of an acceptable quality?
  • Do the changes function as described and is it robust?

Nominate for Group Code Review (Anyone can nominate it)

Indicate if you think the code should be reviewed in a Thursday code review session.

  • Recommend for group code review

Also, nominate it on the code_review Slack channel (does someone want to automate this?).

Merge request reports