-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[Test](client) Add s3 storage client test sketelon #57456
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
Conversation
1b1bb78 to
397134a
Compare
|
run buildall |
ClickBench: Total hot run time: 28.32 s |
397134a to
f6c3d9b
Compare
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
ClickBench: Total hot run time: 28.13 s |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
f6c3d9b to
329d108
Compare
|
run buildall |
TPC-DS: Total hot run time: 189275 ms |
ClickBench: Total hot run time: 27.79 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
329d108 to
996e24c
Compare
|
run buildall |
TPC-H: Total hot run time: 35163 ms |
TPC-DS: Total hot run time: 188130 ms |
ClickBench: Total hot run time: 27.38 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
996e24c to
a439049
Compare
|
run buildall |
TPC-H: Total hot run time: 34672 ms |
TPC-DS: Total hot run time: 188818 ms |
ClickBench: Total hot run time: 27.17 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
7f623d8 to
54437ab
Compare
|
run buildall |
TPC-H: Total hot run time: 36713 ms |
TPC-DS: Total hot run time: 187832 ms |
ClickBench: Total hot run time: 27.52 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run check_coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
dataroaring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
### What problem does this PR solve? If you want to run unit tests using a real cloud provider, you can configure it in `custom_env.sh`. ``` # Enable S3 client for unit tests export ENABLE_S3_CLIENT=1 # S3 client config export S3_AK="xxx" export S3_SK="xxx" export S3_ENDPOINT="xxx" export S3_PROVIDER="xxx" export S3_BUCKET="xxx" export S3_REGION="xxx" export S3_PREFIX="" ```
### What problem does this PR solve? If you want to run unit tests using a real cloud provider, you can configure it in `custom_env.sh`. ``` # Enable S3 client for unit tests export ENABLE_S3_CLIENT=1 # S3 client config export S3_AK="xxx" export S3_SK="xxx" export S3_ENDPOINT="xxx" export S3_PROVIDER="xxx" export S3_BUCKET="xxx" export S3_REGION="xxx" export S3_PREFIX="" ```
What problem does this PR solve?
If you want to run unit tests using a real cloud provider, you can configure it in
custom_env.sh.Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)