Files
crewAI/lib/crewai/tests
Tiago Freire 44a66eb7d3 test(crew): align flow-context assertions with execution_id (COR-48)
Two Crew flow-context tests still asserted that `Crew._flow_id`
    and `Crew._request_id` equal `flow.flow_id`. After COR-48
    switched the `current_flow_id` / `current_flow_request_id`
    ContextVars to seed from `execution_id`, `FlowTrackable`
    children now capture the execution tracking key rather than
    `state.id`, so the old assertions fail whenever the two UUIDs
    diverge.

    Updates `test_sets_flow_context_when_using_crewbase_pattern_inside_flow`
    and `test_sets_flow_context_when_inside_flow` to compare against
    `flow.execution_id`, matching the new correlation contract.
2026-04-23 10:51:58 -03:00
..
2025-10-20 14:10:19 -07:00
2025-12-04 16:53:19 -05:00
2025-10-20 14:10:19 -07:00
2026-02-13 21:34:37 -03:00
2025-12-04 13:34:29 -08:00
2025-10-20 14:10:19 -07:00
2025-12-01 18:56:56 -05:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00