aws / aws/aws-durable-execution-sdk-java
[Bug]: fix behavior differences in local runner
- Lenguaje dominante
- Java
- Estrellas
- 28
- Forks
- 11
- Merge medio
- 1 d 8 h
- PR fusionados (30 d)
- 47
Descripción
### Expected Behavior
The behavior of generating responses and history events in local runner is same as the actual backend.
### Actual Behavior
The behavior of generating responses and history events in local runner is different from the actual backend.
For example,
- attempt always starts with 1 while in the real backend attempt starts with 0 in STARTED and 1 in the other statuses.
- attempt gets plus 1 when switching from READY to STARTED (should keep same)
### Steps to Reproduce
NA
### SDK Version
1.0.0
### Java Version
17
### Is this a regression?
No
### Last Working Version
_No response_
### Additional Context
_No response_
Guía de contribución
Línea de trabajo
Empieza por la respuesta del runner local y la generación de eventos del historial, y compárala con el comportamiento real del backend descrito en el issue. Comprueba los valores de attempt al entrar en STARTED, en los estados posteriores y al cambiar de READY a STARTED; el trabajo estará terminado cuando el runner local coincida con esa semántica del backend.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- backend
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 48/100