Skip to content

Fix Flaky Workflow Test Failure #1266

@cicoyle

Description

@cicoyle

wfCIOutput.txt
link to CI

expected:

Expected stdout (output_match_mode: substring, match_order: none):
		Starting Workflow: io.dapr.examples.workflows.chain.DemoChainWorkflow
		Starting Activity: io.dapr.examples.workflows.chain.ToUpperCaseActivity
		Message Received from input: Tokyo
		Sending message to output: TOKYO
		Starting Activity: io.dapr.examples.workflows.chain.ToUpperCaseActivity
		Message Received from input: London
		Sending message to output: LONDON
		Starting Activity: io.dapr.examples.workflows.chain.ToUpperCaseActivity
		Message Received from input: Seattle
		Sending message to output: SEATTLE
		Workflow finished with result: TOKYO, LONDON, SEATTLE

actual:

time="2025-03-17T10:43:30.017972582Z" level=warning msg="Redis does not support transaction rollbacks and should not be used in production as an actor state store." app_id=demoworkflowworker component="statestore (state.redis/v1)" instance=fv-az1720-24 scope=dapr.contrib type=log ver=1.15.3
		time="2025-03-17T10:43:30.02122285Z" level=info msg="1197ddc2-5b18-4dce-92b0-1bd54f84df1f: starting new 'io.dapr.examples.workflows.chain.DemoChainWorkflow' instance with ID = '1197ddc2-5b18-4dce-92b0-1bd54f84df1f'." app_id=demoworkflowworker instance=fv-az1720-24 scope=dapr.wfengine.durabletask.backend type=log ver=1.15.3
		== APP == 2025-03-17 10:43:30,070 {HH:mm:ss.SSS} [main] INFO  io.dapr.workflows.WorkflowContext - Starting Workflow: io.dapr.examples.workflows.chain.DemoChainWorkflow
		== APP == 2025-03-17 10:43:30,105 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Starting Activity: io.dapr.examples.workflows.chain.ToUpperCaseActivity
		== APP == 2025-03-17 10:43:30,110 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Message Received from input: Tokyo
		== APP == 2025-03-17 10:43:30,110 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Sending message to output: TOKYO
		== APP == 2025-03-17 10:43:30,139 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Starting Activity: io.dapr.examples.workflows.chain.ToUpperCaseActivity
		== APP == 2025-03-17 10:43:30,139 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Message Received from input: London
		== APP == 2025-03-17 10:43:30,139 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Sending message to output: LONDON
		== APP == 2025-03-17 10:43:30,148 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Starting Activity: io.dapr.examples.workflows.chain.ToUpperCaseActivity
		== APP == 2025-03-17 10:43:30,149 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Message Received from input: Seattle
		== APP == 2025-03-17 10:43:30,149 {HH:mm:ss.SSS} [main] INFO  i.d.e.w.chain.ToUpperCaseActivity - Sending message to output: SEATTLE
		== APP == 2025-03-17 10:43:30,155 {HH:mm:ss.SSS} [main] INFO  io.dapr.workflows.WorkflowContext - Workflow finished with result: TOKYO, LONDON, SEATTLE

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions