-
Couldn't load subscription status.
- Fork 54
misc: enable disabled kotlin native tests #1593
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
Conversation
|
A new generated diff is ready to view.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
Great work, thanks for your help!
| ] | ||
| """ | ||
|
|
||
| internal fun runRegionProviderChainTestSuite(testSuite: String) = runTest { |
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.
style: using runTest without a @Test annotation feels weird. Can this just be runBlocking?
| data class RegionProviderChainTest( | ||
| val name: String, | ||
| val platformProvider: TestPlatformProvider, | ||
| val instanceMetadataProvider: TestInstanceMetadataProvider, | ||
| val region: String?, | ||
| val targets: List<String> = emptyList(), | ||
| ) |
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.
nit/style: Did this data class and other utility functions need to be moved into this function for some reason? I think it hurts readability
|
|
A new generated diff is ready to view.
|



Issue #
Description of changes
executeCommand#1592By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.