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

fail fast rework #770

Merged
merged 7 commits into from Jul 24, 2020
Merged

fail fast rework #770

merged 7 commits into from Jul 24, 2020

Commits on Jul 7, 2020

  1. Added option which stops all threads when one of them return non zero…

    … exit code. So it makes possible to stop whole suite for all threads if every thread will works option `--fail-fast`.
    Artem-applitools committed Jul 7, 2020
    Copy the full SHA
    28c6747 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    33658fc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a91f751 View commit details
    Browse the repository at this point in the history
  4. Updated changelog

    AnewTranduil committed Jul 7, 2020
    Copy the full SHA
    8169807 View commit details
    Browse the repository at this point in the history
  5. Different platform separate files in to different group. So different…

    … specs will be executed and different puts will be displayed. Changed puts to be the same at all specs to assert amount of puts outputs which should be the same
    AnewTranduil committed Jul 7, 2020
    Copy the full SHA
    e81e6dc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Updated indentation as was before

    Changed order of the command, reprint output before stopping all the processes
    AnewTranduil committed Jul 13, 2020
    Copy the full SHA
    e1f35eb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. fixups

    grosser committed Jul 24, 2020
    Copy the full SHA
    2ea5bf0 View commit details
    Browse the repository at this point in the history