DMSC Integration Testing

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

Test: ingestor|loki|file_found_is_not_old|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


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, 7, 14, 2, 9, 148063, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 13, 41, 56, 886083, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 9, 13, 41, 56, 886083, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f5931f33840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f5931f33840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 14, 2, 9, 148063, 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 = 'loki', coda_proposal_id = '999999'
datefinder = <function get_latest_nexus_time at 0x7f5902bc1300>

    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, 7, 14, 2, 9, 148063, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 13, 41, 56, 886083, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 9, 13, 41, 56, 886083, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f5931f33840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f5931f33840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 14, 2, 9, 148063, 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, 7, 14, 2, 9, 148063, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 0, 15, 25, 455000, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 9, 0, 15, 25, 455000, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f7e41927840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f7e41927840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 14, 2, 9, 148063, 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 = 'loki', coda_proposal_id = '999999'
datefinder = <function get_latest_nexus_time at 0x7f7e125c1300>

    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, 7, 14, 2, 9, 148063, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 0, 15, 25, 455000, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 9, 0, 15, 25, 455000, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f7e41927840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f7e41927840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 14, 2, 9, 148063, 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, 7, 14, 2, 9, 148063, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 8, 18, 25, 57, 913371, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 8, 18, 25, 57, 913371, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f2ad87f0840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f2ad87f0840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 14, 2, 9, 148063, 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 = 'loki', coda_proposal_id = '999999'
datefinder = <function get_latest_nexus_time at 0x7f2aa948d300>

    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, 7, 14, 2, 9, 148063, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 8, 18, 25, 57, 913371, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 8, 18, 25, 57, 913371, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f2ad87f0840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f2ad87f0840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 14, 2, 9, 148063, 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


Test passed, nothing to report

View job log here


Test passed, nothing to report