Integration test failure: Missing Config File Exits With Non-Zero Code And Stderr Message #4339

Closed
opened 2026-04-07 21:23:36 +00:00 by freemo · 1 comment
Owner

Integration Test Failure

Test File: robot/actor_configuration.robot
Test Name: Missing Config File Exits With Non-Zero Code And Stderr Message

Error Message:

'Traceback (most recent call last):
  File "/app/robot/helper_actor_config.py", line 33, in <module>
    main()
    ~~~~^^
  File "/app/robot/helper_actor_config.py", line 16, in main
    config = ActorConfiguration.from_file(path=config_path)
  File "/app/src/cleveragents/actor/config.py", line 211, in from_file
    blob = cls.load_blob_from_file(path)
  File "/app/src/cleveragents/actor/config.py", line 63, in load_blob_from_file
    raise ValueError(f"Config file not found: {path}")
ValueError: Config file not found: /app/build/reports/robot-batch1/does_not_exist_actor.yaml' does not contain 'Error: Config file not found at '/app/build/reports/robot-batch1/does_not_exist_actor.yaml''

Description: Integration test failing - captured via TDD system for tracking and eventual resolution.

Expected Behavior: Test should verify that missing config file exits with non-zero code and appropriate stderr message.

Actual Behavior: Test expects a specific error message format but the actual error message doesn't match expected pattern.

This issue is tracked in the TDD system to maintain CI stability while the failure is investigated and resolved.

## Integration Test Failure **Test File**: `robot/actor_configuration.robot` **Test Name**: Missing Config File Exits With Non-Zero Code And Stderr Message **Error Message**: ``` 'Traceback (most recent call last): File "/app/robot/helper_actor_config.py", line 33, in <module> main() ~~~~^^ File "/app/robot/helper_actor_config.py", line 16, in main config = ActorConfiguration.from_file(path=config_path) File "/app/src/cleveragents/actor/config.py", line 211, in from_file blob = cls.load_blob_from_file(path) File "/app/src/cleveragents/actor/config.py", line 63, in load_blob_from_file raise ValueError(f"Config file not found: {path}") ValueError: Config file not found: /app/build/reports/robot-batch1/does_not_exist_actor.yaml' does not contain 'Error: Config file not found at '/app/build/reports/robot-batch1/does_not_exist_actor.yaml'' ``` **Description**: Integration test failing - captured via TDD system for tracking and eventual resolution. **Expected Behavior**: Test should verify that missing config file exits with non-zero code and appropriate stderr message. **Actual Behavior**: Test expects a specific error message format but the actual error message doesn't match expected pattern. This issue is tracked in the TDD system to maintain CI stability while the failure is investigated and resolved.
Owner

Closing as duplicate of #4202. Both issues track the same failing test in robot/actor_configuration.robot (Missing Config File Exits With Non-Zero Code). Issue #4202 has more detailed acceptance criteria.


Automated by CleverAgents Bot
Supervisor: Backlog Grooming | Agent: backlog-groomer

Closing as duplicate of #4202. Both issues track the same failing test in `robot/actor_configuration.robot` (Missing Config File Exits With Non-Zero Code). Issue #4202 has more detailed acceptance criteria. --- **Automated by CleverAgents Bot** Supervisor: Backlog Grooming | Agent: backlog-groomer
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
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#4339
No description provided.