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

Support uploading structured test gRPC ObjC test results to BigQuery #78

Open
dennycd opened this issue Apr 27, 2022 · 2 comments
Open
Assignees
Labels
area/bazel Bazel releated tool chain changes kind/test Test coverage

Comments

@dennycd
Copy link
Contributor

dennycd commented Apr 27, 2022

Two alternative ways of uploading our test results to BQ


@HannahShiSFB @jtattermusch

@dennycd dennycd added kind/test Test coverage area/bazel Bazel releated tool chain changes labels Apr 27, 2022
@dennycd dennycd self-assigned this May 2, 2022
@jtattermusch
Copy link
Collaborator

For the job being added here: grpc/grpc#29599 the upload_rbe_results.py uploading is already in place (or at least it should be), but the issue is that currently e.g. the entire "UnitTests" target doesn't really display the results in bazel at a test case level (see https://source.cloud.google.com/results/invocations/7432695e-c957-42c3-8869-d8160490a18e/targets/%2F%2Fsrc%2Fobjective-c%2Ftests:UnitTests/tests),
so we might need to experiment with e.g. splitting the UnitTests bazel target into multiple targets (or find some other solution)
https://github.com/grpc/grpc/blob/1d94aa92d883c40abe8b064d79e682f27b432cd3/src/objective-c/tests/BUILD#L181

@jtattermusch
Copy link
Collaborator

Also see the comment here: #77 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bazel Bazel releated tool chain changes kind/test Test coverage
Projects
None yet
Development

No branches or pull requests

2 participants