haiku.rag/tests/ingester
Yiorgis Gozadinos d2af1a2e62
Some checks failed
build-docs / build (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / lint-frontend (push) Has been cancelled
Tests / URI paths (macos-latest, py3.13) (push) Has been cancelled
Tests / URI paths (macos-latest, py3.14) (push) Has been cancelled
Tests / URI paths (ubuntu-latest, py3.13) (push) Has been cancelled
Tests / URI paths (ubuntu-latest, py3.14) (push) Has been cancelled
Tests / URI paths (windows-latest, py3.13) (push) Has been cancelled
Tests / URI paths (windows-latest, py3.14) (push) Has been cancelled
build-docs / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Wait for drained jobs instead of sleeping in the breaker isolation test
test_breaker_isolates_sources snapshotted job status after a fixed 0.2s
sleep and failed on a loaded runner while two good jobs were still in
flight. Poll for the drained jobs under a 5s deadline.

Assert the paused source's jobs are unattempted: the queued-uri assertion
alone passes with source isolation disabled, since a retried job returns
to QUEUED.
2026-09-07 14:42:03 +03:00
..
__init__.py ingester: add source-adapter scaffolding + FS source 2026-05-26 11:41:53 +03:00
conftest.py Support a dburi for the ingester queue (SQLite + Postgres) 2026-06-03 14:34:09 +03:00
test_api.py One reference and one placement for a database 2026-09-03 15:12:08 +03:00
test_circuit_breaker.py Move CircuitBreaker to a shared module 2026-07-08 11:03:30 +03:00
test_cli.py Name the remedy for a missing configured database and list the databases an unknown name could have meant 2026-09-03 15:26:42 +03:00
test_config.py Renew job leases from the worker pool; lease-based reaping 2026-06-25 13:26:09 +03:00
test_filter.py Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
test_metadata.py Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
test_pipeline.py Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
test_pollers.py Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
test_queue.py Add last_heartbeat_at lease column to the ingester queue 2026-06-25 13:25:37 +03:00
test_queue_postgres.py Add last_heartbeat_at lease column to the ingester queue 2026-06-25 13:25:37 +03:00
test_revision_round_trip.py Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
test_run_batch.py One reference and one placement for a database 2026-09-03 15:12:08 +03:00
test_serve_integration.py Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
test_source_plugins.py Move source adapters out of the ingester package 2026-08-20 11:46:55 +03:00
test_workers.py Wait for drained jobs instead of sleeping in the breaker isolation test 2026-09-07 14:42:03 +03:00