Daniel Selans
Daniel Selans
So *NUMBER 1* thing that needs to be unit tested is the director check distribution logic. That is a heavy piece of machinery and we **must be certain** that it...
@jessedearing So I ended up writing out *a lot* of the test cases and left the implementation for later. The director *absolutely* needs to be worked on, but I am...
This is a shared task essentially; if folks want to split it out into separate notes (or separate issues) please feel free @jessedearing @talpert @relistan.
I've written a bunch of tests for overwatch and cluster; will continue with director and so forth now that the logging testing story is a little more fleshed out.
Oh, this is probably a multi-part check as well: - should be able to check that avg latency does not exceed $x - should be able to check that $x...
Reference (hacky) implementation: https://github.com/dselans/pingoo
Assigning it to you - more visible/obvious in the board.
I do not know, but it's something that should be discussed. I've added it to our project board. Thanks for your interest!
etcdkeeper does not bundle the assets in the binary - you must start the binary from the same directory that contains the `assets` dir. @yudar1024 it looks like you're starting...
Same - issues using tinygo with @dkegel-fastly 's example: ``` ~/Code/batch/easyjson-test ⍉ ❯ tinygo version tinygo version 0.27.0 darwin/amd64 (using go version go1.20.4 and LLVM version 15.0.0) ~/Code/batch/easyjson-test ❯ tinygo...