Skip to content

Durable execution tests in CI consistently SUBFAILING #9096

Description

@ayush-panta

As you may be aware, there are persistent test failures in the nightly runs for the local-invoke and local-start-lambda suites. For example: https://github.com/aws/aws-sam-cli/actions/runs/28089573325/job/83163914136.

They appear to be durable test failures, all with this common subfail:

SUBFAILED(event_index=1) tests/integration/local/invoke/test_invoke_durable.py::TestInvokeDurable::test_local_invoke_durable_function_wait_for_callback_0_with_result - AssertionError: 'WaitForCallback' != 'RunInChildContext'
- WaitForCallback
+ RunInChildContext
 : SubType 1 mismatch
SUBFAILED(event_index=7) tests/integration/local/invoke/test_invoke_durable.py::TestInvokeDurable::test_local_invoke_durable_function_wait_for_callback_0_with_result - AssertionError: 'WaitForCallback' != 'RunInChildContext'
- WaitForCallback
+ RunInChildContext
 : SubType 7 mismatch

This came to my attention as I'm on the team that owns finch/finch-daemon and we use some SAMcli tests to ensure compatibility. I wanted to bring this to your attention if not already known. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    stage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions