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

Introduce Jepsen tests for the new CP Subsystem module of Hazelcast IMDG #325

Merged
merged 2 commits into from
Mar 4, 2019

Commits on Mar 4, 2019

  1. Introduce Jepsen tests for the new CP Subsystem module of Hazelcast IMDG

    Please see the README file for details
    
    Co-authored-by: Mehmet Dogan <mehmet@hazelcast.com>
    Co-authored-by: Ensar Basri Kahveci <basri@hazelcast.com>
    3 people committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    9b78798 View commit details
    Browse the repository at this point in the history
  2. Handle the PR review comments

    * Follow clojure's style rules
    * Get rid of sleep calls and use gen/stagger instead
    * Track Hazelcast clients name between test clients and models via an atom map
    * Simplify the repeat script
    * No logging in models
    * Simplify logging and Jepsen op result creation in CP test clients
    * Other minor improvements based on the PR review comments
    
    Co-authored-by: Mehmet Dogan <mehmet@hazelcast.com>
    Co-authored-by: Ensar Basri Kahveci <basri@hazelcast.com>
    3 people committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    6b2d9ef View commit details
    Browse the repository at this point in the history