GoogleContainerTools / GoogleContainerTools/container-structure-test

Running container_test in bazel can't be cached

Open
#184 5 comments 0 reactions 0 assignees View on GitHub
bug good first issue help wanted
Dominant language
Go
Stars
2.5k
Forks
212
PR merge metrics
No merged PRs in 30d

Description

This tool outputs logs with records like this one:
```
time="2018-11-23T22:18:33Z" level=info msg="Extracting image tar to obtain image file system"
```

These records contain timestamps, therefore, logs have different hash on each execution and my remote-caching cas says there's no files for it's digest. Interestingly enough, local caching *does* work, although I don't really understand how.

`container_test` rule does pass `--quiet` to this binary, but that doesn't seem to work (or does something unrelated to logs).

Possibly related: #52.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.