Resolves: t/db_dependent/Context.t (Wstat: 512 Tests: 40 Failed: 2) Failed tests: 27, 37 Non-zero exit status: 2
This may not be that easy. If you did not enable a cache and Koha cannot initialize memcached somehow, this test fails.
Similar problem here: # Failed test 'caching preferences' # at t/db_dependent/sysprefs.t line 59. # got: undef # expected: 'def' # Looks like you failed 1 test of 8.
It's a specific case, maybe we should skip the caching tests if no cache is enabled.
The revert on bug 16104 will resolve this issue too.