Oscar Bonilla

Results 12 issues of Oscar Bonilla

One of the uses of the remote cache is as a proxy on local machines (Bazel waits for all the artifacts to upload before completing the build so a slow...

Part of Issue #61. There is still a small window of time where the PID file will be valid but the .sock file will not be there.

Right now `bazel-remote` just logs to stdout/stderr, which means it needs to be spawn by redirecting those to a file and the log files managed externally. Alternatively, it could use...

Run the following bash script: ``` #!/bin/bash rm -rf src dst mkdir -p src dst cd src ln -s adir/afile a ln -s bdir adir mkdir bdir touch bdir/a ```...

This shows the problem in #32 in the test case harness.

Signed-off-by: Oscar Bonilla

It was too easy to bump it in a GitHub action workflow and then forget to bump it in the other workflows. Signed-off-by: Oscar Bonilla

Testing would be so much easier if we could mock the device calls and the app process interactions to create scenarios. Right now we're relying on black box testing with...

This is useful when the traced command should not be run as root.

Fix for #4. This includes the fix to tests in #33 and sets up automatic build/test/release with Azure Pipelines. [Here](https://github.com/ob/index-import/pull/1) is an example of how it would look like.