layer5io / learn-layer5

A sample application for learning how to service mesh and for validating SMI conformance
https://layer5.io
Apache License 2.0
63 stars 30 forks source link

[SMI] Make the number of parallel test set runs configurable #47

Open leecalcote opened 4 years ago

leecalcote commented 4 years ago

Current Behavior Resources need to run all SMI Conformance tests in parallel can overwhelm a system.

Desired Behavior Some systems are capable of running many test sets in parallel, while others don't have enough resources to do so.

Implementation

  1. Define default number of test sets to run in parallel. Let's start with 0 meaning full parallelization.
  2. Externalize the number of test sets to run in parallel. Expose this configuration in SMI Validation operation.
    1. Meshery UI and mesheryctl to use it.