Commit 14d65da
committed
Bump luatest to 1.0.0-3-gf37b353
New version includes the following commits.
- assertions: Improved error message for one assert function [1]
- TAP output: add missing tabulation to artifacts [2]
- utils: add `version_current_ge_than()` [3]
- server: fix unix socket path length check [4]
- server: accept `new_box_uri` as a table [5]
The list excludes changes that are not related to test-run's usage:
documentation, testing of luatest itself, packaging of luatest and so
on.
[1]: tarantool/luatest@2a26c32
[2]: tarantool/luatest@5e8c3e3
[3]: tarantool/luatest@7b6f167
[4]: tarantool/luatest@a8b0389
[5]: tarantool/luatest@f37b3531 parent 82542d3 commit 14d65da
1 file changed
+1
-1
lines changed- .github/workflows/package_test.yml+52
- .github/workflows/test_on_push.yaml+5-5
- .luacheckrc+1-1
- .travis.yml-109
- CHANGELOG.md+21-17
- CMakeLists.txt+20-8
- README.rst+2-2
- debian/changelog+3-3
- debian/compat+1-1
- debian/control+3-2
- debian/docs+1-1
- debian/prebuild.sh+1-1
- debian/rules+2
- luatest/VERSION.lua+1-1
- luatest/assertions.lua+2-1
- luatest/output/tap.lua+1-1
- luatest/replica_proxy.lua+1-2
- luatest/server.lua+19-8
- luatest/utils.lua+5
- rpm/luatest.spec+7-7
- rpm/prebuild.sh+1-1
- test/artifacts/common_test.lua+11-7
- test/artifacts/end_group_test.lua+3-2
- test/artifacts/hooks_test.lua+2-1
- test/artifacts/replica_set_test.lua+1
- test/artifacts/sequence_test.lua+5
- test/artifacts/start_group_test.lua+4
- test/assertions_test.lua+22
- test/capturing_test.lua+2-2
- test/proxy_test.lua+2-4
- test/server_test.lua+74
0 commit comments