Skip to content

test-run fails to kill cluster servers in case of an error #65

Closed
@opomuc

Description

@opomuc

Say we have a Lua test like this:

#!/usr/bin/env tarantool
env = require('test_run')
test_run = env.new()

servers = {'stub1', 'stub2'}
test_run:create_cluster(servers)

local index_table = {}
local error = index_table.nil_value.error -- index nil field

test_run:drop_cluster(servers)
os.exit(0)

When the test crushes, test-run does not kill started in create_cluster servers

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions