-
Notifications
You must be signed in to change notification settings - Fork 15
Update Tarantool versions in test matrix #198
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d25eb14
to
907b2f3
Compare
olegrok
approved these changes
Aug 16, 2021
907b2f3
to
8a197e8
Compare
@Totktonada, could you mark testing for Tarantool 2.{4,5,6} as not required in repository settings to make CI green? |
8a197e8
to
8817d5d
Compare
Totktonada
reviewed
Sep 1, 2021
Done. |
Totktonada
reviewed
Sep 1, 2021
0df1863
to
38c584b
Compare
olegrok
reviewed
Sep 1, 2021
38c584b
to
3236202
Compare
olegrok
reviewed
Sep 1, 2021
Tarantool 2.8.2 [1] is available, let's include it to test matrix. Tarantool 2.4-6 has reached EOL, so these version has been removed from test matrix. 1. https://github.com/tarantool/tarantool/releases/tag/2.8.2
tuple-keydef built in Tarantool since 1.10.7 [1] and CRUD has a source code to make it compatible with Tarantools with and without tuple-keydef module, see 'Fix compatibility with old Tarantool versions' 7413c6a. Now 1.10.6 is gone, it is removed from test matrix and there are no reasons to keep compatibility code. 1. https://github.com/tarantool/tuple-keydef#compatibility
3236202
to
5209ea5
Compare
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tarantool 2.8.1 [1] and Tarantool 2.9 are available [2], let's include
it to test matrix. Test
simple_operations[memtx].test_intermediate_nullable_fields_update has
failed on 2.8 [3] and to crash looks similar to a bug described in [4].
Testcase skipped on 2.8 to workaround it before next release.
Tarantool 2.4-6 has reached EOL, so these version has been removed from
test matrix.
What has been done? Why? What problem is being solved?
I didn't forget about
Closes #???