fix(integration): Actor context export/import tests failing in robot/actor_context_export_import.robot #4203

Open
opened 2026-04-07 07:59:18 +00:00 by freemo · 0 comments
Owner

Bug Report

Test file: robot/actor_context_export_import.robot
Failing tests (3):

  • L18: Export Then Import Round-Trip Preserves Context
  • L68: Export With JSON Format Flag Shows Structured Output
  • L88: Import Into Existing Context Overwrites Data

Description

Three integration tests for actor context export/import functionality are failing. These tests verify round-trip context preservation, JSON format output during export, and overwrite behaviour during import.

Acceptance Criteria

  • Export/import round-trip preserves all context data
  • Export with --format json produces valid structured JSON output
  • Importing into an existing context correctly overwrites data
  • All 3 tests pass without tdd_expected_fail

TDD Tag

@tdd_issue_ISSUE_NUMBER — update with actual issue number

## Bug Report **Test file:** `robot/actor_context_export_import.robot` **Failing tests (3):** - L18: Export Then Import Round-Trip Preserves Context - L68: Export With JSON Format Flag Shows Structured Output - L88: Import Into Existing Context Overwrites Data ## Description Three integration tests for actor context export/import functionality are failing. These tests verify round-trip context preservation, JSON format output during export, and overwrite behaviour during import. ## Acceptance Criteria - [ ] Export/import round-trip preserves all context data - [ ] Export with `--format json` produces valid structured JSON output - [ ] Importing into an existing context correctly overwrites data - [ ] All 3 tests pass without `tdd_expected_fail` ## TDD Tag `@tdd_issue_ISSUE_NUMBER` — update with actual issue number
HAL9000 self-assigned this 2026-04-08 12:11:01 +00:00
HAL9000 added this to the v3.5.0 milestone 2026-04-08 12:11:01 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#4203
No description provided.