DMSC Integration Testing

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

Test: ingestor|nmx|dataset_found_is_not_old|

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


assert datetime.datetime(2026, 9, 7, 13, 12, 53, 532000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 8, 22, 15, 55, 213230, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 8, 22, 15, 55, 213230, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7fbfd5b47840>(datetime.timezone.utc)
 +    where <built-in method now of type object at 0x7fbfd5b47840> = datetime.now
 +    and   datetime.timezone.utc = datetime.datetime(2026, 9, 7, 13, 12, 53, 532000, tzinfo=datetime.timezone.utc).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

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

    def test_dataset_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        ds = scicat.get_latest_coda_dataset(
            instrument=instrument, proposal_id=coda_proposal_id
        )
        creation_time = cast(datetime, ds.creation_time)
>       assert creation_time > datetime.now(creation_time.tzinfo) - timedelta(hours=24)
E       assert datetime.datetime(2026, 9, 7, 13, 12, 53, 532000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 8, 22, 15, 55, 213230, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 8, 22, 15, 55, 213230, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7fbfd5b47840>(datetime.timezone.utc)
E        +    where <built-in method now of type object at 0x7fbfd5b47840> = datetime.now
E        +    and   datetime.timezone.utc = datetime.datetime(2026, 9, 7, 13, 12, 53, 532000, tzinfo=datetime.timezone.utc).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:59: 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


assert datetime.datetime(2026, 9, 2, 10, 7, 4, 992000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 3, 22, 16, 27, 630028, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 9, 3, 22, 16, 27, 630028, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f6dbfbb8840>(datetime.timezone.utc)
 +    where <built-in method now of type object at 0x7f6dbfbb8840> = datetime.now
 +    and   datetime.timezone.utc = datetime.datetime(2026, 9, 2, 10, 7, 4, 992000, tzinfo=datetime.timezone.utc).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

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

    def test_dataset_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        ds = scicat.get_latest_coda_dataset(
            instrument=instrument, proposal_id=coda_proposal_id
        )
        creation_time = cast(datetime, ds.creation_time)
>       assert creation_time > datetime.now(creation_time.tzinfo) - timedelta(hours=24)
E       assert datetime.datetime(2026, 9, 2, 10, 7, 4, 992000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 3, 22, 16, 27, 630028, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 9, 3, 22, 16, 27, 630028, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f6dbfbb8840>(datetime.timezone.utc)
E        +    where <built-in method now of type object at 0x7f6dbfbb8840> = datetime.now
E        +    and   datetime.timezone.utc = datetime.datetime(2026, 9, 2, 10, 7, 4, 992000, tzinfo=datetime.timezone.utc).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:59: 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


assert datetime.datetime(2026, 8, 24, 11, 4, 9, 677000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 8, 26, 22, 16, 5, 928809, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 8, 26, 22, 16, 5, 928809, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7fcf0d136840>(datetime.timezone.utc)
 +    where <built-in method now of type object at 0x7fcf0d136840> = datetime.now
 +    and   datetime.timezone.utc = datetime.datetime(2026, 8, 24, 11, 4, 9, 677000, tzinfo=datetime.timezone.utc).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

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

    def test_dataset_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        ds = scicat.get_latest_coda_dataset(
            instrument=instrument, proposal_id=coda_proposal_id
        )
        creation_time = cast(datetime, ds.creation_time)
>       assert creation_time > datetime.now(creation_time.tzinfo) - timedelta(hours=24)
E       assert datetime.datetime(2026, 8, 24, 11, 4, 9, 677000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 8, 26, 22, 16, 5, 928809, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 8, 26, 22, 16, 5, 928809, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7fcf0d136840>(datetime.timezone.utc)
E        +    where <built-in method now of type object at 0x7fcf0d136840> = datetime.now
E        +    and   datetime.timezone.utc = datetime.datetime(2026, 8, 24, 11, 4, 9, 677000, tzinfo=datetime.timezone.utc).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:59: AssertionError

View job log here


assert datetime.datetime(2026, 8, 24, 11, 4, 9, 677000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 8, 25, 22, 17, 17, 848172, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
 +  where datetime.datetime(2026, 8, 25, 22, 17, 17, 848172, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f6d2da35840>(datetime.timezone.utc)
 +    where <built-in method now of type object at 0x7f6d2da35840> = datetime.now
 +    and   datetime.timezone.utc = datetime.datetime(2026, 8, 24, 11, 4, 9, 677000, tzinfo=datetime.timezone.utc).tzinfo
 +  and   datetime.timedelta(days=1) = timedelta(hours=24)

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

    def test_dataset_found_is_not_old(
        instrument: str,
        coda_proposal_id: str,
    ) -> None:
        ds = scicat.get_latest_coda_dataset(
            instrument=instrument, proposal_id=coda_proposal_id
        )
        creation_time = cast(datetime, ds.creation_time)
>       assert creation_time > datetime.now(creation_time.tzinfo) - timedelta(hours=24)
E       assert datetime.datetime(2026, 8, 24, 11, 4, 9, 677000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 8, 25, 22, 17, 17, 848172, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E        +  where datetime.datetime(2026, 8, 25, 22, 17, 17, 848172, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f6d2da35840>(datetime.timezone.utc)
E        +    where <built-in method now of type object at 0x7f6d2da35840> = datetime.now
E        +    and   datetime.timezone.utc = datetime.datetime(2026, 8, 24, 11, 4, 9, 677000, tzinfo=datetime.timezone.utc).tzinfo
E        +  and   datetime.timedelta(days=1) = timedelta(hours=24)

tests/ingestor/ingestor_test.py:59: 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