[CI] Added tests against CH head#2644
Merged
Merged
Conversation
| uses: actions/upload-artifact@v4 | ||
| if: failure() | ||
| with: | ||
| name: result ${{ github.job }}_${{ matrix.project }}_${{ env.CH_VERSION }} |
Contributor
There was a problem hiding this comment.
The upload-artifact step uses ${{ matrix.project }} in the artifact name, but this job's matrix only defines protocol. This will result in an incorrect artifact name. Consider using ${{ matrix.protocol }} instead or defining a fixed name.
| @@ -0,0 +1,252 @@ | |||
| name: Nightly | |||
Contributor
There was a problem hiding this comment.
The workflow name 'Nightly' doesn't match the file name 'test_head.yml' or the workflow's purpose (testing against CH HEAD). Consider renaming it to something more descriptive like 'Test Against ClickHouse HEAD' for clarity.
Client V2 CoverageCoverage Report
Class Coverage
|
JDBC V2 CoverageCoverage Report
Class Coverage
|
JDBC V1 CoverageCoverage Report
Class Coverage
|
Client V1 CoverageCoverage Report
Class Coverage
|
|
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.



Summary
Adds tests against CH head.
Closes
Checklist
Delete items not relevant to your PR: