DMSC Integration Testing

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

Test: ingestor|bifrost|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


AssertionError: assert datetime.datetime(2026, 9, 7, 13, 22, 48, 557014, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 0, 14, 59, 947311, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 9, 0, 14, 59, 947311, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7feb1f1c1840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7feb1f1c1840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 13, 22, 48, 557014, 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 = 'bifrost', coda_proposal_id = '999999'
datefinder = <function get_latest_nexus_time at 0x7feaefe65300>

    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, 13, 22, 48, 557014, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 0, 14, 59, 947311, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 9, 0, 14, 59, 947311, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7feb1f1c1840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7feb1f1c1840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 13, 22, 48, 557014, 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

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, 2, 11, 9, 56, 62134, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 4, 0, 16, 0, 432578, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 4, 0, 16, 0, 432578, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f778317e840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f778317e840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 2, 11, 9, 56, 62134, 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 = 'bifrost', coda_proposal_id = '999999'
datefinder = <function get_latest_nexus_time at 0x7f7753e8d300>

    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, 2, 11, 9, 56, 62134, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 4, 0, 16, 0, 432578, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 4, 0, 16, 0, 432578, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f778317e840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f778317e840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 2, 11, 9, 56, 62134, 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

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, 8, 24, 11, 53, 56, 645608, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 8, 27, 0, 15, 44, 246037, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 8, 27, 0, 15, 44, 246037, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f5e6b8af840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f5e6b8af840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 8, 24, 11, 53, 56, 645608, 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 = 'bifrost', coda_proposal_id = '999999'
datefinder = <function get_latest_nexus_time at 0x7f5e3c5cd300>

    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, 8, 24, 11, 53, 56, 645608, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 8, 27, 0, 15, 44, 246037, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 8, 27, 0, 15, 44, 246037, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f5e6b8af840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f5e6b8af840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 8, 24, 11, 53, 56, 645608, 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, 8, 24, 11, 53, 56, 645608, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 8, 26, 0, 16, 54, 746046, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 8, 26, 0, 16, 54, 746046, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7ff340a92840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7ff340a92840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 8, 24, 11, 53, 56, 645608, 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 = 'bifrost', coda_proposal_id = '999999'
datefinder = <function get_latest_nexus_time at 0x7ff3117d1300>

    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, 8, 24, 11, 53, 56, 645608, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 8, 26, 0, 16, 54, 746046, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 8, 26, 0, 16, 54, 746046, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7ff340a92840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7ff340a92840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 8, 24, 11, 53, 56, 645608, 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

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