VirtuslabRnD / pulumi-kotlin

Experimental support for Kotlin language in Pulumi
Apache License 2.0
61 stars 3 forks source link

Revisit tests for scripts in `buildSrc` #202

Open myhau opened 1 year ago

myhau commented 1 year ago

Tests for scripts in buildSrc require connection to the internet. This might be problematic in some cases (e.g. local compilation). Also, maven.org seems to be down from time to time and causes random test failures.

It's about ReleaseScriptsTest.

Related Slack threads:

Example test failures:

Screenshot 2023-01-13 at 15 31 21

myhau commented 1 year ago

The is not a huge problem anymore as we have retries. Let's try to mock Maven responses if the issue ever comes back.