Description
libgmock is linked into the kudu cli binary, even though we consider it a test-only dependency. Possibly a configuration problem in our cmake files?
$ ldd build/dynclang/bin/kudu | grep mock libgmock.so => /home/mpercy/src/kudu/thirdparty/installed/uninstrumented/lib/libgmock.so (0x00007f01f1495000)
The gmock dependency does not appear in the server binaries, as expected.