googleapis / googleapis/google-cloud-go
logging: use custom environment test container
Open
api: logging
priority: p3
type: process
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 1.6k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 109
Description
The logging environment tests are currently running using the same container base as the other go tests. Sometimes, something in the base image shifts, and causes test failures. We should consider creating a new container base image specifically for environment tests.
Doing this, we can bake more dependencies into the base image: https://github.com/googleapis/google-cloud-go/pull/7159#discussion_r1052536825
Contributor guide
Assessment
This issue has not been assessed yet.