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

[ci-pipeline] implement parallel execution of tests #120

Open
3 tasks
konstan opened this issue Mar 9, 2016 · 0 comments
Open
3 tasks

[ci-pipeline] implement parallel execution of tests #120

konstan opened this issue Mar 9, 2016 · 0 comments

Comments

@konstan
Copy link
Member

konstan commented Mar 9, 2016

In ss-tester component

  • call cloud tests in parallel
  • wait for all tests to finish
  • at the end, abort if any of the tests failed

The last step can be conditional and driven by an extra component input parameter - fail-on-test-error := <true|false>.

Allow to publish test results in an output parameter.

  • implement parallel execution of the tests
  • add component input parameter - fail-on-test-error := <true|false>
  • in the component definition create an output parameter test-results with <connector>:<result>, list of tuples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants