Skip to content

[2pt] Unable to use crud.common.utils on Tarantool 1.10.10 without key_def module #163

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

Closed
opomuc opened this issue Jun 1, 2021 · 1 comment · Fixed by #167
Closed

[2pt] Unable to use crud.common.utils on Tarantool 1.10.10 without key_def module #163

opomuc opened this issue Jun 1, 2021 · 1 comment · Fixed by #167
Assignees
Labels

Comments

@opomuc
Copy link

opomuc commented Jun 1, 2021

Cartridge role requires crud.common.utils

RegisterRoleError: .../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
@opomuc
Copy link
Author

opomuc commented Jun 1, 2021

key_def module is also not part of an SDK

@dokshina dokshina changed the title Unable to use crud.common.utils on Tarantool 1.10.10 without key_def module [2pt] Unable to use crud.common.utils on Tarantool 1.10.10 without key_def module Jun 3, 2021
olegrok added a commit that referenced this issue Jun 4, 2021
After a15e774 (Introduce crud.min and crud.max)
module started to throw an error
```
.../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
```

Because some 1.10 versions don't have support tuple-keydef module
or they didn't installed it near this module.
This patch adds a fix that follbacks such lost souls to lua
implemented comparators.

Also 1.10.6 EE is added to test process to be able verify changes.

Closes #163
olegrok added a commit that referenced this issue Jun 4, 2021
After a15e774 (Introduce crud.min and crud.max)
module started to throw an error
```
.../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
```

Because some 1.10 versions don't have support tuple-keydef module
or they didn't installed it near this module.
This patch adds a fix that follbacks such lost souls to lua
implemented comparators.

Also 1.10.6 EE is added to test process to be able verify changes.

Closes #163
olegrok added a commit that referenced this issue Jun 4, 2021
After a15e774 (Introduce crud.min and crud.max)
module started to throw an error
```
.../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
```

Because some 1.10 versions don't have support tuple-keydef module
or they didn't installed it near this module.
This patch adds a fix that fallbacks such lost souls to lua
implemented comparators.

Also 1.10.6 EE is added to test process to be able verify changes.

Closes #163
olegrok added a commit that referenced this issue Jun 4, 2021
After a15e774 (Introduce crud.min and crud.max)
module started to throw an error
```
.../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
```

Because some 1.10 versions don't have support tuple-keydef module
or they didn't installed it near this module.
This patch adds a fix that fallbacks such lost souls to lua
implemented comparators.

Also 1.10.6 EE is added to test process to be able verify changes.

Closes #163
olegrok added a commit that referenced this issue Jun 7, 2021
After a15e774 (Introduce crud.min and crud.max)
module started to throw an error
```
.../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
```

Because some 1.10 versions don't have support tuple-keydef module
or they didn't installed it near this module.
This patch adds a fix that fallbacks such lost souls to lua
implemented comparators.

Also 1.10.6 EE is added to test process to be able verify changes.

Closes #163
olegrok added a commit that referenced this issue Jun 8, 2021
After a15e774 (Introduce crud.min and crud.max)
module started to throw an error
```
.../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
```

Because some 1.10 versions don't have support tuple-keydef module
or they didn't installed it near this module.
This patch adds a fix that fallbacks such lost souls to lua
implemented comparators.

Also 1.10.6 EE is added to test process to be able verify changes.

Closes #163
olegrok added a commit that referenced this issue Jun 8, 2021
After a15e774 (Introduce crud.min and crud.max)
module started to throw an error
```
.../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found:
```

Because some 1.10 versions don't have support tuple-keydef module
or they didn't installed it near this module.
This patch adds a fix that fallbacks such lost souls to lua
implemented comparators.

Also 1.10.6 EE is added to test process to be able verify changes.

Closes #163
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants