Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move BOSH release acceptance tests (brats) to src/ #2542

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Conversation

aramprice
Copy link
Member

@aramprice aramprice commented Aug 3, 2024

What is this change about?

The BOSH release acceptance tests (brats) were authored before the existence of go mod and as such needed to be located in a SCM related directory structure (ex: src/github.com/cloudfoundry/...). This is no longer a requirement for Golang programs.

This PR moves the code to a top-leve directory under src/ and slightly reorganizes the Golang packages in the "brats".

What tests have you run against this PR?

Unit and brats specs pass.

How should this change be described in bosh release notes?

n/a

Does this PR introduce a breaking change?

No, there are only changes in the location of test files.

@aramprice aramprice force-pushed the move-brats-to-src-dir branch 2 times, most recently from 18c0f5b to e149e6d Compare August 5, 2024 21:37
@aramprice aramprice marked this pull request as ready for review August 5, 2024 22:46
@aramprice aramprice requested review from a team, xtreme-nitin-ravindran and nader-ziada and removed request for a team August 5, 2024 23:31
This completes the work of making this go code use the facilitlies
introduced with `go.mod` which allows code to be placed independ of the
codes source-control location (ex: src/github.com/cloudfoundry/bosh-release-acceptance-tests)
@ystros ystros merged commit f79984c into main Aug 15, 2024
4 checks passed
@ystros ystros deleted the move-brats-to-src-dir branch August 15, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants