-
Notifications
You must be signed in to change notification settings - Fork 0
Add tarantool-2.10 into CI #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
ci
Improvements of continuous integration / delivery
code health
Improve code readability, simplify maintenance and so on
Comments
Totktonada
added a commit
that referenced
this issue
Oct 3, 2022
The test was confused by the entrypoint/alpha/beta/rc suffixes in the version string (see [1] about those suffixes). Now they're ignored. It is not perfectly correct (2.10.0-rc1 is less than 2.10.0), but enough for this test. [1]: tarantool/tarantool#6182 Part of #21
Totktonada
added a commit
that referenced
this issue
Oct 3, 2022
It is easy to do now, when [1] is implemented. [1]: tarantool/setup-tarantool#19 Fixes #21
Totktonada
added a commit
that referenced
this issue
Oct 3, 2022
The test was confused by the entrypoint/alpha/beta/rc suffixes in the version string (see [1] about those suffixes). Now they're ignored. It is not perfectly correct (2.10.0-rc1 is less than 2.10.0), but enough for this test. [1]: tarantool/tarantool#6182 Part of #21 (cherry picked from commit 871ba45)
Totktonada
added a commit
that referenced
this issue
Oct 3, 2022
It is easy to do now, when [1] is implemented. [1]: tarantool/setup-tarantool#19 Fixes #21 (cherry picked from commit 171002d)
Totktonada
added a commit
that referenced
this issue
Oct 4, 2022
The test was confused by the entrypoint/alpha/beta/rc suffixes in the version string (see [1] about those suffixes). Now they're ignored. It is not perfectly correct (2.10.0-rc1 is less than 2.10.0), but enough for this test. [1]: tarantool/tarantool#6182 Part of #21
Totktonada
added a commit
that referenced
this issue
Oct 4, 2022
It is easy to do now, when [1] is implemented. [1]: tarantool/setup-tarantool#19 Fixes #21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci
Improvements of continuous integration / delivery
code health
Improve code readability, simplify maintenance and so on
I guess we should update the version parsing code in a test:
tuple-keydef/test/tuple_keydef.test.lua
Lines 5 to 18 in d86c0a3
The text was updated successfully, but these errors were encountered: