honcho/tests
lowyelling 4676f84ddd fix(tests): pad timestamp windows in test_messages for clock skew
Three timestamp tests captured `before_request` / `after_request` with
`datetime.now(UTC)` on the host and asserted the server's `created_at`
fell within. Under Docker, the Postgres container's clock can skew tens
of ms from the macOS host, flipping the assertion intermittently under
parallel pytest load.

Pad each window by 1 second on both sides — wide enough to absorb
realistic skew, narrow enough that the test still proves the timestamp
is server-current.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 15:10:51 -04:00
..
alembic
bench Refactor clients.py to add modern features and more flexible configuration (#459) 2026-04-20 02:46:37 -04:00
crud fix(tests): satisfy basedpyright in test_representation_manager 2026-05-04 14:54:03 -04:00
deriver fix(dreamer): threshold and time-guard semantics (#573) 2026-04-30 11:40:51 -04:00
dialectic Refactor clients.py to add modern features and more flexible configuration (#459) 2026-04-20 02:46:37 -04:00
dreamer fix(dreamer): threshold and time-guard semantics (#573) 2026-04-30 11:40:51 -04:00
integration fix: add levels to AgentToolConclusionsDeletedEvent (#612) 2026-04-28 15:15:18 -04:00
live_llm Refactor clients.py to add modern features and more flexible configuration (#459) 2026-04-20 02:46:37 -04:00
llm fix(config): use auto tool choice for dialectic defaults (#630) 2026-04-29 13:19:44 -04:00
reconciler fix: Various Codex Audits (#386) 2026-02-13 12:00:15 -05:00
routes fix(tests): pad timestamp windows in test_messages for clock skew 2026-05-04 15:10:51 -04:00
sdk ts SDK fix: adding strict checking (#421) 2026-03-30 10:57:12 -04:00
sdk_typescript Tighten Transaction Scopes (#525) 2026-04-08 11:14:50 -04:00
telemetry fix: add levels to AgentToolConclusionsDeletedEvent (#612) 2026-04-28 15:15:18 -04:00
unified fix: Remove noisy sentry error on llm failure and upgrade deps (#396) 2026-02-23 15:53:29 -05:00
utils fix(deriver): ignore blank observations before embedding (#615) 2026-04-29 15:18:00 -04:00
vector_store handle turbopuffer server errors (#561) 2026-04-20 16:56:51 -04:00
webhooks Tighten Transaction Scopes (#525) 2026-04-08 11:14:50 -04:00
__init__.py Refactor clients.py to add modern features and more flexible configuration (#459) 2026-04-20 02:46:37 -04:00
conftest.py fix: give vector sync a substantial retry budget (#604) 2026-04-28 16:01:33 -04:00
test_advanced_filters.py
test_datetime_parsing.py
test_dependencies.py Vineeth/force rollback (#486) 2026-04-03 11:58:03 -04:00
test_schema_validations.py fix: add migration for 'deriver' to 'reasoning' in ResolvedConfiguration (#352) 2026-01-27 11:17:49 -05:00
test_search.py Tighten Transaction Scopes (#525) 2026-04-08 11:14:50 -04:00