-
Notifications
You must be signed in to change notification settings - Fork 875
Open
Labels
good first issueUp for grab as first issue to contribute to Cadence projectUp for grab as first issue to contribute to Cadence projectup-for-grabsIssues that are good entry points for those new to Cadence that want to contributeIssues that are good entry points for those new to Cadence that want to contribute
Description
Is your feature request related to a problem? Please describe.
This relates to the Go client, putting it here for consolidation.
Within a Workflow you may inspect the ExecutionStartToCloseTimeoutSeconds via:
workflow.GetInfo(ctx).ExecutionStartToCloseTimeoutSeconds
In the TestWorkflowEnvironment this always has a value of 1 second, even thought we have TestWorkflowEnvironment.SetWorkflowTimeout which explicitly allows for controlling the workflow timeout.
Proposed Solution
Update the test WorkflowInfo's ExecutionStartToCloseTimeoutSeconds to match the execution timeout specified to the TestWorkflowEnvironment.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
good first issueUp for grab as first issue to contribute to Cadence projectUp for grab as first issue to contribute to Cadence projectup-for-grabsIssues that are good entry points for those new to Cadence that want to contributeIssues that are good entry points for those new to Cadence that want to contribute