You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HeartbeatTimeout: timestamp.DurationPtr(3*time.Second), // ActivityID D is expected to timeout using Heartbeat
754
+
RetryPolicy: &commonpb.RetryPolicy{
755
+
MaximumAttempts: 1, // Disable retry and let it timeout.
756
+
},
755
757
}}},
756
758
}, nil
757
759
} elseifpreviousStartedEventID>0 {
@@ -778,38 +780,37 @@ func (s *integrationSuite) TestActivityTimeouts() {
778
780
activityATimedout=true
779
781
} else {
780
782
failWorkflow=true
781
-
failReason="ActivityID A is expected to timeout with ScheduleToStart"
783
+
failReason="ActivityID A is expected to timeout with ScheduleToStart but it was "+scheduledEvent.GetActivityTaskScheduledEventAttributes().GetActivityId()
failReason="ActivityID B is expected to timeout with ScheduleToClose"
790
+
failReason="ActivityID B is expected to timeout with ScheduleToClose but it was "+scheduledEvent.GetActivityTaskScheduledEventAttributes().GetActivityId()
failReason="ActivityID C is expected to timeout with StartToClose"
797
+
failReason="ActivityID C is expected to timeout with StartToClose but it was "+scheduledEvent.GetActivityTaskScheduledEventAttributes().GetActivityId()
0 commit comments