Skip to content
Snippets Groups Projects
Commit 5cbb0daf authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

test: add cleanup to digest_crc32_recording_test

Add missing `server:drop()` to digest_crc32_recording_test.lua to avoid
running tarantool processes after the test.

NO_DOC=test fix
NO_TEST=test fix
NO_CHANGELOG=test fix
parent 1490228a
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,10 @@ g.before_all(function()
g.server:start()
end)
g.after_all(function()
g.server:drop()
end)
local conn
local function r()
pcall(function()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment