From 3dd7073ca9293153a2559836a2816009f2583d4d Mon Sep 17 00:00:00 2001 From: better0fdead Date: Tue, 20 Feb 2024 18:24:45 +0300 Subject: [PATCH] makefile: update luatest version --- CHANGELOG.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f5091..30d0448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Updated the 'space_index_test.lua' to drop and recreate the test space atomically. This prevents the space access failure in the expirationd task fiber if the `space:drop` function is transactional (#157). +- Updated version of `luatest` in `make deps` to 1.0.1 to support tarantool 3.0 + role tests (#160). ### Fixed diff --git a/Makefile b/Makefile index 13ccf3e..b19b5db 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ coveralls: $(LUACOV_STATS) luacov-coveralls --include ^expirationd --verbose --repo-token ${GITHUB_TOKEN} deps: - tt rocks install luatest 0.5.7 + tt rocks install luatest 1.0.1 tt rocks install luacheck 0.26.0 tt rocks install luacov 0.13.0-1 tt rocks install ldoc --server=https://tarantool.github.io/LDoc/