DMSC Integration Testing

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

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


AssertionError: assert datetime.datetime(2026, 9, 7, 15, 17, 44, 588753, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 0, 14, 59, 926642, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 9, 0, 14, 59, 926642, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f40c6e44840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f40c6e44840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 15, 17, 44, 588753, 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 = 'beer', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f40971ad8a0>

    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, 15, 17, 44, 588753, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 9, 0, 14, 59, 926642, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 9, 0, 14, 59, 926642, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f40c6e44840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f40c6e44840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 7, 15, 17, 44, 588753, 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, 2, 28, 527412, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 4, 0, 16, 0, 651033, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 4, 0, 16, 0, 651033, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7fc4b2983840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7fc4b2983840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 2, 11, 2, 28, 527412, 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 = 'beer', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7fc482da98a0>

    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, 2, 28, 527412, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 9, 4, 0, 16, 0, 651033, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 4, 0, 16, 0, 651033, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7fc4b2983840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7fc4b2983840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 9, 2, 11, 2, 28, 527412, 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, 13, 18, 46, 923217, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 8, 27, 0, 15, 32, 909856, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 8, 27, 0, 15, 32, 909856, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f21dd1e1840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f21dd1e1840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 8, 24, 13, 18, 46, 923217, 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 = 'beer', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f21ad5a58a0>

    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, 13, 18, 46, 923217, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 8, 27, 0, 15, 32, 909856, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 8, 27, 0, 15, 32, 909856, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f21dd1e1840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f21dd1e1840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 8, 24, 13, 18, 46, 923217, 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, 13, 18, 46, 923217, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 8, 26, 0, 16, 54, 849862, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 8, 26, 0, 16, 54, 849862, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f422ec19840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
 +    where <built-in method now of type object at 0x7f422ec19840> = datetime.now
 +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 8, 24, 13, 18, 46, 923217, 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 = 'beer', coda_proposal_id = '999999'
datefinder = <function get_latest_coda_nexus_date at 0x7f41fef8d8a0>

    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, 13, 18, 46, 923217, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) > (datetime.datetime(2026, 8, 26, 0, 16, 54, 849862, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 8, 26, 0, 16, 54, 849862, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'CEST')) = <built-in method now of type object at 0x7f422ec19840>(datetime.timezone(datetime.timedelta(seconds=7200), 'CEST'))
E        +    where <built-in method now of type object at 0x7f422ec19840> = datetime.now
E        +    and   datetime.timezone(datetime.timedelta(seconds=7200), 'CEST') = datetime.datetime(2026, 8, 24, 13, 18, 46, 923217, 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