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

Fix test cases #94

Merged
merged 16 commits into from
Sep 6, 2018
Merged

Fix test cases #94

merged 16 commits into from
Sep 6, 2018

Commits on Jul 22, 2018

  1. Format the code base

    Arjan Scherpenisse committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    b7ce670 View commit details
    Browse the repository at this point in the history
  2. Fix Swarm.Registry test cases

    Arjan Scherpenisse committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    56b9897 View commit details
    Browse the repository at this point in the history
  3. Fix Swarm.Tracker test

    Arjan Scherpenisse committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    1f851f2 View commit details
    Browse the repository at this point in the history
  4. Fix Distributed test; remove debug tracing

    Arjan Scherpenisse committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    3c4bd04 View commit details
    Browse the repository at this point in the history
  5. Fix integration test

    Arjan Scherpenisse committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    eb89e5c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Tracker: always look at topology on process conflict

    When there are two conflicting processes, ignore the clocks and always
    look at the current node topology to resolve the conflict.
    
    Fixes the integration test which sometimes did not pass.
    Arjan Scherpenisse committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    e793c78 View commit details
    Browse the repository at this point in the history
  2. Fix quorum tests; re-add tracing

    Arjan Scherpenisse committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    fba4607 View commit details
    Browse the repository at this point in the history
  3. Cluster tests: Re-initialize blacklist when spawning child node

    This way, the child nodes are not accidentally blacklisted themselves.
    Arjan Scherpenisse committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    8830e1b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Merge remote-tracking branch 'itc/refactored-itc-usage' into fix-test…

    …-cases
    Arjan Scherpenisse committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    cb77d7e View commit details
    Browse the repository at this point in the history
  2. Ensure Swarm.TrackerSyncTests runs with cluster setup

    Arjan Scherpenisse committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    6e0b202 View commit details
    Browse the repository at this point in the history
  3. Add SWARM_DEBUG env var to enable verbose test output

    Arjan Scherpenisse committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    e6703f7 View commit details
    Browse the repository at this point in the history
  4. Fix Registry test; ensure swarm is restarted between tests

    Arjan Scherpenisse committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    ce16118 View commit details
    Browse the repository at this point in the history
  5. TrackerReplicaEventTests: Wipe registry before each test

    Arjan Scherpenisse committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    1a62528 View commit details
    Browse the repository at this point in the history
  6. Clean up a warning and an unneeded IO.inspect

    Arjan Scherpenisse committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    383b67f View commit details
    Browse the repository at this point in the history
  7. Fix typo, and tell a bit more what SWARM_DEBUG=true does

    Arjan Scherpenisse committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    dcfa270 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    6780f0b View commit details
    Browse the repository at this point in the history