remove mongo memories (#116) #291
GitHub Actions / Test Results
succeeded
Jun 18, 2025 in 0s
All 194 tests pass in 13s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
194 tests found
There are 194 tests, see "Raw output" for the full list of tests.
Raw output
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_aggregate
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_collection_exists
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_count_documents
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_create_collection
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_create_index
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_delete_all
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_delete_all_empty_result
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_delete_many
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_delete_one_existing
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_delete_one_non_existing
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_find_all
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_find_one_existing
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_find_one_not_existing
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_find_with_filter
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_find_with_limit
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_find_with_limit_and_skip
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_find_with_skip
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_find_with_sort
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_init
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_insert_many
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_insert_many_with_id
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_insert_one_with_id
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_insert_one_without_id
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_update_one_existing
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_update_one_non_existing
tests.unit.adapters.test_mongodb_adapter.TestMongoDBAdapter ‑ test_update_one_with_upsert
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_delete_user_history
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_ensure_kb_missing
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_ensure_kb_present
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_get_user_history
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_init_with_config
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_init_without_config
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_kb_add_document
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_kb_add_pdf_document_bytes
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_kb_add_pdf_document_invalid_type
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_kb_add_pdf_document_path
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_kb_delete_document
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_kb_query
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_register_tool_failure
tests.unit.client.test_solana_agent.TestSolanaAgent ‑ test_register_tool_success
tests.unit.domains.test_agent_domain.TestAIAgent ‑ test_invalid_empty_instructions
tests.unit.domains.test_agent_domain.TestAIAgent ‑ test_invalid_empty_name
tests.unit.domains.test_agent_domain.TestAIAgent ‑ test_invalid_empty_specialization
tests.unit.domains.test_agent_domain.TestAIAgent ‑ test_invalid_short_instructions
tests.unit.domains.test_agent_domain.TestAIAgent ‑ test_invalid_whitespace_instructions
tests.unit.domains.test_agent_domain.TestAIAgent ‑ test_invalid_whitespace_name
tests.unit.domains.test_agent_domain.TestAIAgent ‑ test_invalid_whitespace_specialization
tests.unit.domains.test_agent_domain.TestAIAgent ‑ test_valid_ai_agent
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_invalid_empty_mission
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_invalid_empty_voice
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_invalid_values_missing_description
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_invalid_values_missing_name
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_invalid_whitespace_mission
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_invalid_whitespace_voice
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_missing_voice
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_valid_business_mission_full
tests.unit.domains.test_agent_domain.TestBusinessMission ‑ test_valid_business_mission_minimal
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_minimal
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_agent_registration
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_business_mission
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_global_tools
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_invalid_zep
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_kb_error_case_1
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_knowledge_base
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_mongo
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_plugin_error
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_zep_and_mongo
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_from_config_with_zep_only
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_with_logfire_success
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_create_without_logfire_section
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_invalid_logfire_config_missing_api_key
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_invalid_mongo_config
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_invalid_mongo_config_missing_connection
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_invalid_mongo_config_missing_database
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_logfire_config_missing_openai_key
tests.unit.factories.test_agent_factory.TestSolanaAgentFactory ‑ test_missing_openai_section
tests.unit.plugins.test_manager.TestPluginManager ‑ test_configure
tests.unit.plugins.test_manager.TestPluginManager ‑ test_configure_plugin_error
tests.unit.plugins.test_manager.TestPluginManager ‑ test_execute_tool_error
tests.unit.plugins.test_manager.TestPluginManager ‑ test_execute_tool_not_found
tests.unit.plugins.test_manager.TestPluginManager ‑ test_execute_tool_success
tests.unit.plugins.test_manager.TestPluginManager ‑ test_get_plugin_existing
tests.unit.plugins.test_manager.TestPluginManager ‑ test_get_plugin_non_existing
tests.unit.plugins.test_manager.TestPluginManager ‑ test_init_default
tests.unit.plugins.test_manager.TestPluginManager ‑ test_init_with_config_and_registry
tests.unit.plugins.test_manager.TestPluginManager ‑ test_list_plugins
tests.unit.plugins.test_manager.TestPluginManager ‑ test_load_plugins_entry_point_error
tests.unit.plugins.test_manager.TestPluginManager ‑ test_load_plugins_skip_duplicate
tests.unit.plugins.test_manager.TestPluginManager ‑ test_load_plugins_success
tests.unit.plugins.test_manager.TestPluginManager ‑ test_register_plugin_failure_configure
tests.unit.plugins.test_manager.TestPluginManager ‑ test_register_plugin_failure_initialize
tests.unit.plugins.test_manager.TestPluginManager ‑ test_register_plugin_success
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_assign_non_existing_tool
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_assign_tool_already_assigned
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_assign_tool_to_agent_new_agent
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_assign_tool_to_existing_agent
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_configure_all_tools
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_configure_all_tools_with_error
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_get_agent_tools_existing
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_get_agent_tools_non_existing
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_get_agent_tools_with_missing_tool
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_get_tool_existing
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_get_tool_non_existing
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_init_default
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_init_with_config
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_list_all_tools
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_register_tool_failure
tests.unit.plugins.test_registry.TestToolRegistry ‑ test_register_tool_success
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_configure
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_configure_empty
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_configure_none
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_description_property
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_execute_base
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_execute_override
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_get_schema_base
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_get_schema_override
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_init_basic
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_init_with_registry
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_name_property
tests.unit.plugins.tools.test_auto_tool.TestAutoTool ‑ test_registration_failure
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_count_documents_success
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_count_documents_success_no_mongo
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_delete_mongo_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_delete_success
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_delete_zep_memory_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_delete_zep_user_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_find_mongo_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_find_success
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_init_default
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_init_mongo_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_init_mongo_only
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_init_zep_cloud
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_retrieve_errors
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_retrieve_memory_context_success
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_retrieve_mongo_only_handles_missing_fields
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_retrieve_mongo_only_handles_no_results
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_retrieve_success_no_zep
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_empty_user_id
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_missing_messages_pair
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_mongo_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_mongo_success
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_validation_errors
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_zep_direct_success
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_zep_errors
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_zep_memory_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_zep_session_creation_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_zep_session_error
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_store_zep_success
tests.unit.repositories.test_memory_repo.TestMemoryRepository ‑ test_truncate_text
tests.unit.services.test_agent.TestAgentService ‑ test_agent_service_initialization
tests.unit.services.test_agent.TestAgentService ‑ test_assign_tool_for_agent
tests.unit.services.test_agent.TestAgentService ‑ test_execute_tool_execution_error
tests.unit.services.test_agent.TestAgentService ‑ test_execute_tool_no_access
tests.unit.services.test_agent.TestAgentService ‑ test_execute_tool_no_registry
tests.unit.services.test_agent.TestAgentService ‑ test_execute_tool_not_found
tests.unit.services.test_agent.TestAgentService ‑ test_execute_tool_success
tests.unit.services.test_agent.TestAgentService ‑ test_get_agent_system_prompt_basic
tests.unit.services.test_agent.TestAgentService ‑ test_get_agent_system_prompt_with_mission
tests.unit.services.test_agent.TestAgentService ‑ test_get_agent_tools
tests.unit.services.test_agent.TestAgentService ‑ test_get_all_ai_agents
tests.unit.services.test_agent.TestAgentService ‑ test_init_default
tests.unit.services.test_agent.TestAgentService ‑ test_init_with_all_params
tests.unit.services.test_agent.TestAgentService ‑ test_load_and_register_plugins_error
tests.unit.services.test_agent.TestAgentService ‑ test_load_and_register_plugins_success
tests.unit.services.test_agent.TestAgentService ‑ test_register_agents_from_config_invalid_agent_data
tests.unit.services.test_agent.TestAgentService ‑ test_register_agents_from_config_no_agents
tests.unit.services.test_agent.TestAgentService ‑ test_register_agents_from_config_tool_assignment_failure
tests.unit.services.test_agent.TestAgentService ‑ test_register_agents_from_config_valid_agents_no_tools
tests.unit.services.test_agent.TestAgentService ‑ test_register_agents_from_config_valid_agents_with_tools
tests.unit.services.test_agent.TestAgentService ‑ test_register_ai_agent
tests.unit.services.test_knowledge_base.TestKnowledgeBaseServiceDeleteDocument ‑ test_delete_document_attempt_delete_chunk
tests.unit.services.test_knowledge_base.TestKnowledgeBaseServiceDeleteDocument ‑ test_delete_document_mongodb_delete_error
tests.unit.services.test_knowledge_base.TestKnowledgeBaseServiceDeleteDocument ‑ test_delete_document_mongodb_find_one_error
tests.unit.services.test_knowledge_base.TestKnowledgeBaseServiceDeleteDocument ‑ test_delete_document_not_found
tests.unit.services.test_knowledge_base.TestKnowledgeBaseServiceDeleteDocument ‑ test_delete_document_pinecone_delete_error
tests.unit.services.test_knowledge_base.TestKnowledgeBaseServiceDeleteDocument ‑ test_delete_document_plain_success
tests.unit.services.test_knowledge_base.TestKnowledgeBaseServiceDeleteDocument ‑ test_delete_document_with_chunks_success
tests.unit.services.test_knowledge_base.TestKnowledgeBaseServiceDeleteDocument ‑ test_delete_document_with_namespace
tests.unit.services.test_query ‑ test_delete_user_history_error
tests.unit.services.test_query ‑ test_delete_user_history_no_provider
tests.unit.services.test_query ‑ test_delete_user_history_success
tests.unit.services.test_query ‑ test_get_user_history
tests.unit.services.test_query ‑ test_get_user_history_no_memory_provider
tests.unit.services.test_query ‑ test_process_error_handling
tests.unit.services.test_query ‑ test_process_greeting_simple
tests.unit.services.test_routing.TestQueryService ‑ test_delete_user_history
tests.unit.services.test_routing.TestQueryService ‑ test_delete_user_history_error
tests.unit.services.test_routing.TestQueryService ‑ test_get_user_history_error
tests.unit.services.test_routing.TestQueryService ‑ test_get_user_history_no_memory_provider
tests.unit.services.test_routing.TestQueryService ‑ test_get_user_history_success
tests.unit.services.test_routing.TestQueryService ‑ test_process_error_handling
tests.unit.services.test_routing.TestQueryService ‑ test_process_greeting
tests.unit.services.test_routing.TestQueryService ‑ test_process_pagination
tests.unit.services.test_routing.TestQueryService ‑ test_store_conversation_error
Loading