diff --git a/test/box/box.net.box.result b/test/box/box.net.box.result index 94b25a65922d2af474c71ea1f5b51ad4d8bc2b50..9cb0f175bd202b0206a2d8ecd5a19285bf49b5e7 100644 --- a/test/box/box.net.box.result +++ b/test/box/box.net.box.result @@ -141,7 +141,7 @@ cn.space.net_box_test_space:insert{234, 1,2,3} ... cn.space.net_box_test_space.insert{234, 1,2,3} --- -- error: 'builtin/net.box.lua:239: Use space:method(...) instead space.method(...)' +- error: 'builtin/net.box.lua:226: Use space:method(...) instead space.method(...)' ... cn.space.net_box_test_space:replace{354, 1,2,3} --- diff --git a/test/box/digest.result b/test/box/digest.result index 018d9e1083e0bc87b8b9c6a986346a6f6513b8ce..21588a9f96af172f0df0eb89b1489bb0991f6e90 100644 --- a/test/box/digest.result +++ b/test/box/digest.result @@ -175,7 +175,7 @@ digest.base64_decode('MTEgMDAgMTEgMDAgYWJjZGVmIEFCQ0RFRiAwMCAxMSAwMCAxMQ==') ... digest.base64_decode(nil) --- -- +- ... digest.base64_encode(nil) --- @@ -183,11 +183,11 @@ digest.base64_encode(nil) ... digest.base64_encode(123) --- -- +- ... digest.base64_decode(123) --- -- +- ... digest = nil --- diff --git a/test/wal/oom.result b/test/wal/oom.result index 1d14c347894ffc032fc1afac91e59500bf15b2a6..089a7c863cee3698aad087f5e4726a1ced3fe041 100644 --- a/test/wal/oom.result +++ b/test/wal/oom.result @@ -15,11 +15,11 @@ while true do i = i + 1 end; --- -- error: Failed to allocate 260 bytes in slab allocator for tuple +- error: Failed to allocate 268 bytes in slab allocator for tuple ... space:len(); --- -- 60 +- 62 ... i = 1; --- @@ -29,11 +29,11 @@ while true do i = i + 1 end; --- -- error: Failed to allocate 260 bytes in slab allocator for tuple +- error: Failed to allocate 268 bytes in slab allocator for tuple ... space:len(); --- -- 120 +- 124 ... i = 1; --- @@ -43,12 +43,12 @@ while true do i = i + 1 end; --- -- error: Failed to allocate 257 bytes in slab allocator for tuple +- error: Failed to allocate 265 bytes in slab allocator for tuple ... --# setopt delimiter '' space:len() --- -- 179 +- 185 ... space.index['primary']:get{0} ---