wooga / atlas-github

Gradle plugin to publish artifacts to github
https://wooga.github.io/atlas-github/
Apache License 2.0
1 stars 3 forks source link

Improve tests by throttling API calls #97

Closed Larusso closed 3 years ago

Larusso commented 3 years ago

Description

Our integration tests against the github API are very flaky. This patch tries to add a not so smart workaround to make the tests more robust. Looking at the failing tests my feeling is that some resources are not fully created on the github side. So I added some forced stops to make sure github has created repos/releases/assets etc are setup correctly.

Changes