feat(cases): add test cases 9 and 10#26
Conversation
🟡 AI SDK Integration Test ResultsStatus: 3 tests fixed, 34 still failing Summary
✅ FixedThese tests were failing on main but are now passing:
🆕 New TestsPassing (6):
Failing (22): ❌ js/anthropic :: 10-binary-content-redactionError: Fixture validation failed: ❌ js/google-genai :: 10-binary-content-redactionError: Fixture validation failed: ❌ js/langchain :: 10-binary-content-redactionError: Fixture validation failed: ❌ js/langgraph :: 10-binary-content-redactionError: Fixture validation failed: ❌ js/openai :: 10-binary-content-redactionError: Fixture validation failed: ❌ js/vercel :: 10-binary-content-redactionError: Fixture validation failed: ❌ py/anthropic :: 9-message-truncationError: Fixture validation failed: ❌ py/anthropic :: 10-binary-content-redactionError: Fixture validation failed: ❌ py/google-genai :: 9-message-truncationError: Fixture validation failed: ❌ py/google-genai :: 10-binary-content-redactionError: Fixture validation failed: ❌ py/langchain :: 9-message-truncationError: Fixture validation failed: ❌ py/langchain :: 10-binary-content-redactionError: Fixture validation failed: ❌ py/langgraph :: 9-message-truncationError: Fixture validation failed: ❌ py/langgraph :: 10-binary-content-redactionError: Fixture validation failed: ❌ py/litellm :: 9-message-truncationError: Fixture validation failed: ❌ py/litellm :: 10-binary-content-redactionError: Fixture validation failed: ❌ py/openai :: 9-message-truncationError: Fixture validation failed: ❌ py/openai :: 10-binary-content-redactionError: Fixture validation failed: ❌ py/openai-agents :: 9-message-truncationError: Fixture validation failed: ❌ py/openai-agents :: 10-binary-content-redactionError: Fixture validation failed: ❌ py/pydantic-ai :: 9-message-truncationError: Fixture validation failed: ❌ py/pydantic-ai :: 10-binary-content-redactionError: Fixture validation failed: Test Matrix
Legend: ✅ Pass | ❌ Fail | ✅🔧 Fixed | ❌📉 Regressed | ✅🆕 New (pass) | ❌🆕 New (fail) | 🗑️ Removed Generated by AI SDK Integration Tests |
Added test cases 9-message-truncation and 10-binary-content-redaction for all JS and PY frameworks.
9-message-truncation: tests that messages get removed once the size limit has been reached and comparing against
gen_ai.request.messages.original_length10-binary-content-redaction: asserts that binary data is redacted