Comparison

spec/core_storagemanager_spec.lua @ 13783:833fa5d08d13

Merge 13.0->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 22 Mar 2025 11:56:23 +0100
parent 13781:97bbe60336bc
child 13847:cbd234461c41
comparison
equal deleted inserted replaced
13779:c3a02b00cab2 13783:833fa5d08d13
61 for k, v in pairs(backend_config) do 61 for k, v in pairs(backend_config) do
62 config.set(test_host, k, v); 62 config.set(test_host, k, v);
63 end 63 end
64 assert(hm.activate(test_host, {})); 64 assert(hm.activate(test_host, {}));
65 sm.initialize_host(test_host); 65 sm.initialize_host(test_host);
66 assert(mm.load(test_host, "storage_"..backend_config.storage)); 66 mm.load(test_host, "storage_"..backend_config.storage);
67 67
68 describe("key-value stores", function () 68 describe("key-value stores", function ()
69 -- These tests rely on being executed in order, disable any order 69 -- These tests rely on being executed in order, disable any order
70 -- randomization for this block 70 -- randomization for this block
71 randomize(false); 71 randomize(false);