-
Notifications
You must be signed in to change notification settings - Fork 378
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
get execute env from report env #2064
get execute env from report env #2064
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2064 +/- ##
==========================================
+ Coverage 15.17% 15.49% +0.32%
==========================================
Files 1160 1161 +1
Lines 113308 113480 +172
==========================================
+ Hits 17198 17588 +390
+ Misses 94365 93913 -452
- Partials 1745 1979 +234
|
if err != nil { | ||
return "" | ||
} | ||
return fmt.Sprintf("%v", configData.Meta[autotest.CmsCfgKeyDisplayName]) |
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.
how about Meta
is nil.
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.
judge autotest.CmsCfgKeyDisplayName is existed in meta
add test if meta is nil
cbff251
to
fbbae33
Compare
/approve |
/cherry-pick release/1.3 |
What type of this PR
Add one of the following kinds:
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Specified Reviewers:
/assign @your-reviewer
ChangeLog
Need cherry-pick to release versions?
Add comment like
/cherry-pick release/1.0
when this PR is merged.