I could have used it lately when I spawned cockroachdb demo from a test to discover that it doesn’t work in CI.
cockroachdb demo
Because the necessary startup message with the chosen port is only printed when an interactive shell is detected…
This is great. The original author did a nice job of digging into the code.
One thing he doesn’t mention is the interesting radix sort that djb implemented. It is worth checking out.
I could have used it lately when I spawned
cockroachdb demo
from a test to discover that it doesn’t work in CI.Because the necessary startup message with the chosen port is only printed when an interactive shell is detected…
This is great. The original author did a nice job of digging into the code.
One thing he doesn’t mention is the interesting radix sort that djb implemented. It is worth checking out.