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

Refine integration test #59

Merged
merged 1 commit into from
May 26, 2024
Merged

Refine integration test #59

merged 1 commit into from
May 26, 2024

Conversation

sevein
Copy link
Member

@sevein sevein commented May 25, 2024

We can now test CCP without Compose:

env \
    CCP_INTEGRATION_ENABLED=1 \
    CCP_INTEGRATION_ENABLE_LOGGING=yes \
    CCP_INTEGRATION_ENABLE_TESTCONTAINERS_LOGGING=yes \
        go test -v ./integration/ -run=TestServerCreatePackage

Storage Service is stubbed with a Go server.
MySQL and MCPClient are executed using testcontainers-go.

@sevein sevein force-pushed the dev/issue-5-refine-integration-test branch from e5f96cc to ceeaf94 Compare May 25, 2024 06:33
@sevein sevein merged commit 271a9a4 into ccp May 26, 2024
6 checks passed
@sevein sevein deleted the dev/issue-5-refine-integration-test branch May 26, 2024 04:54
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.

1 participant