DMSC Integration Testing

Last updated: September 25, 2026 08:02:48

Test: ingestor|odin|file_found_by_scicat_is_consistent_with_manual|

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: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020415.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020405.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'

    def test_file_found_by_scicat_is_consistent_with_manual(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        scicat_path = scicat.get_latest_coda_nexus_path(
            proposal_id=coda_proposal_id, instrument=instrument
        )
        raw_paths = coda.get_latest_nexus_paths(
            proposal_id=coda_proposal_id,
            instrument=instrument,
            n=2,
        )
    
        # Resolve symlinks because the raw folder is symlinked to `/ess/data`
        # and we don't care  whether we access files through links or regular paths.
        scicat_path = scicat_path.resolve()
        raw_paths = [path.resolve() for path in raw_paths]
    
>       assert scicat_path in raw_paths
E       AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020415.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020405.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError

View job log here


AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020275.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020265.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'

    def test_file_found_by_scicat_is_consistent_with_manual(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        scicat_path = scicat.get_latest_coda_nexus_path(
            proposal_id=coda_proposal_id, instrument=instrument
        )
        raw_paths = coda.get_latest_nexus_paths(
            proposal_id=coda_proposal_id,
            instrument=instrument,
            n=2,
        )
    
        # Resolve symlinks because the raw folder is symlinked to `/ess/data`
        # and we don't care  whether we access files through links or regular paths.
        scicat_path = scicat_path.resolve()
        raw_paths = [path.resolve() for path in raw_paths]
    
>       assert scicat_path in raw_paths
E       AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020275.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020265.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError

View job log here


AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020202.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020191.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'

    def test_file_found_by_scicat_is_consistent_with_manual(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        scicat_path = scicat.get_latest_coda_nexus_path(
            proposal_id=coda_proposal_id, instrument=instrument
        )
        raw_paths = coda.get_latest_nexus_paths(
            proposal_id=coda_proposal_id,
            instrument=instrument,
            n=2,
        )
    
        # Resolve symlinks because the raw folder is symlinked to `/ess/data`
        # and we don't care  whether we access files through links or regular paths.
        scicat_path = scicat_path.resolve()
        raw_paths = [path.resolve() for path in raw_paths]
    
>       assert scicat_path in raw_paths
E       AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020202.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020191.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError

View job log here


AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020202.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020191.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'

    def test_file_found_by_scicat_is_consistent_with_manual(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        scicat_path = scicat.get_latest_coda_nexus_path(
            proposal_id=coda_proposal_id, instrument=instrument
        )
        raw_paths = coda.get_latest_nexus_paths(
            proposal_id=coda_proposal_id,
            instrument=instrument,
            n=2,
        )
    
        # Resolve symlinks because the raw folder is symlinked to `/ess/data`
        # and we don't care  whether we access files through links or regular paths.
        scicat_path = scicat_path.resolve()
        raw_paths = [path.resolve() for path in raw_paths]
    
>       assert scicat_path in raw_paths
E       AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020202.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020191.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError

View job log here


AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020114.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020103.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'

    def test_file_found_by_scicat_is_consistent_with_manual(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        scicat_path = scicat.get_latest_coda_nexus_path(
            proposal_id=coda_proposal_id, instrument=instrument
        )
        raw_paths = coda.get_latest_nexus_paths(
            proposal_id=coda_proposal_id,
            instrument=instrument,
            n=2,
        )
    
        # Resolve symlinks because the raw folder is symlinked to `/ess/data`
        # and we don't care  whether we access files through links or regular paths.
        scicat_path = scicat_path.resolve()
        raw_paths = [path.resolve() for path in raw_paths]
    
>       assert scicat_path in raw_paths
E       AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020114.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00020103.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError

View job log here


AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019971.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019960.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'

    def test_file_found_by_scicat_is_consistent_with_manual(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        scicat_path = scicat.get_latest_coda_nexus_path(
            proposal_id=coda_proposal_id, instrument=instrument
        )
        raw_paths = coda.get_latest_nexus_paths(
            proposal_id=coda_proposal_id,
            instrument=instrument,
            n=2,
        )
    
        # Resolve symlinks because the raw folder is symlinked to `/ess/data`
        # and we don't care  whether we access files through links or regular paths.
        scicat_path = scicat_path.resolve()
        raw_paths = [path.resolve() for path in raw_paths]
    
>       assert scicat_path in raw_paths
E       AssertionError: assert PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019805.hdf') in [PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019971.hdf'), PosixPath('/ess/raw/coda/999999/raw/coda_odin_999999_00019960.hdf')]

tests/ingestor/ingestor_test.py:39: AssertionError

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