File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
endtoendtests/src/main/java/com/functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ public HttpResponseMessage startRewindNonFailedOrchestration(
100100 }
101101
102102 // Attempt to rewind the non-failed orchestration using the client method.
103- // This is expected to be a no-op or may throw if the sidecar rejects it,
104- // so we catch any exception and still return the check status response .
103+ // The sidecar rejects this with FAILED_PRECONDITION since the instance is not
104+ // in a Failed state. The client translates this to an IllegalStateException .
105105 try {
106106 client .rewindInstance (instanceId , "Testing rewind on non-failed orchestration" );
107107 context .getLogger ().info ("Rewind request sent for non-failed instance: " + instanceId );
You can’t perform that action at this time.
0 commit comments