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 flappy integration test #785

Merged
merged 5 commits into from
Jan 28, 2019
Merged

Commits on Jan 22, 2019

  1. fix flappy integration test

    Small maps (of 2 items) are randomized badly,
    i.e. their keys has the same order *almost* always, but not always.
    This leads to rare test failures in commands that depends on keys order,
    such as untag (untag-all-03)
    mialinx committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0fb852d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Merge branch 'master' into flappy_test

    Shlomi Noach committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    92640bf View commit details
    Browse the repository at this point in the history
  2. added unit tests to validate behavior

    Shlomi Noach committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    21e6712 View commit details
    Browse the repository at this point in the history
  3. seed random generator

    Shlomi Noach committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    b7a8c4f View commit details
    Browse the repository at this point in the history
  4. random seed not strictly needed, so removed

    Shlomi Noach committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    8f3ac45 View commit details
    Browse the repository at this point in the history