-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: more concise bazel log #37247
*: more concise bazel log #37247
Conversation
Signed-off-by: xhe <xw897002528@gmail.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/70c47286d79a322e4caa59cfe3df69a424ad2ecd |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 70c4728
|
TiDB MergeCI notify
|
Signed-off-by: xhe xw897002528@gmail.com
What problem does this PR solve?
Issue Number: close None
Problem Summary: Enable CI to output more compat logs, i.e. without lots of
coverage.dat
orattempt_1.log
or the result of each test package(nobody really cares). Only the count of succeeded/failed tests are shown as a summary.What is changed:
--test_summary=testcase
--test_env=TZ=Asia/Shanghai --test_output=errors
in non-ci environment but not--experimental_ui_max_stdouterr_bytes=104857600
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.