Noah Watkins
Noah Watkins
It looks like this commit ``` commit 0ed25bdbd5fa20d72976e9d8b8d03b4c20abc864 (HEAD) Author: Alexey Bashtanov Date: Fri Oct 25 14:02:10 2024 +0100 r/tests: add bazel targets for tests ``` Doesn't build ``` ERROR:...
this failure is caused by a `gtest` linking in the boost test libraries, probably indirectly through a fixture. ``` FAIL: //src/v/datalake/coordinator/tests:state_machine_test (run 1 of 3) (see /root/.cache/bazel/_bazel_root/4219624bc2a11e063c576490f0756711/execroot/_main/bazel-out/k8-fastbuild/testlogs/src/v/datalake/coordinator/tests/state_machine_test/run_1_of_3/test.log) -- | INFO:...
> O(N⋅lg(M)) where N is the size of the first tree and M of the second one I would have guessed that the complexity would not be a function of...
Thanks. I'll give it some thought. Seems like an interesting problem to noodle on.
cc @michael-redpanda @BenPope