buchgr / bazel-remote

A remote cache for Bazel
https://bazel.build
Apache License 2.0
576 stars 150 forks source link

Add an --idle_timer test #728

Closed mostynb closed 6 months ago

mostynb commented 6 months ago

This is expected to fail, until #727 lands.

jchorl commented 6 months ago

Thanks for adding!

I'm not sure what the test here does (does it exercise any functionality?). If it only runs the server for 1s, I don't think it'll fail. You need to http query it for a blob (even the empty blob works), which will cause infinite recursion/stack overflow.

mostynb commented 6 months ago

Updated with a fix, it fails now as expected.