Skip to content

test: move testdata_* into e2e/ directory and add combined targets#587

Merged
go-to-k merged 1 commit intomainfrom
chore/move-e2e-testdata-and-add-combined-targets
Mar 15, 2026
Merged

test: move testdata_* into e2e/ directory and add combined targets#587
go-to-k merged 1 commit intomainfrom
chore/move-e2e-testdata-and-add-combined-targets

Conversation

@go-to-k
Copy link
Copy Markdown
Owner

@go-to-k go-to-k commented Mar 15, 2026

Summary

  • Move all 5 testdata_* directories under e2e/ to reduce root-level clutter
  • Update all path references (go.mod, .gitignore, README.md, Makefile, CONTRIBUTING.md)
  • Add combined E2E make targets (e2e_full, e2e_dependency, etc.) that deploy test stacks and run delstack in a single command with auto-generated stage names
  • Unify stage name = stack name for testdata_full (remove -Test-Full suffix from CDK and deploy.go)
  • Add -s option to testdata_s3_template_cfn/main.go

Move all 5 testdata_* directories under a new e2e/ directory to reduce
root-level clutter. Update all path references (go.mod, .gitignore,
README.md, Makefile, CONTRIBUTING.md).

Add combined E2E make targets (e2e_full, e2e_dependency, etc.) that
deploy test stacks and run delstack in a single command with
auto-generated stage names.

Also unify stage name = stack name for testdata_full (remove -Test-Full
suffix from CDK and deploy.go) and add -s option to
testdata_s3_template_cfn/main.go.
@go-to-k go-to-k changed the title test(e2e): move testdata_* into e2e/ directory and add combined targets test: move testdata_* into e2e/ directory and add combined targets Mar 15, 2026
@go-to-k go-to-k merged commit e4ef5aa into main Mar 15, 2026
4 of 6 checks passed
@go-to-k go-to-k deleted the chore/move-e2e-testdata-and-add-combined-targets branch March 15, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant