Add a pytest to run a dict of CALLAB test runs before releases
-
Review changes -
-
Download -
Patches
-
Plain diff
Description
Manually triggered automated tests for testing all CALLAB reference runs before releases and for individual MRs.
Triggering the test from gitlab
Using the CI the test can be triggered manually after pushing a commit and by setting 4 variables and their values.
CALIBRATION
: dark, correct, or all (all is used by default).
DETECTORS
: A detector name or all (all is used by default).
REFERENCE
: The reference folder name (reference_folder is used by default).
OUTPUT
: The output folder for the tested data (branch name is used by default).
If any or all of these variables are not given the default values are used.
The automated tests here use a yaml file similar to calibration_configurations
to define the reference data and test calibration parameters.
What is the test about
- Testing the xfel-calibrate submission: use slurm or without based on the selected config. The CI is not using slurm.
- Testing the successful completion for the submitted xfel-calibrate command.
- Checking for the report availability.
- Validate the number of generated H5 files.
- Validate the numerical values for the calibrated H5 files against the reference files.
- Find the difference between one of the calibrated files and the reference files.
How does the test work
- pytest is used.
- Scheduled tests run sequentially.
- The test can be using slurm or not based on the configuration.
--use-slurm
- The test can try to find the differences between the datasets and objects for the non-validated calibrated data.
Test file structure
pycalibration
| ...
└───tests
| | pytest.ini # Enable logging for the tests
| | ...
│ └───test_reference_runs
| | __init__.py
│ │ test_pre_deployment # Main test module
│ │ callab_tests # Main dict for all tests to run and its `xfel-calibrate` config
│ │ conftest.py
| | ...
Test configurations
- Pick one specific test.
--picked-test
- select detectors to test.
--calibration
- select calibration to test.
--detectors
- Skip numerical validation for produced h5files.
--no-numerical-validation
- Apply numerical validation only between test and reference data
--validation-only
- Find the difference for non-validated files
--find-difference
How Has This Been Tested?
- This has been tested by comparing Merge requests with the current master version.
- It has been tested for pre-release test: https://git.xfel.eu/detectors/pycalibration/-/tags/3.5.0b1
Relevant Documents (optional)
Types of changes
- Test (additional or refactored tests)
Checklist:
-
Add some of 900113/900203 runs in callab_test.yml. -
Add docstrings and more documentation. -
Add documentation for the tests. - Added a page to the new documentation for pycalibration. But it needs to be updated after the latest changes. In the meantime, I have updated the description for this MR and added documentation in the code as well.
-
Enable manually triggering the tests from Gitlab.
Test checklist:
-
Review the reference test on the test node. -
Decide where to keep the reference and test output folder. - REFERENCE: /gpfs/exfel/data/scratch/xcaltst/test/reference_folder
- OUTPUT: /gpfs/exfel/data/data/scratch/xcaltst/test/$BRANCH_NAME
-
If a test is retried it should have default values otherwise it wont work without pushing to the branch. Decide how to fix this. -
Decide on the best workflow for using this type of test.
Reviewers
Merge request reports
- version 93b14c6bba
- version 92330b6cb0
- version 917e5da826
- version 9060cb0c29
- version 8961904d8b
- version 88a92b104c
- version 8775cd8f50
- version 86e892ed5b
- version 85f156c469
- version 8438d61b60
- version 83b6cb9538
- version 82f4d13a97
- version 81d29483ba
- version 80c06e21dc
- version 79a08c0fea
- version 78122edd4a
- version 778881560c
- version 76377f9af3
- version 75c314d1f3
- version 7406ce893b
- version 73a3712141
- version 7207ff6d96
- version 71e604868e
- version 70375e69e8
- version 69148f4ae2
- version 687a013daa
- version 6721a652d6
- version 66a54b0c12
- version 6548fe90ad
- version 64799792f5
- version 638ec543b9
- version 62883a55c3
- version 619e1b2543
- version 60ce1d7aef
- version 598c261f3d
- version 58645dbf06
- version 57e68b76fa
- version 56ade07c18
- version 55bfadd2d0
- version 5480816ca1
- version 53ffeb0813
- version 52df65a560
- version 51e26a406a
- version 50e26a406a
- version 498df5f25e
- version 48bf83d993
- version 47f9db5a90
- version 46ae946e57
- version 4529fa67c4
- version 44767dbafb
- version 43bb72267f
- version 426a3ad806
- version 41fd369b39
- version 406eb3b943
- version 39b5b071b9
- version 38c72de795
- version 37f5d0d882
- version 364b4cf697
- version 358d32c54b
- version 34ca2b0476
- version 33e2f33c25
- version 32f5d0d882
- version 3124e939bc
- version 306a92fe94
- version 2910e19cf9
- version 28326270a6
- version 27b691c9f7
- version 26238c389f
- version 2597d886ef
- version 245b423bee
- version 23aed4c924
- version 22388b1e78
- version 21d9fd769c
- version 20ebe091f1
- version 19b8d9f473
- version 18523e60c3
- version 17523e60c3
- version 16a0207a7e
- version 15d9dee0cd
- version 1478d6fde7
- version 13f947dd31
- version 120a679ff1
- version 114b4cf697
- version 1044d672d7
- version 9f424c8d3
- version 8713c5c2f
- version 73159162a
- version 6ca7f43d4
- version 57d5bd14f
- version 44d7b22ba
- version 3444597eb
- version 286851cb4
- version 1d9d53df7
- master (base)
- latest versionb14c6bba61 commits,
- version 93b14c6bba65 commits,
- version 92330b6cb064 commits,
- version 917e5da82663 commits,
- version 9060cb0c2962 commits,
- version 8961904d8b61 commits,
- version 88a92b104c61 commits,
- version 8775cd8f5059 commits,
- version 86e892ed5b58 commits,
- version 85f156c46956 commits,
- version 8438d61b6055 commits,
- version 83b6cb953854 commits,
- version 82f4d13a9753 commits,
- version 81d29483ba52 commits,
- version 80c06e21dc51 commits,
- version 79a08c0fea50 commits,
- version 78122edd4a49 commits,
- version 778881560c47 commits,
- version 76377f9af346 commits,
- version 75c314d1f345 commits,
- version 7406ce893b44 commits,
- version 73a371214143 commits,
- version 7207ff6d9640 commits,
- version 71e604868e39 commits,
- version 70375e69e838 commits,
- version 69148f4ae237 commits,
- version 687a013daa36 commits,
- version 6721a652d636 commits,
- version 66a54b0c1233 commits,
- version 6548fe90ad33 commits,
- version 64799792f533 commits,
- version 638ec543b933 commits,
- version 62883a55c332 commits,
- version 619e1b254331 commits,
- version 60ce1d7aef30 commits,
- version 598c261f3d30 commits,
- version 58645dbf0629 commits,
- version 57e68b76fa29 commits,
- version 56ade07c1828 commits,
- version 55bfadd2d027 commits,
- version 5480816ca127 commits,
- version 53ffeb081326 commits,
- version 52df65a56026 commits,
- version 51e26a406a25 commits,
- version 50e26a406a25 commits,
- version 498df5f25e24 commits,
- version 48bf83d99323 commits,
- version 47f9db5a9022 commits,
- version 46ae946e5721 commits,
- version 4529fa67c421 commits,
- version 44767dbafb20 commits,
- version 43bb72267f19 commits,
- version 426a3ad80618 commits,
- version 41fd369b3917 commits,
- version 406eb3b94316 commits,
- version 39b5b071b915 commits,
- version 38c72de79514 commits,
- version 37f5d0d88213 commits,
- version 364b4cf6978 commits,
- version 358d32c54b14 commits,
- version 34ca2b047614 commits,
- version 33e2f33c2514 commits,
- version 32f5d0d88213 commits,
- version 3124e939bc13 commits,
- version 306a92fe9413 commits,
- version 2910e19cf913 commits,
- version 28326270a613 commits,
- version 27b691c9f713 commits,
- version 26238c389f13 commits,
- version 2597d886ef13 commits,
- version 245b423bee13 commits,
- version 23aed4c92413 commits,
- version 22388b1e7813 commits,
- version 21d9fd769c12 commits,
- version 20ebe091f111 commits,
- version 19b8d9f47311 commits,
- version 18523e60c311 commits,
- version 17523e60c311 commits,
- version 16a0207a7e10 commits,
- version 15d9dee0cd11 commits,
- version 1478d6fde711 commits,
- version 13f947dd3110 commits,
- version 120a679ff19 commits,
- version 114b4cf6978 commits,
- version 1044d672d77 commits,
- version 9f424c8d37 commits,
- version 8713c5c2f7 commits,
- version 73159162a7 commits,
- version 6ca7f43d46 commits,
- version 57d5bd14f5 commits,
- version 44d7b22ba4 commits,
- version 3444597eb3 commits,
- version 286851cb42 commits,
- version 1d9d53df71 commit,
- Side-by-side
- Inline
There are no changes yet
No changes between version 5 and version 5