-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I ran AutoRestTest on the Podman API and I'm getting constant retry failures during the value table generation phase. The execution ran for over 1 hour and then stopped. I'm not sure what's causing this or what I should do to fix it.
What I'm Seeing
During execution, almost every operation shows retry failures:
Building value table generation for operation: VolumeCreateLibpod
Attempting retry due to failed response...
Attempting retry due to failed response...
Attempting retry due to failed response...
Completed value table generation for operation: VolumeCreateLibpod
This pattern repeats for nearly all operations. The process continues for over 1 hour before stopping.
My Configuration
I only changed two settings in configurations.toml:
- Spec file location: Changed to point to Podman API spec
- Time duration: Set to 60 seconds
Reproduction
I've tried running this twice with the same configuration and got the same result both times.
Environment:
- AutoRestTest version: [latest from main branch]
- API: Podman
- Configuration: Default settings except spec location and time_duration
Why am I getting all these "failed response" retries during the value table generation phase? Is this related to the OpenAI API or the Podman API itself? Additionally, why does the table generation phase execution take over 1 hour - is this normal? The process stopped without any output or completion message. What should I do to resolve this issue?
For convenience, I’ve attached link which has log and OpenAPI specification