Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Dec 6, 2024
1 parent 371ffa0 commit 72271cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integ/large_data_attributes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ func doTestLargeQueryAttributes(t *testing.T, backendType service.BackendType, c
WorkflowTimeoutSeconds: 86400,
IwfWorkerUrl: "http://localhost:" + testWorkflowServerPort,
StartStateId: ptr.Any(signal.State1),
StateOptions: &signal.StateOptionsForLargeDataAttributes, // this is necessary for large DAs
// this is necessary for large DAs
// otherwise the workflow task will fail when trying to execute a stateAPI with data attributes >4MB
StateOptions: &signal.StateOptionsForLargeDataAttributes,
WorkflowStartOptions: &iwfidl.WorkflowStartOptions{
WorkflowConfigOverride: config,
},
Expand Down

0 comments on commit 72271cf

Please sign in to comment.