-
Notifications
You must be signed in to change notification settings - Fork 15
Revert remove tuple keydef #215
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
Conversation
dcc6b15
to
c8fb9e7
Compare
5a2f899
to
2303735
Compare
The motivation: we decided to don't shrink the set of supported tarantool version in the upcoming release and deliver new features first. |
We should do something with the red CI. Ideally, implement tarantool/setup-tarantool#15 and use it here. I have a draft patch for this setup-tarantool issue, hopefully I'll show it on the week. |
ada7bf5
to
845cd27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any problems. @olegrok?
LGTM |
This reverts commit 56247f2. We will remove support of Tarantool version a bit later.
This reverts commit 5edf027. We will remove support of Tarantool version a bit later.
We need a version 1.10.6 in testing because it has no tuple-keydef and tuple-merger support and we can test our own implementation of both modules on that version. However Tarantool EE 1.10.6 is not available for installation anymore, so we will use Tarantool CE 1.10.6 as a replacement. Luarocks in Tarantool 1.10.6 has a bug [1], so we need to apply a patch [2] with fix for tarantool's luarocks file before using `tarantoolctl rock`. 1. tarantool/tarantool#4704 2. tarantool/luarocks@eb555fa
845cd27
to
1150e5c
Compare
What has been done? Why? What problem is being solved?
I didn't forget about
Closes #???