tarantool / test-run

Tarantool functional testing framework
14 stars 14 forks source link

Fix bug when lua script name truncated by dot #396

Closed i-cod closed 1 year ago

i-cod commented 1 year ago

Creating a lua diff test with a name containing a dot causes the name to be parsed incorrectly. Then an attempt is made to create an tarantool instance with an incorrect name, resulting in an error. This change fixes the bug.

Fixes #300