Eric: I'm trying to have tests pass on CentOS7 with the current master and I'm apparently not able to get past the "associate w/o search" test.
When I run `prove -bvw t/cindex.t` I get to: ok 76 - xcpdb compact and then it just sits there. If I look at the process table, I can see that the next test is attempting to run, but it just hangs forever. This is what pstree shows: └─prove,4431 -w /usr/local/bin/prove -bvw t/cindex.t └─-cindex -u --al,4432 ├─cidx shard[0],4646 └─cidx shard[1],4647 Anything I can do to figure out why this is happening? -K