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

Use ScalarDB SNAPSHOT versions in ScalarDB Jepsen test #109

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

brfrn169
Copy link
Contributor

Please take a look!

@brfrn169 brfrn169 self-assigned this Jul 31, 2023
@brfrn169 brfrn169 force-pushed the use-snapshot-versions-in-scalardb-jepsen-test branch from 56a482e to 363d7f9 Compare July 31, 2023 07:40
Copy link
Contributor

@inv-jishnu inv-jishnu left a comment

Choose a reason for hiding this comment

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

LGTM!
I have not tested it though.
Thank you.

(^void prepare [_] (throw (PreparationException. "preparation failed")))
(^void validate [_] (throw (ValidationException. "validation failed")))
(^void commit [_] (throw (CommitException. "commit failed")))
(^Optional get [_ ^Get _] (throw (CrudException. "get failed" nil)))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We need to make this change because the constructors of these exceptions have been changed.

Copy link
Contributor

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

Thank you! For the changes, LGMT!
I left one question. PTAL!

:profiles {:dev {:dependencies [[tortue/spy "2.0.0"]]
:plugins [[lein-cloverage "1.1.2"]]}
:use-released {:dependencies [[com.scalar-labs/scalardb "3.7.0"
:use-released {:dependencies [[com.scalar-labs/scalardb "4.0.0-SNAPSHOT"
Copy link
Contributor

Choose a reason for hiding this comment

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

It's a comment for the user-jars.
Do you think you want to keep use-jars?
I feel we can delete it since it's bothersome to maintain the packages.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed. Let's delete it in another PR. Thanks.

@brfrn169 brfrn169 merged commit b92f2f1 into master Aug 4, 2023
3 checks passed
@brfrn169 brfrn169 deleted the use-snapshot-versions-in-scalardb-jepsen-test branch August 4, 2023 08:51
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