Fix malformed stackdriver tracing env var#21005
Conversation
|
🤔 🐛 You appear to be fixing a bug in Go code, yet your PR doesn't include updates to any test files. Did you forget to add a test? Courtesy of your friendly test nag. |
Test coming in, different PR.. don't want to cause merge conflicts because of a new test in cherry-picks.. |
pkg/bootstrap/option/instances.go
Outdated
| } | ||
|
|
||
| func StackDriverMaxAnnotations(value int64) Instance { | ||
| //return newOption("stackdriverMaxAnnotations", value).withConvert(int64Converter(value)) |
There was a problem hiding this comment.
Those files were added by a bad commit.. they are removed now
pkg/test/util/retry/retry.go
Outdated
| t.Helper() | ||
| err := UntilSuccess(fn, options...) | ||
| if err != nil { | ||
| time.Sleep(time.Minute * 10) |
There was a problem hiding this comment.
Those files were added by a bad commit.. they are removed now
| retry.UntilSuccessOrFail(t, func() error { | ||
| util.SendTraffic(ingInst, t, "Sending traffic", "", "", 1) | ||
|
|
||
| return fmt.Errorf("cannot get traces from stackdriver %v", bookinfoNsInst) |
There was a problem hiding this comment.
how is this testing stack driver?
There was a problem hiding this comment.
It had tracing enabled through stackdriver but it's not complete yet and I will add the test in a different PR.
Those files were added by a bad commit.. they are removed now
|
/test integ-telemetry-k8s-tests_istio |
|
In response to a cherrypick label: #21005 failed to apply on top of branch "release-1.4": |
|
In response to a cherrypick label: #21005 failed to apply on top of branch "release-1.5": |
* Fix malformed stackdriver tracing env var Ref: istio#20851 * Run make gen * Run make gen * Fix test added
* Fix malformed stackdriver tracing env var Ref: istio#20851 * Run make gen * Run make gen * Fix test added
* Fix malformed stackdriver tracing env var Ref: istio#20851 * Run make gen * Run make gen * Fix test added
* Fix malformed stackdriver tracing env var Ref: istio#20851 * Run make gen * Run make gen * Fix test added
* Fix malformed stackdriver tracing env var Ref: istio#20851 * Run make gen * Run make gen * Fix test added
Fix malformed stackdriver tracing env var
Ref: #20851
[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[X ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure