dify/api/tests/test_containers_integration.../services
QuantumGhost 223c1a8089
test(api): fix flaky tests in TestWorkflowDraftVariableService (#23749)
Fix flaky test
`TestWorkflowDraftVariableService.test_list_variables_without_values_success`
caused by low entropy in test data generation that led to
duplicate values violating unique constraints.

Also improve data generation in other tests within
`TestWorkflowDraftVariableService` to reduce the likelihood of
generating duplicate test data.
2025-08-11 17:39:58 +08:00
..
__init__.py Feat add testcontainers test for account service (#23380) 2025-08-05 20:15:39 +08:00
test_account_service.py Feat add testcontainers test for account service (#23380) 2025-08-05 20:15:39 +08:00
test_annotation_service.py Feat add testcontainers test for annnotation service (#23593) 2025-08-08 09:03:50 +08:00
test_api_based_extension_service.py Feat add testcontainers test for api base extendsion service (#23652) 2025-08-09 12:57:24 +08:00
test_app_dsl_service.py Feat add testcontainers test for app dsl service (#23675) 2025-08-10 11:03:46 +08:00
test_app_service.py Feat add testcontainers test for app service (#23523) 2025-08-07 09:13:30 +08:00
test_message_service.py Feat add testcontainers test for message service (#23703) 2025-08-11 10:49:32 +08:00
test_workflow_draft_variable_service.py test(api): fix flaky tests in TestWorkflowDraftVariableService (#23749) 2025-08-11 17:39:58 +08:00