DMSC Integration Testing

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

Test: ingestor|odin|file_found_is_not_old|scicat

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: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 11, 0, 16, 19, 218498, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 11, 0, 16, 19, 218498, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f0931eab840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f0931eab840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f09022b98a0>

    def test_file_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
        datefinder: Callable[..., datetime],
    ) -> None:
        date = datefinder(instrument=instrument, proposal_id=coda_proposal_id)
>       assert date > datetime.now(date.tzinfo) - timedelta(hours=24)
E       AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 11, 0, 16, 19, 218498, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 11, 0, 16, 19, 218498, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f0931eab840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f0931eab840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError

View job log here


AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 10, 0, 17, 30, 993432, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 10, 0, 17, 30, 993432, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f17523fe840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f17523fe840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f17227a98a0>

    def test_file_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
        datefinder: Callable[..., datetime],
    ) -> None:
        date = datefinder(instrument=instrument, proposal_id=coda_proposal_id)
>       assert date > datetime.now(date.tzinfo) - timedelta(hours=24)
E       AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 10, 0, 17, 30, 993432, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 10, 0, 17, 30, 993432, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f17523fe840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f17523fe840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError

View job log here


AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 13, 42, 3, 836654, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 9, 13, 42, 3, 836654, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f70b000c840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f70b000c840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f70803ad8a0>

    def test_file_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
        datefinder: Callable[..., datetime],
    ) -> None:
        date = datefinder(instrument=instrument, proposal_id=coda_proposal_id)
>       assert date > datetime.now(date.tzinfo) - timedelta(hours=24)
E       AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 13, 42, 3, 836654, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 9, 13, 42, 3, 836654, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f70b000c840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f70b000c840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError

View job log here


AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 0, 15, 54, 932180, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 9, 0, 15, 54, 932180, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f10bbe45840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f10bbe45840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f108c1858a0>

    def test_file_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
        datefinder: Callable[..., datetime],
    ) -> None:
        date = datefinder(instrument=instrument, proposal_id=coda_proposal_id)
>       assert date > datetime.now(date.tzinfo) - timedelta(hours=24)
E       AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 0, 15, 54, 932180, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 9, 0, 15, 54, 932180, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f10bbe45840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f10bbe45840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError

View job log here


AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 8, 18, 25, 58, 832622, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 8, 18, 25, 58, 832622, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f57a136f840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f57a136f840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f57717b18a0>

    def test_file_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
        datefinder: Callable[..., datetime],
    ) -> None:
        date = datefinder(instrument=instrument, proposal_id=coda_proposal_id)
>       assert date > datetime.now(date.tzinfo) - timedelta(hours=24)
E       AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 8, 18, 25, 58, 832622, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 8, 18, 25, 58, 832622, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f57a136f840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f57a136f840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError

View job log here


AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 8, 10, 55, 36, 401149, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 8, 10, 55, 36, 401149, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f1bf0e76840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f1bf0e76840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f1bc12a18a0>

    def test_file_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
        datefinder: Callable[..., datetime],
    ) -> None:
        date = datefinder(instrument=instrument, proposal_id=coda_proposal_id)
>       assert date > datetime.now(date.tzinfo) - timedelta(hours=24)
E       AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 8, 10, 55, 36, 401149, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 8, 10, 55, 36, 401149, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f1bf0e76840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f1bf0e76840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError

View job log here


AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 8, 10, 51, 42, 999684, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 8, 10, 51, 42, 999684, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7faf001f9840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7faf001f9840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError
Full output
instrument = 'odin', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7faed05858a0>

    def test_file_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
        datefinder: Callable[..., datetime],
    ) -> None:
        date = datefinder(instrument=instrument, proposal_id=coda_proposal_id)
>       assert date > datetime.now(date.tzinfo) - timedelta(hours=24)
E       AssertionError: assert datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 8, 10, 51, 42, 999684, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 8, 10, 51, 42, 999684, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7faf001f9840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7faf001f9840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 4, 23, 29, 24, 577276, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:48: AssertionError