geo/backend/tests/test_infrastructure
chiguyong 761e1f026e fix: resolve API signature drift and test isolation failures
- Fix KnowledgeDocument/KnowledgeBase model field changes in test fixtures
- Fix RecursiveChunker constructor changes (no longer accepts chunk_size)
- Fix WenxinAdapter mock from _request_with_retry to _get_access_token + _client.post
- Fix UUID type mismatch in knowledge_graph tests
- Add rate limiter state reset autouse fixture to prevent cross-test contamination
- Skip tests blocked by Query.user_id String vs uuid.UUID comparison bug
- Fix .env.example path, KeyVerifierFactory mock, env variable cleanup
- Result: 68 failed + 33 errors → 0 failed, 1537 passed, 33 skipped
2026-06-05 01:08:31 +08:00
..
__init__.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
test_config.py fix: resolve API signature drift and test isolation failures 2026-06-05 01:08:31 +08:00
test_database_exception_handling.py chore: complete test file migration (delete old, add new paths) 2026-06-04 14:07:27 +08:00
test_database_migration.py fix: correct migration test required_tables, clean alembic.ini, add drift detection 2026-06-04 22:17:02 +08:00
test_middleware_unified.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
test_monitoring.py chore: geo production readiness improvements 2026-06-04 22:08:06 +08:00
test_performance.py fix: resolve API signature drift and test isolation failures 2026-06-05 01:08:31 +08:00
test_rate_limit.py refactor: unify Redis connection pool across all modules 2026-06-04 14:21:14 +08:00
test_scheduler.py chore: complete test file migration (delete old, add new paths) 2026-06-04 14:07:27 +08:00
test_security.py chore: geo production readiness improvements 2026-06-04 22:08:06 +08:00