Add examples for local testing and CI/CD lifecycle management#36
Open
Martijn Visser (MartijnVisser) wants to merge 1 commit into
Open
Add examples for local testing and CI/CD lifecycle management#36Martijn Visser (MartijnVisser) wants to merge 1 commit into
Martijn Visser (MartijnVisser) wants to merge 1 commit into
Conversation
30b620e to
c55ba3c
Compare
c55ba3c to
54960f8
Compare
| - name: Run local unit tests and integration tests against Confluent Cloud | ||
| run: ./mvnw -B --no-transfer-progress verify | ||
|
|
||
| - name: Deploy to Confluent Cloud |
There was a problem hiding this comment.
Could we use the --wait option here? Otherwise the deployment will always report with exit code 0 and not reflect the real outcome of this operation
| required: true | ||
| type: choice | ||
| options: | ||
| - status |
There was a problem hiding this comment.
status does not exist. We currently support list and describe. list also does not require a statement name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Restructures the integration and deployment example around a realistic developer workflow and adds local testing and CI/CD lifecycle management:
Verified: ./mvnw clean verify -DskipITs passes offline (4 unit tests green), verify without credentials fails fast with the expected message, the shaded JAR is unaffected by the test dependencies (no OSS planner classes or service entries), and the integration test has been executed successfully against a live Confluent Cloud environment.