dify/api/tests/test_containers_integration_tests/tasks
copilot-swe-agent[bot] 215d3ed42d
Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation
# Conflicts:
#	.vite-hooks/pre-commit
#	api/controllers/console/__init__.py
#	api/core/agent/base_agent_runner.py
#	api/core/app/app_config/easy_ui_based_app/model_config/converter.py
#	api/core/app/apps/agent_chat/app_runner.py
#	api/core/entities/provider_configuration.py
#	api/core/helper/moderation.py
#	api/core/model_manager.py
#	api/core/rag/embedding/cached_embedding.py
#	api/core/rag/retrieval/dataset_retrieval.py
#	api/core/rag/splitter/fixed_text_splitter.py
#	api/core/workflow/nodes/datasource/datasource_node.py
#	api/core/workflow/nodes/knowledge_index/knowledge_index_node.py
#	api/models/human_input.py
#	api/providers/trace/trace-tencent/src/dify_trace_tencent/span_builder.py
#	api/services/workflow_service.py
#	api/tasks/trigger_processing_tasks.py
#	api/tests/integration_tests/core/workflow/nodes/datasource/test_datasource_node_integration.py
#	api/tests/integration_tests/workflow/nodes/test_http.py
#	api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/core/prompt/test_agent_history_prompt_transform.py
#	api/tests/unit_tests/core/variables/test_segment.py
#	api/tests/unit_tests/core/workflow/graph_engine/test_mock_factory.py
#	api/tests/unit_tests/core/workflow/nodes/answer/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/datasource/test_datasource_node.py
#	api/tests/unit_tests/core/workflow/nodes/http_request/test_http_request_node.py
#	api/tests/unit_tests/core/workflow/nodes/human_input/test_email_delivery_config.py
#	api/tests/unit_tests/services/workflow/test_workflow_human_input_delivery.py
#	web/app/(commonLayout)/layout.tsx
#	web/app/components/app/configuration/dataset-config/params-config/weighted-score.tsx
#	web/app/components/app/configuration/debug/debug-with-multiple-model/debug-item.tsx
#	web/app/components/app/workflow-log/__tests__/list.spec.tsx
#	web/app/components/apps/__tests__/list.spec.tsx
#	web/app/components/apps/list.tsx
#	web/app/components/base/chat/chat-with-history/header/operation.tsx
#	web/app/components/base/chat/chat-with-history/sidebar/operation.tsx
#	web/app/components/header/account-setting/data-source-page-new/operator.tsx
#	web/app/components/header/account-setting/members-page/operation/index.tsx
#	web/app/components/plugins/marketplace/sort-dropdown/__tests__/index.spec.tsx
#	web/app/components/plugins/marketplace/sort-dropdown/index.tsx
#	web/app/components/plugins/plugin-page/plugin-tasks/index.tsx
#	web/app/components/workflow/header/__tests__/test-run-menu.spec.tsx
#	web/app/components/workflow/header/test-run-menu.tsx
#	web/app/components/workflow/nodes/_base/components/next-step/operator.tsx
#	web/app/components/workflow/nodes/_base/components/panel-operator/index.tsx
#	web/app/components/workflow/nodes/assigner/components/__tests__/operation-selector.spec.tsx
#	web/app/components/workflow/nodes/assigner/components/operation-selector.tsx
#	web/app/components/workflow/operator/__tests__/more-actions.spec.tsx
#	web/app/components/workflow/operator/zoom-in-out.tsx
#	web/app/components/workflow/panel/version-history-panel/context-menu/menu-item.tsx
#	web/app/components/workflow/selection-contextmenu.tsx
#	web/eslint-suppressions.json

Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com>
2026-04-20 07:03:29 +00:00
..
__init__.py Feature add test containers add document to index (#25251) 2025-09-05 19:20:37 +08:00
test_add_document_to_index_task.py test: migrate task integration tests to SQLAlchemy 2.0 query APIs (#35170) 2026-04-14 13:27:39 +00:00
test_batch_clean_document_task.py test: migrate task integration tests to SQLAlchemy 2.0 query APIs (#35170) 2026-04-14 13:27:39 +00:00
test_batch_create_segment_to_index_task.py test: migrate task integration tests to SQLAlchemy 2.0 query APIs (#35170) 2026-04-14 13:27:39 +00:00
test_clean_dataset_task.py test: migrate clean_dataset integration tests to SQLAlchemy 2.0 APIs (#35146) 2026-04-14 07:56:07 +00:00
test_clean_notion_document_task.py Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
test_create_segment_to_index_task.py test: migrate mail and segment indexing integration tests to SQLAlchemy 2.0 APIs (#35091) 2026-04-13 19:22:34 +00:00
test_dataset_indexing_task.py test: migrate task integration tests to SQLAlchemy 2.0 query APIs (#35170) 2026-04-14 13:27:39 +00:00
test_deal_dataset_vector_index_task.py test: migrate duplicate and vector index task integration tests to SQLAlchemy 2.0 APIs (#35292) 2026-04-16 04:36:33 +00:00
test_delete_segment_from_index_task.py refactor: select in console datasets document controller (#34029) 2026-03-25 12:47:25 +09:00
test_disable_segment_from_index_task.py refactor: select in console datasets document controller (#34029) 2026-03-25 12:47:25 +09:00
test_disable_segments_from_index_task.py test: migrate document indexing task tests to SQLAlchemy 2.0 select API (#35145) 2026-04-14 07:56:11 +00:00
test_document_indexing_sync_task.py test(types): replace Account/Tenant status string literals with enum values (#35267) 2026-04-15 15:52:38 +00:00
test_document_indexing_task.py refactor: select in console datasets document controller (#34029) 2026-03-25 12:47:25 +09:00
test_document_indexing_update_task.py test: migrate document indexing task tests to SQLAlchemy 2.0 select API (#35145) 2026-04-14 07:56:11 +00:00
test_duplicate_document_indexing_task.py test: migrate duplicate and vector index task integration tests to SQLAlchemy 2.0 APIs (#35292) 2026-04-16 04:36:33 +00:00
test_enable_segments_to_index_task.py refactor: select in console datasets document controller (#34029) 2026-03-25 12:47:25 +09:00
test_mail_account_deletion_task.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_mail_change_mail_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_mail_email_code_login_task.py test: migrate mail and segment indexing integration tests to SQLAlchemy 2.0 APIs (#35091) 2026-04-13 19:22:34 +00:00
test_mail_human_input_delivery_task.py Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
test_mail_inner_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_mail_invite_member_task.py test: migrate mail and segment indexing integration tests to SQLAlchemy 2.0 APIs (#35091) 2026-04-13 19:22:34 +00:00
test_mail_owner_transfer_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_mail_register_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_rag_pipeline_run_tasks.py refactor: reuse redis connection instead of create new one (#32678) 2026-03-09 15:53:21 +08:00
test_remove_app_and_related_data_task.py Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00