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

browse into zip files #35

Closed
gyorokpeter opened this issue Jan 12, 2022 · 2 comments
Closed

browse into zip files #35

gyorokpeter opened this issue Jan 12, 2022 · 2 comments

Comments

@gyorokpeter
Copy link

bazel puts all the output files into a zip file. However these files might be a web of interlinked HTML files would normally allow for browsing the test results easily. It would be useful if buildbarn browser could browse into zip files instead of having to download, extract and then open the files in the browser.

@EdSchouten
Copy link
Member

I would actually prefer it if this was tackled the other way around: Bazel should not zip undeclared outputs of tests. Doing so tends to increase CAS usage significantly, as a mixture of deterministic and non-determinstic files constantly ends up generating ZIP files that were never seen before.

@EdSchouten
Copy link
Member

Hey there! Looks like Bazel fixed this on their end. Let’s close this issue here, as there is nothing left to do.

Thanks for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants