Subject: | get_namespaces the same regardless of which cache asks |
My driver, CHI::Driver::SharedMem is failing make tests with:
# Failed test 'get_namespaces the same regardless of which cache asks'
# at /usr/local/share/perl/5.18.1/CHI/t/Driver.pm line 699.
# (in CHI::Driver::SharedMem::t::CHIDriverTests->test_namespaces)
# Compared $data->[0]
# got : 'ns1'
# expect : 'other'
Clearly this is my problem not yours, but I would appreciate, please, some guidance on what the test is that's producing that message and how I set aside fixing my code. Thanks.