Skip to content

Commit

Permalink
makefile: update luatest version
Browse files Browse the repository at this point in the history
  • Loading branch information
better0fdead committed Mar 12, 2024
1 parent 3151caf commit 8dc8beb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8dc8beb

Please sign in to comment.