Skip to content

Conversation

@0marperez
Copy link
Contributor

Issue #

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@0marperez 0marperez requested a review from a team as a code owner May 8, 2025 21:03
@0marperez 0marperez added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label May 8, 2025
@github-actions
Copy link

github-actions bot commented May 8, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@0marperez 0marperez added the acknowledge-artifact-size-increase Acknowledge that an artifact increased in size substantially or that a new artifact was created label May 9, 2025
@github-actions

This comment has been minimized.

Copy link
Member

@lauzadis lauzadis left a 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 {
Copy link
Member

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?

Comment on lines 120 to 126
data class RegionProviderChainTest(
val name: String,
val platformProvider: TestPlatformProvider,
val instanceMetadataProvider: TestInstanceMetadataProvider,
val region: String?,
val targets: List<String> = emptyList(),
)
Copy link
Member

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

@sonarqubecloud
Copy link

sonarqubecloud bot commented May 9, 2025

@github-actions
Copy link

github-actions bot commented May 9, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@0marperez 0marperez merged commit 3fce507 into kn-main May 12, 2025
19 checks passed
@0marperez 0marperez deleted the enable-kn-main-tests branch May 12, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

acknowledge-artifact-size-increase Acknowledge that an artifact increased in size substantially or that a new artifact was created no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants