topolvm / topolvm

Capacity-aware CSI plugin for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Parallelizing E2E Test Suite

jakobmoellerdev opened this issue · comments

What

As discussed here we noticed that the Ginkgo test suite is not running with -p which would significantly speed up test processing. We should embrace parallelism here and try to concurrently run as many tests as possible as we have a lot of waiting on the PVC provisioning.

How

Setup the -p flag with the ginkgo runner as per https://onsi.github.io/ginkgo/#spec-parallelization and then fix all regressions

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions

canceled