You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update bazel-based gRPC ObjC test to support generating structured test logs that can be rendered by kokoro UI. Specifically, look into existing c++'s bazel test scripts examples
they are being upload to biquery for the continuous jobs (so that we have the historical data about test flakiness).
the problem is that the granularity of the objC bazel test targets is currently very coarse (we only have a handful of high-level targets , e.g. //src/objective-c/tests:MacTests or //src/objective-c/tests:UnitTests, which will make our flakiness insight much less useful than they could be.
@dennycd is there a way in which we can increase the granularity of the test targets?
Update bazel-based gRPC ObjC test to support generating structured test logs that can be rendered by kokoro UI. Specifically, look into existing c++'s bazel test scripts examples
Prior PR for structured test results at
@HannahShiSFB @jtattermusch
The text was updated successfully, but these errors were encountered: