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

Interaction between multiple Actors causes Test Case to hang #59581

Open
tachyonics opened this issue Jun 20, 2022 · 0 comments
Open

Interaction between multiple Actors causes Test Case to hang #59581

tachyonics opened this issue Jun 20, 2022 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features sswg Issues related to Serverside Swift Work Group projects

Comments

@tachyonics
Copy link

Describe the bug
Some interaction between two different actors will cause a unit test that uses both to hang and not complete.

To Reproduce
Steps to reproduce the behavior:

  1. Checkout https://github.com/amzn/smoke-framework-examples/tree/aws_sdk_swift
  2. Compile and run the tests for PersistenceExampleService
  3. A number of the tests - such as AddCustomerEmailAddressTests.testAddCustomerEmailAddress will hang and not complete
    ...

Expected behavior
The test case should complete and succeed as with the main branch of https://github.com/amzn/smoke-dynamodb

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. macOS 11.0] Ubuntu, Swift 5.6.1
  • Xcode Version/Tag/Branch:

https://github.com/amzn/smoke-framework-examples/runs/6959594337?check_suite_focus=true

Additional context
Add any other context about the problem here.

@tachyonics tachyonics added the bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. label Jun 20, 2022
@ktoso ktoso added concurrency Feature: umbrella label for concurrency language features sswg Issues related to Serverside Swift Work Group projects labels Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features sswg Issues related to Serverside Swift Work Group projects
Projects
None yet
Development

No branches or pull requests

2 participants