Skip to content

make testSignals more robust #196

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

Merged
merged 1 commit into from
Mar 13, 2021
Merged

Conversation

tomerd
Copy link
Contributor

@tomerd tomerd commented Mar 12, 2021

motivation: testSignals can hang

changes:

  • do not attempt to wait on the process if it fails to start
  • run each waiting operation on a seperate thread
  • add timeout

motivation: testSignals can hang

changes:
* do not attempt to wait on the thread if it fails to start
* run each waiting operation on a seperate thread
* add timeout
@tomerd
Copy link
Contributor Author

tomerd commented Mar 12, 2021

@swift-ci test

Copy link
Contributor

@abertelrud abertelrud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@tomerd
Copy link
Contributor Author

tomerd commented Mar 12, 2021

@swift-ci test linux

@tomerd
Copy link
Contributor Author

tomerd commented Mar 13, 2021

@swift-ci please test linux

1 similar comment
@tomerd
Copy link
Contributor Author

tomerd commented Mar 13, 2021

@swift-ci please test linux

@tomerd tomerd merged commit b739c0a into swiftlang:main Mar 13, 2021
tomerd added a commit that referenced this pull request Mar 17, 2021
motivation: #196 introduces a timeout for testSignals, but its too low in some cases

changes: increase timeout


rdar://74356445
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

Successfully merging this pull request may close these issues.

2 participants