Skip to content

Fix schedule workflow action retry policy (#2082) #339

Fix schedule workflow action retry policy (#2082)

Fix schedule workflow action retry policy (#2082) #339

Triggered via push May 29, 2024 21:13
Status Success
Total duration 3m 17s
Artifacts
publish-snapshot
3m 9s
publish-snapshot
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
ScheduleTest.describeSchedules: temporal-sdk/src/test/java/io/temporal/client/schedules/ScheduleTest.java#L378
java.lang.AssertionError: expected:<RetryOptions{initialInterval=PT1S, backoffCoefficient=2.0, maximumAttempts=1, maximumInterval=null, doNotRetry=[]}> but was:<RetryOptions{initialInterval=null, backoffCoefficient=0.0, maximumAttempts=1, maximumInterval=null, doNotRetry=null}>
ScheduleTest.describeSchedules: temporal-sdk/src/test/java/io/temporal/client/schedules/ScheduleTest.java#L378
java.lang.AssertionError: expected:<RetryOptions{initialInterval=PT1S, backoffCoefficient=2.0, maximumAttempts=1, maximumInterval=null, doNotRetry=[]}> but was:<RetryOptions{initialInterval=null, backoffCoefficient=0.0, maximumAttempts=1, maximumInterval=null, doNotRetry=null}>
publish-snapshot
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.