Test passed, nothing to report
Test: ingestor|odin|dataset_found_is_not_old|
assert datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 10, 22, 16, 19, 386954, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 9, 10, 22, 16, 19, 386954, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f0931eab840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7f0931eab840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 10, 22, 16, 19, 386954, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 9, 10, 22, 16, 19, 386954, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f0931eab840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7f0931eab840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError
assert datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 9, 22, 17, 31, 172377, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 9, 9, 22, 17, 31, 172377, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f17523fe840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7f17523fe840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 9, 22, 17, 31, 172377, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 9, 9, 22, 17, 31, 172377, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f17523fe840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7f17523fe840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError
assert datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 8, 22, 15, 55, 134405, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 9, 8, 22, 15, 55, 134405, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f10bbe45840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7f10bbe45840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 8, 22, 15, 55, 134405, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 9, 8, 22, 15, 55, 134405, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f10bbe45840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7f10bbe45840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError
assert datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 7, 22, 16, 28, 933163, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 9, 7, 22, 16, 28, 933163, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f577ec2a840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7f577ec2a840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 7, 22, 16, 28, 933163, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 9, 7, 22, 16, 28, 933163, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f577ec2a840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7f577ec2a840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError
assert datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 6, 22, 16, 34, 77691, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 9, 6, 22, 16, 34, 77691, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f8e94451840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7f8e94451840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 6, 22, 16, 34, 77691, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 9, 6, 22, 16, 34, 77691, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f8e94451840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7f8e94451840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError
assert datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 5, 22, 15, 49, 601264, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 9, 5, 22, 15, 49, 601264, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7fd56bba3840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7fd56bba3840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 5, 22, 15, 49, 601264, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 9, 5, 22, 15, 49, 601264, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7fd56bba3840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7fd56bba3840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 9, 4, 21, 29, 25, 685000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError
assert datetime.datetime(2026, 9, 2, 10, 7, 35, 820000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 3, 22, 16, 27, 633372, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 9, 3, 22, 16, 27, 633372, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f1065905840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7f1065905840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 9, 2, 10, 7, 35, 820000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 35, 820000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 9, 3, 22, 16, 27, 633372, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 9, 3, 22, 16, 27, 633372, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f1065905840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7f1065905840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 9, 2, 10, 7, 35, 820000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError
assert datetime.datetime(2026, 8, 24, 10, 55, 52, 187000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 8, 26, 22, 16, 23, 855590, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 8, 26, 22, 16, 23, 855590, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f3ee7284840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7f3ee7284840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 8, 24, 10, 55, 52, 187000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 10, 55, 52, 187000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 8, 26, 22, 16, 23, 855590, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 8, 26, 22, 16, 23, 855590, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f3ee7284840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7f3ee7284840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 8, 24, 10, 55, 52, 187000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError
assert datetime.datetime(2026, 8, 24, 10, 55, 52, 187000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 8, 25, 22, 17, 18, 23071, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1)) + where datetime.datetime(2026, 8, 25, 22, 17, 18, 23071, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f73dbe92840>(datetime.timezone.utc) + where <built-in method now of type object at 0x7f73dbe92840> = datetime.now + and datetime.timezone.utc = datetime.datetime(2026, 8, 24, 10, 55, 52, 187000, tzinfo=datetime.timezone.utc).tzinfo + and datetime.timedelta(days=1) = timedelta(hours=24) tests/ingestor/ingestor_test.py:59: AssertionError
Full output
instrument = 'odin', 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, 10, 55, 52, 187000, tzinfo=datetime.timezone.utc) > (datetime.datetime(2026, 8, 25, 22, 17, 18, 23071, tzinfo=datetime.timezone.utc) - datetime.timedelta(days=1))
E + where datetime.datetime(2026, 8, 25, 22, 17, 18, 23071, tzinfo=datetime.timezone.utc) = <built-in method now of type object at 0x7f73dbe92840>(datetime.timezone.utc)
E + where <built-in method now of type object at 0x7f73dbe92840> = datetime.now
E + and datetime.timezone.utc = datetime.datetime(2026, 8, 24, 10, 55, 52, 187000, tzinfo=datetime.timezone.utc).tzinfo
E + and datetime.timedelta(days=1) = timedelta(hours=24)
tests/ingestor/ingestor_test.py:59: AssertionError