Azure-Samples / azure-sdk-for-go-samples

Examples of how to utilize Azure services from Go.
MIT License
301 stars 184 forks source link

automatically run, pass, and report on tests nightly #209

Open joshgav opened 6 years ago

joshgav commented 6 years ago

Tests of the master branch pass when run locally and individually, where permissions and timeouts are less of an issue. But in tests by Travis, timeouts stop some tests and permission issues block identity management.

This issue is to track updating test configuration till all tests are run nightly and pass consistently. The test reports should be available publicly but other than that requirement they could be run in VSTS instead of Travis if desired.

Related: #201.

joshgav commented 6 years ago

A parallel set of tests should run against the master and latest branches of the SDK, see https://github.com/Azure/azure-sdk-for-go/wiki/SDK-Update-Practices for details on the difference.