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

chore: migrate deploy_test to integration tests in buildengine #2505

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

jvmakine
Copy link
Contributor

@jvmakine jvmakine commented Aug 26, 2024

This tests the same things as the old test, but through slightly higher abstraction layer (cli instead of calling build engine functions directly)

The same functions as in the original test should get called via the cli in the integration test.

See #1585

This tests the same things as the old test, but through slightly higher abstraction layer (cli instead of calling build engine functions directly)
@ftl-robot ftl-robot mentioned this pull request Aug 26, 2024

func TestDeploy(t *testing.T) {
in.Run(t,
in.WithTestDataDir("testdata"),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this once all tests are integrated, and we can move the modules under corresponding language dirs.

@jvmakine jvmakine marked this pull request as ready for review August 26, 2024 06:30
@jvmakine jvmakine requested review from a team and deniseli and removed request for a team August 26, 2024 06:30
Copy link
Collaborator

@alecthomas alecthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice nice, that is much cleaner.

@jvmakine jvmakine added this pull request to the merge queue Aug 26, 2024
Merged via the queue into main with commit c73de32 Aug 26, 2024
20 checks passed
@jvmakine jvmakine deleted the juho/issue-1585-buildengine-integration-tests branch August 26, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants