Skip to content

VCR tapes not generating (or too slow) for: download_tool, update_a_file, read_a_file #3126

@taoeffect

Description

@taoeffect

Description

Problem

Generating the cassette tapes via GLM-5.1 on Hyper for these tree tests takes forever (each hit a 4 minute timeout):

  • download_tool, update_a_file, read_a_file

I was able to generate them for all the other tests.

GPT-5.5 investigated read_a_file a bit and reported:

  • It did not hang on filesystem access.
  • It emitted glob {"pattern":"go.mod"} and got the correct /tmp/.../go.mod tool result.
  • Then it stalled on the next model response, before calling view.
  • Conclusion: slowness is the live model stream/planning after a tool result, not sandbox/filesystem permissions.

Solution

No idea. I'm now running them one-by-one with a 10 minute timeout (which seems absurdly long to me). Will report back.

Version

No response

Environment

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions