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

Jepsen 0.3.01 upgrade #90

Merged
merged 15 commits into from
Jan 23, 2023
Merged

Jepsen 0.3.01 upgrade #90

merged 15 commits into from
Jan 23, 2023

Conversation

qvad
Copy link

@qvad qvad commented Dec 8, 2022

No description provided.

@qvad qvad marked this pull request as draft December 11, 2022 04:48
@qvad qvad marked this pull request as ready for review December 14, 2022 13:06
(reduce (fn [m p] (assoc m p (count m)))
{})))

(defn html

Choose a reason for hiding this comment

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

It seems that the current implementation of timeline/html is not very different to this, why can't we use it?

Copy link
Author

Choose a reason for hiding this comment

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

Trying to understand what's needs to be changed here jepsen-io#564
These are the only tests (single-multi-key-acid) where checker is failed

(if (= type :wrong-total)
{:lowest (util/min-by :total errs)
:highest (util/max-by :total errs)}
{}))]))

Choose a reason for hiding this comment

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

Looks like only whitespaces were changed here?

[clojure.core.reducers :as r]
[jepsen
[history :as h]

Choose a reason for hiding this comment

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

Interesting, I don't see history.clj in jepsen - but I see it used all over Jepsen

Copy link
Author

Choose a reason for hiding this comment

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

It's separated package now https://github.com/jepsen-io/history

@qvad qvad marked this pull request as draft December 19, 2022 18:48
@qvad qvad changed the title Jepsen 0.3.0 upgrade Jepsen 0.3.01 upgrade Jan 23, 2023
@qvad qvad marked this pull request as ready for review January 23, 2023 12:43
@qvad qvad merged commit 663d005 into master-yb Jan 23, 2023
@qvad qvad deleted the jepsen-03 branch January 23, 2023 12:44
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.

2 participants