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

Fixes in Makefile and expirationd.lua #71

Merged
merged 7 commits into from
Sep 10, 2021
Merged

Fixes in Makefile and expirationd.lua #71

merged 7 commits into from
Sep 10, 2021

Conversation

ligurio
Copy link
Member

@ligurio ligurio commented Sep 9, 2021

No description provided.

Running testing by default on running make would be more useful than
showing a message about empty target.
@ligurio ligurio force-pushed the ligurio/fixes branch 4 times, most recently from 3a35f09 to 4be9cd0 Compare September 9, 2021 19:28
@ligurio ligurio requested a review from olegrok September 10, 2021 07:52
Makefile Show resolved Hide resolved
@ligurio ligurio merged commit e52a30d into master Sep 10, 2021
@@ -1,3 +1,8 @@
CLEANUP_FILES = tarantool.log
CLEANUP_FILES += *.xlog*
Copy link
Member

Choose a reason for hiding this comment

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

  1. A typo (*.xlog* -> *.xlog)?
  2. How about *.vylog?

Copy link
Member Author

Choose a reason for hiding this comment

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

I kept all file masks as is, but moved them to a separate variable. However 1 and 2 are good points. I think we can address it in #76. Vinyl tests are broken and I think it's a reason why *.vylog is not there.

Comment on lines +15 to +17
- [expirationd](https://github.com/tarantool/expirationd/issues/53) always
expires tuples without using indices but using any condition, without guarantee
for time expiration.
Copy link
Member

Choose a reason for hiding this comment

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

always expires tuples without using indices

Now it is not quite correct, right? See #50 and PR #52.

Copy link
Member Author

Choose a reason for hiding this comment

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

Probably yes. Although proposed table is good enough to make an opinion about these projects.

ligurio added a commit that referenced this pull request Sep 22, 2021
ligurio added a commit that referenced this pull request Sep 22, 2021
ligurio added a commit that referenced this pull request Oct 8, 2021
ligurio added a commit that referenced this pull request Oct 8, 2021
ligurio added a commit that referenced this pull request Oct 8, 2021
ligurio added a commit that referenced this pull request Oct 13, 2021
ligurio added a commit that referenced this pull request Oct 15, 2021
@ligurio ligurio deleted the ligurio/fixes branch November 29, 2021 11:33
ArtDu pushed a commit to ArtDu/expirationd that referenced this pull request May 10, 2022
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.

3 participants