DMSC Integration Testing

Last updated: September 25, 2026 08:04:50

Test: chexus|estia|run_chexus|

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_estia_999999_00020197.hdf: 
Violations
----------
NX_class_attr_missing @ /entry/.ESS_monitor
event_data_has_event_datasets @ /entry/.ESS_monitor/beam_monitor/monitor_events (NXevent_data must have event dataset(s))


Summary
-------
depends_on_missing: 0/98
depends_on_target_missing: 0/154
float_dataset_units_missing: 0/717
group_has_units: 0/360
index_has_units: 0/181
mask_has_units: 0/0
non_numeric_dataset_has_units: 0/415
NX_class_attr_missing: 1/360
NX_class_invalid: 0/359
NX_class_is_legacy: 0/359
transformation_depends_on_missing: 0/53
transformation_offset_units_missing: 0/0
units_invalid: 0/1472
NXlog_has_value: 0/176
detector_numbers are not unique: 0/1
event_id is not subset of associated detector_numbers: 0/1
Shape of pixel offsets does not correspond to detector_number: 0/1
event_index_too_small: 0/1
event_data_has_event_datasets: 1/2
NXtransformations_child_not_NX_NUMBER: 0/53
chopper_frequency_unit_invalid: 0/1
dataset_units_check: 0/1472
transformation_offset_units_invalid: 0/0
transformation_value_units_invalid: 0/54

Total: 2/6290

tests/chexus/chexus_test.py:25: AssertionError
Full output
instrument = 'estia', coda_proposal_id = '999999'
pathfinder = <function pathfinder.<locals>.<lambda> at 0x7f7379e5d6c0>

    def test_run_chexus(
        instrument: str,
        coda_proposal_id: str | None,
        pathfinder: Callable[..., Path],
    ) -> None:
        path = pathfinder(proposal_id=coda_proposal_id, instrument=instrument)
        reader = chexus.read_hdf5(path, locking=False)
        group = next(reader)
        validators = chexus.validators.base_validators(has_scipp=True)
        results = chexus.validate(group, validators=validators)
        report = chexus.report(results=results)
        logging.info(report)
        logging.info(chexus.make_fileinfo(path))
        if chexus.has_violations(results):
>           raise AssertionError(f"Validation failed for {path}: \n" + report)
E           AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_estia_999999_00020197.hdf: 
E           Violations
E           ----------
E           NX_class_attr_missing @ /entry/.ESS_monitor
E           event_data_has_event_datasets @ /entry/.ESS_monitor/beam_monitor/monitor_events (NXevent_data must have event dataset(s))
E           
E           
E           Summary
E           -------
E           depends_on_missing: 0/98
E           depends_on_target_missing: 0/154
E           float_dataset_units_missing: 0/717
E           group_has_units: 0/360
E           index_has_units: 0/181
E           mask_has_units: 0/0
E           non_numeric_dataset_has_units: 0/415
E           NX_class_attr_missing: 1/360
E           NX_class_invalid: 0/359
E           NX_class_is_legacy: 0/359
E           transformation_depends_on_missing: 0/53
E           transformation_offset_units_missing: 0/0
E           units_invalid: 0/1472
E           NXlog_has_value: 0/176
E           detector_numbers are not unique: 0/1
E           event_id is not subset of associated detector_numbers: 0/1
E           Shape of pixel offsets does not correspond to detector_number: 0/1
E           event_index_too_small: 0/1
E           event_data_has_event_datasets: 1/2
E           NXtransformations_child_not_NX_NUMBER: 0/53
E           chopper_frequency_unit_invalid: 0/1
E           dataset_units_check: 0/1472
E           transformation_offset_units_invalid: 0/0
E           transformation_value_units_invalid: 0/54
E           
E           Total: 2/6290

tests/chexus/chexus_test.py:25: AssertionError

View job log here


AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_estia_999999_00020197.hdf: 
Violations
----------
NX_class_attr_missing @ /entry/.ESS_monitor
event_data_has_event_datasets @ /entry/.ESS_monitor/beam_monitor/monitor_events (NXevent_data must have event dataset(s))


Summary
-------
depends_on_missing: 0/98
depends_on_target_missing: 0/154
float_dataset_units_missing: 0/717
group_has_units: 0/360
index_has_units: 0/181
mask_has_units: 0/0
non_numeric_dataset_has_units: 0/415
NX_class_attr_missing: 1/360
NX_class_invalid: 0/359
NX_class_is_legacy: 0/359
transformation_depends_on_missing: 0/53
transformation_offset_units_missing: 0/0
units_invalid: 0/1472
NXlog_has_value: 0/176
detector_numbers are not unique: 0/1
event_id is not subset of associated detector_numbers: 0/1
Shape of pixel offsets does not correspond to detector_number: 0/1
event_index_too_small: 0/1
event_data_has_event_datasets: 1/2
NXtransformations_child_not_NX_NUMBER: 0/53
chopper_frequency_unit_invalid: 0/1
dataset_units_check: 0/1472
transformation_offset_units_invalid: 0/0
transformation_value_units_invalid: 0/54

Total: 2/6290

tests/chexus/chexus_test.py:25: AssertionError
Full output
instrument = 'estia', coda_proposal_id = '999999'
pathfinder = <function pathfinder.<locals>.<lambda> at 0x7f850bebd6c0>

    def test_run_chexus(
        instrument: str,
        coda_proposal_id: str | None,
        pathfinder: Callable[..., Path],
    ) -> None:
        path = pathfinder(proposal_id=coda_proposal_id, instrument=instrument)
        reader = chexus.read_hdf5(path, locking=False)
        group = next(reader)
        validators = chexus.validators.base_validators(has_scipp=True)
        results = chexus.validate(group, validators=validators)
        report = chexus.report(results=results)
        logging.info(report)
        logging.info(chexus.make_fileinfo(path))
        if chexus.has_violations(results):
>           raise AssertionError(f"Validation failed for {path}: \n" + report)
E           AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_estia_999999_00020197.hdf: 
E           Violations
E           ----------
E           NX_class_attr_missing @ /entry/.ESS_monitor
E           event_data_has_event_datasets @ /entry/.ESS_monitor/beam_monitor/monitor_events (NXevent_data must have event dataset(s))
E           
E           
E           Summary
E           -------
E           depends_on_missing: 0/98
E           depends_on_target_missing: 0/154
E           float_dataset_units_missing: 0/717
E           group_has_units: 0/360
E           index_has_units: 0/181
E           mask_has_units: 0/0
E           non_numeric_dataset_has_units: 0/415
E           NX_class_attr_missing: 1/360
E           NX_class_invalid: 0/359
E           NX_class_is_legacy: 0/359
E           transformation_depends_on_missing: 0/53
E           transformation_offset_units_missing: 0/0
E           units_invalid: 0/1472
E           NXlog_has_value: 0/176
E           detector_numbers are not unique: 0/1
E           event_id is not subset of associated detector_numbers: 0/1
E           Shape of pixel offsets does not correspond to detector_number: 0/1
E           event_index_too_small: 0/1
E           event_data_has_event_datasets: 1/2
E           NXtransformations_child_not_NX_NUMBER: 0/53
E           chopper_frequency_unit_invalid: 0/1
E           dataset_units_check: 0/1472
E           transformation_offset_units_invalid: 0/0
E           transformation_value_units_invalid: 0/54
E           
E           Total: 2/6290

tests/chexus/chexus_test.py:25: AssertionError

View job log here


AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_estia_999999_00020197.hdf: 
Violations
----------
NX_class_attr_missing @ /entry/.ESS_monitor
event_data_has_event_datasets @ /entry/.ESS_monitor/beam_monitor/monitor_events (NXevent_data must have event dataset(s))


Summary
-------
depends_on_missing: 0/98
depends_on_target_missing: 0/154
float_dataset_units_missing: 0/717
group_has_units: 0/360
index_has_units: 0/181
mask_has_units: 0/0
non_numeric_dataset_has_units: 0/415
NX_class_attr_missing: 1/360
NX_class_invalid: 0/359
NX_class_is_legacy: 0/359
transformation_depends_on_missing: 0/53
transformation_offset_units_missing: 0/0
units_invalid: 0/1472
NXlog_has_value: 0/176
detector_numbers are not unique: 0/1
event_id is not subset of associated detector_numbers: 0/1
Shape of pixel offsets does not correspond to detector_number: 0/1
event_index_too_small: 0/1
event_data_has_event_datasets: 1/2
NXtransformations_child_not_NX_NUMBER: 0/53
chopper_frequency_unit_invalid: 0/1
dataset_units_check: 0/1472
transformation_offset_units_invalid: 0/0
transformation_value_units_invalid: 0/54

Total: 2/6290

tests/chexus/chexus_test.py:25: AssertionError
Full output
instrument = 'estia', coda_proposal_id = '999999'
pathfinder = <function pathfinder.<locals>.<lambda> at 0x7f188dc816c0>

    def test_run_chexus(
        instrument: str,
        coda_proposal_id: str | None,
        pathfinder: Callable[..., Path],
    ) -> None:
        path = pathfinder(proposal_id=coda_proposal_id, instrument=instrument)
        reader = chexus.read_hdf5(path, locking=False)
        group = next(reader)
        validators = chexus.validators.base_validators(has_scipp=True)
        results = chexus.validate(group, validators=validators)
        report = chexus.report(results=results)
        logging.info(report)
        logging.info(chexus.make_fileinfo(path))
        if chexus.has_violations(results):
>           raise AssertionError(f"Validation failed for {path}: \n" + report)
E           AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_estia_999999_00020197.hdf: 
E           Violations
E           ----------
E           NX_class_attr_missing @ /entry/.ESS_monitor
E           event_data_has_event_datasets @ /entry/.ESS_monitor/beam_monitor/monitor_events (NXevent_data must have event dataset(s))
E           
E           
E           Summary
E           -------
E           depends_on_missing: 0/98
E           depends_on_target_missing: 0/154
E           float_dataset_units_missing: 0/717
E           group_has_units: 0/360
E           index_has_units: 0/181
E           mask_has_units: 0/0
E           non_numeric_dataset_has_units: 0/415
E           NX_class_attr_missing: 1/360
E           NX_class_invalid: 0/359
E           NX_class_is_legacy: 0/359
E           transformation_depends_on_missing: 0/53
E           transformation_offset_units_missing: 0/0
E           units_invalid: 0/1472
E           NXlog_has_value: 0/176
E           detector_numbers are not unique: 0/1
E           event_id is not subset of associated detector_numbers: 0/1
E           Shape of pixel offsets does not correspond to detector_number: 0/1
E           event_index_too_small: 0/1
E           event_data_has_event_datasets: 1/2
E           NXtransformations_child_not_NX_NUMBER: 0/53
E           chopper_frequency_unit_invalid: 0/1
E           dataset_units_check: 0/1472
E           transformation_offset_units_invalid: 0/0
E           transformation_value_units_invalid: 0/54
E           
E           Total: 2/6290

tests/chexus/chexus_test.py:25: AssertionError

View job log here


AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_estia_999999_00020197.hdf: 
Violations
----------
NX_class_attr_missing @ /entry/.ESS_monitor
event_data_has_event_datasets @ /entry/.ESS_monitor/beam_monitor/monitor_events (NXevent_data must have event dataset(s))


Summary
-------
depends_on_missing: 0/98
depends_on_target_missing: 0/154
float_dataset_units_missing: 0/717
group_has_units: 0/360
index_has_units: 0/181
mask_has_units: 0/0
non_numeric_dataset_has_units: 0/415
NX_class_attr_missing: 1/360
NX_class_invalid: 0/359
NX_class_is_legacy: 0/359
transformation_depends_on_missing: 0/53
transformation_offset_units_missing: 0/0
units_invalid: 0/1472
NXlog_has_value: 0/176
detector_numbers are not unique: 0/1
event_id is not subset of associated detector_numbers: 0/1
Shape of pixel offsets does not correspond to detector_number: 0/1
event_index_too_small: 0/1
event_data_has_event_datasets: 1/2
NXtransformations_child_not_NX_NUMBER: 0/53
chopper_frequency_unit_invalid: 0/1
dataset_units_check: 0/1472
transformation_offset_units_invalid: 0/0
transformation_value_units_invalid: 0/54

Total: 2/6290

tests/chexus/chexus_test.py:25: AssertionError
Full output
instrument = 'estia', coda_proposal_id = '999999'
pathfinder = <function pathfinder.<locals>.<lambda> at 0x7f640b5156c0>

    def test_run_chexus(
        instrument: str,
        coda_proposal_id: str | None,
        pathfinder: Callable[..., Path],
    ) -> None:
        path = pathfinder(proposal_id=coda_proposal_id, instrument=instrument)
        reader = chexus.read_hdf5(path, locking=False)
        group = next(reader)
        validators = chexus.validators.base_validators(has_scipp=True)
        results = chexus.validate(group, validators=validators)
        report = chexus.report(results=results)
        logging.info(report)
        logging.info(chexus.make_fileinfo(path))
        if chexus.has_violations(results):
>           raise AssertionError(f"Validation failed for {path}: \n" + report)
E           AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_estia_999999_00020197.hdf: 
E           Violations
E           ----------
E           NX_class_attr_missing @ /entry/.ESS_monitor
E           event_data_has_event_datasets @ /entry/.ESS_monitor/beam_monitor/monitor_events (NXevent_data must have event dataset(s))
E           
E           
E           Summary
E           -------
E           depends_on_missing: 0/98
E           depends_on_target_missing: 0/154
E           float_dataset_units_missing: 0/717
E           group_has_units: 0/360
E           index_has_units: 0/181
E           mask_has_units: 0/0
E           non_numeric_dataset_has_units: 0/415
E           NX_class_attr_missing: 1/360
E           NX_class_invalid: 0/359
E           NX_class_is_legacy: 0/359
E           transformation_depends_on_missing: 0/53
E           transformation_offset_units_missing: 0/0
E           units_invalid: 0/1472
E           NXlog_has_value: 0/176
E           detector_numbers are not unique: 0/1
E           event_id is not subset of associated detector_numbers: 0/1
E           Shape of pixel offsets does not correspond to detector_number: 0/1
E           event_index_too_small: 0/1
E           event_data_has_event_datasets: 1/2
E           NXtransformations_child_not_NX_NUMBER: 0/53
E           chopper_frequency_unit_invalid: 0/1
E           dataset_units_check: 0/1472
E           transformation_offset_units_invalid: 0/0
E           transformation_value_units_invalid: 0/54
E           
E           Total: 2/6290

tests/chexus/chexus_test.py:25: AssertionError