-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Stop R process if AppDriver fails in test-examples
#1303
Conversation
Unit Tests Summary 1 files 70 suites 1h 9m 13s ⏱️ Results for commit 3c2bee3. ♻️ This comment has been updated with latest results. |
test-examples
test-examples
test-examples
test-examples
Unit Test Performance DifferenceTest suite performance difference
Additional test case details
Results for commit 048a7c7 ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good, I guess there is no easy way to test this (without opening hundreds of failing apps).
Is this something that could affect end-users? Is it something that could be improved for them?
As you correctly identified, it would not affect end-users, but it will crash systems when the conditions are there Either the local one or even the CI if there is a consistent problem with the launched shiny app from examples. Which conditions? Well I detected it when I didn't have the latest Every single example app was crashing and leaving the R process open. I think it consumed 25GB before my system crashed |
Pull Request
Fixes #1302