Julio Merino
Julio Merino
Your new fix is exactly what I tried yesterday, but then my `bazel coverage` run took 10+ hours to finish. I think that's because of the "split-brain" retry decisions made...
I tried again, just to confirm what I said in the last reply, and the last version of this patch causes "bazel coverage" to not complete. Well, I'm sure it...
Oh, also see: https://github.com/tikv/pprof-rs/pull/265 I found the same issue where the profiles make no sense for complex apps... but as I mentioned in that PR, they seem OK for a...
Interested in this feature as well. Something that hasn't been mentioned so far, I think, is that it's very common for any installation procedure to also install "package documentation" (those...
I wrote this recently, which answers the question: https://blogsystem5.substack.com/p/whatever-happened-to-sandboxfs
I've been able to workaround my problem by doing this: ```python def translate_tags(tags=[], exec_properties={}): """Translates Bazel-internal tags to exec_properties. This function extracts all tags from the tags list that have...
I got a tip to use `test.no-remote-exec` instead for our tests, which is a better tag anyway for what I want to achieve... but still, this propagation of tags into...
I think this makes sense. But given the change in semantics, maybe it'd be worth adding this feature as a new `--test_tag_filter` (singular) flag that takes just one override (like...