microsoft/terraform-provider-azuredevops

Full unit test suite isn't running on CI

Open

#1,439 opened on Sep 29, 2025

 (4 comments) (0 reactions) (0 assignees)Go (314 forks)auto 404
good first issue

Repository metrics

Stars
 (429 stars)
PR merge metrics
 (PR metrics pending)

Description

If you take a look at the unit tests running in CI, it appears that they aren't all run.

See this run as an example:

https://github.com/microsoft/terraform-provider-azuredevops/actions/runs/17143816385/job/48652393554?pr=1417

Firstly, is this intentional?

If it's not, perhaps we could update the make test command to provide the all tag that seems to be missing?

The other issue is that when it run all the tests locally, a few of them fail. I haven't dived into this yet to see if it's a legitimate failure or an issue with my environment.

Anyone else seeing this?

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform (and Azure DevOps Provider) Version

N/A

Affected Resource(s)

Unit tests are not being run - an example is: data_projects_test.go

Terraform Configuration Files

N/A

Debug Output

See CI test run here:

https://github.com/microsoft/terraform-provider-azuredevops/actions/runs/17143816385/job/48652393554?pr=1417

Panic Output

N/A

Expected Behavior

All tests apart from acceptance should run.

Actual Behavior

A subset of all tests are run.

Steps to Reproduce

  1. Clone and create a development environment
  2. Run make test

Or run CI on the latest main.

Important Factoids

N/A

References

N/A

Contributor guide