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

Remove env that should not be set by user #1013

Merged
merged 3 commits into from
Dec 28, 2020
Merged

Conversation

lucklove
Copy link
Member

TIUP_TELEMETRY_STATUS and TIUP_TELEMETRY_UUID is passed to component
by TiUP itself, and it should not be set by user, so we should NOT
list it in tiup env

TIUP_TELEMETRY_STATUS and TIUP_TELEMETRY_UUID is passed to component
by TiUP itself, and it should not be set by user, so we should NOT
list it in tiup env
@ti-chi-bot ti-chi-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Dec 24, 2020
@ti-chi-bot ti-chi-bot requested review from july2993 and nrc December 24, 2020 12:12
@codecov-io
Copy link

codecov-io commented Dec 24, 2020

Codecov Report

Merging #1013 (2bc5897) into master (4571217) will decrease coverage by 0.45%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1013      +/-   ##
==========================================
- Coverage   55.68%   55.22%   -0.46%     
==========================================
  Files         280      280              
  Lines       19734    19734              
==========================================
- Hits        10989    10899      -90     
- Misses       7041     7131      +90     
  Partials     1704     1704              
Flag Coverage Δ
cluster 42.95% <ø> (-0.63%) ⬇️
dm 23.97% <ø> (-0.07%) ⬇️
integrate 49.43% <ø> (-0.51%) ⬇️
playground 20.31% <ø> (ø)
tiup 16.48% <ø> (ø)
unittest 22.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/env.go 92.30% <ø> (ø)
pkg/cluster/api/pdapi.go 49.52% <0.00%> (-10.42%) ⬇️
pkg/cluster/operation/scale_in.go 50.99% <0.00%> (-7.29%) ⬇️
pkg/cliutil/cliutil.go 60.71% <0.00%> (-7.15%) ⬇️
pkg/cluster/manager/destroy.go 64.78% <0.00%> (-5.64%) ⬇️
pkg/utils/http_client.go 67.56% <0.00%> (-5.41%) ⬇️
pkg/cluster/manager/display.go 79.52% <0.00%> (-3.15%) ⬇️
pkg/cluster/task/update_meta.go 76.92% <0.00%> (-3.08%) ⬇️
pkg/cluster/spec/tiflash.go 69.94% <0.00%> (-2.90%) ⬇️
pkg/cluster/spec/tispark.go 64.86% <0.00%> (-2.71%) ⬇️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4571217...2bc5897. Read the comment docs.

@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Dec 28, 2020
@AstroProfundis
Copy link
Contributor

/merge

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: 955a25c

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Dec 28, 2020
@ti-chi-bot
Copy link
Member

@lucklove: Your PR has out-of-dated and I have automatically updated it for you.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/ti-community-prow repository.

@ti-chi-bot ti-chi-bot merged commit ac3f756 into pingcap:master Dec 28, 2020
@lucklove lucklove added this to the v1.3.1 milestone Dec 31, 2020
lucklove added a commit that referenced this pull request Dec 31, 2020
TIUP_TELEMETRY_STATUS and TIUP_TELEMETRY_UUID is passed to component
by TiUP itself, and it should not be set by user, so we should NOT
list it in tiup env

Co-authored-by: Ti Prow Robot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants