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

Harden parallel execution #869

Merged
merged 10 commits into from Jul 12, 2017
Merged

Harden parallel execution #869

merged 10 commits into from Jul 12, 2017

Commits on Jun 15, 2017

  1. Harden parallel execution.

    * Update termination condition to use sources count
    * Handle a scenario where the concurrent execution manager thread can save leading
    to parallel execution hang
    Arun Mahapatra committed Jun 15, 2017
    Copy the full SHA
    cbedec7 View commit details
    Browse the repository at this point in the history
  2. Send abort in case of exception during Discovery or Execution in

    the runner. This will ensure a new execution manager is spawned to replace
    in case of abort.
    
    Do not count tests in case a discovery aborts for a parallel discovery scenario.
    Arun Mahapatra committed Jun 15, 2017
    Copy the full SHA
    c9c3186 View commit details
    Browse the repository at this point in the history
  3. Use aborted instance rather than global abort state for discovery tes…

    …ts count.
    Arun Mahapatra committed Jun 15, 2017
    Copy the full SHA
    0546480 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Fix tests and aggregated results for aborted scenarios.

    Arun Mahapatra committed Jun 16, 2017
    Copy the full SHA
    a6c9640 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Copy the full SHA
    2874717 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Copy the full SHA
    5b96283 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Copy the full SHA
    a1b9548 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1184795 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Copy the full SHA
    2b54d91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f17fa04 View commit details
    Browse the repository at this point in the history