Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Flaky Workflow Test Failure #1266

Open
cicoyle opened this issue Mar 17, 2025 · 0 comments
Open

Fix Flaky Workflow Test Failure #1266

cicoyle opened this issue Mar 17, 2025 · 0 comments

Comments

@cicoyle
Copy link
Contributor

cicoyle commented Mar 17, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant