googleapis / googleapis/google-cloud-cpp
bug: Investigate and re-enable disabled benchmark tests
Open
priority: p3
type: cleanup
- Dominant language
- C++
- Stars
- 659
- Forks
- 462
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
Description
The following benchmark tests are currently disabled in the macOS Kokoro CI build:
- `//generator/integration_tests:benchmarks_client_benchmark`
- `//google/cloud:options_benchmark`
These tests were disabled in `ci/kokoro/macos/builds/bazel.sh` to resolve CI failures and stabilize the build.
This issue tracks the work to:
1. Investigate the root cause of the failures in these benchmarks.
2. Fix the underlying issues.
3. Re-enable the tests by removing them from the `BAZEL_TEST_EXCLUDES` list in the `ci/kokoro/macos/builds/bazel.sh` script.
Contributor guide
Assessment
This issue has not been assessed yet.