Skip to content
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

drivers: add grant method for all driver spaces #239

Merged

Conversation

themilchenko
Copy link
Contributor

There was a bug that grant for a user didn't work for spaces with _ready_buffer suffix.

After the patch the grant method was added for each driver that accounts the grant for all spaces.

Closes #237

@themilchenko themilchenko marked this pull request as ready for review October 8, 2024 16:03
@themilchenko themilchenko force-pushed the themilchenko/gh-237-fix-ready-buffer-space-grants branch from c220d82 to 351c6e8 Compare October 9, 2024 06:54
Copy link
Collaborator

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, add an entry to the CHANGELOG.md .

@themilchenko themilchenko force-pushed the themilchenko/gh-237-fix-ready-buffer-space-grants branch from 351c6e8 to e2e10c8 Compare October 9, 2024 07:11
@themilchenko
Copy link
Contributor Author

Please, add an entry to the CHANGELOG.md .

Added.

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but a one small fix in the CHANGELOG.md required.

@themilchenko themilchenko force-pushed the themilchenko/gh-237-fix-ready-buffer-space-grants branch from e2e10c8 to 86dfb4e Compare October 9, 2024 08:00
t/090-grant-check.t Outdated Show resolved Hide resolved
@themilchenko themilchenko force-pushed the themilchenko/gh-237-fix-ready-buffer-space-grants branch from 86dfb4e to 573d8ed Compare October 9, 2024 09:35
t/090-grant-check.t Outdated Show resolved Hide resolved
There was a bug that grant for a user didn't work for spaces with
`_ready_buffer` suffix.

After the patch the `grant` method was added for each driver that
accounts the `grant` for all spaces.

Closes #237
It wasn impossible to download tarantool for tests running.

After the patch the ubuntu verstion was edited from `latest` to `22.04`
in CI.
@themilchenko themilchenko force-pushed the themilchenko/gh-237-fix-ready-buffer-space-grants branch from 573d8ed to 3416d11 Compare October 9, 2024 09:54
@oleg-jukovec oleg-jukovec merged commit 2292cf0 into master Oct 9, 2024
23 checks passed
@oleg-jukovec oleg-jukovec deleted the themilchenko/gh-237-fix-ready-buffer-space-grants branch October 9, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_ready_buffer: space has no grants for a user
3 participants