File tree Expand file tree Collapse file tree
src/test/java/io/tus/java/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -674,6 +674,41 @@ final class GeneratedTusProtocolContract {
674674 "recover-offset-after-error" ,
675675 }
676676 ),
677+ new GeneratedTusClientFeature (
678+ new GeneratedTusClientFeatureConformance (
679+ new String [] {
680+ "retryPatchAfterOffsetRecovery" ,
681+ },
682+ "covered-by-generated-scenario"
683+ ),
684+ "Schedule retry timers and reset retry attempts after accepted progress." ,
685+ "retryStateTransitions" ,
686+ new GeneratedTusClientFeatureFlowStep [] {
687+ new GeneratedTusClientFeatureFlowStep (
688+ "primitive" ,
689+ "" ,
690+ "schedule-retry-timer" ,
691+ "" ,
692+ "Consume the current retry delay and restart the upload after that timer fires."
693+ ),
694+ new GeneratedTusClientFeatureFlowStep (
695+ "primitive" ,
696+ "" ,
697+ "reset-retry-attempt-after-progress" ,
698+ "" ,
699+ "Reset retry attempts once a later retry observes server-side offset progress."
700+ ),
701+ },
702+ new String [] {
703+ "getTusUploadOffset" ,
704+ "patchTusUpload" ,
705+ },
706+ new String [] {
707+ "retry-with-backoff" ,
708+ "schedule-retry-timer" ,
709+ "reset-retry-attempt-after-progress" ,
710+ }
711+ ),
677712 new GeneratedTusClientFeature (
678713 new GeneratedTusClientFeatureConformance (
679714 new String [] {
You can’t perform that action at this time.
0 commit comments