You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any tooling that we need to add to support this should be added to KTF and in fact if we can refactor some of the testing facilities away by moving common functionality into KTF while we're already here let's do it.
Acceptance Criteria
the integration test suite is able to tests in parallel
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Problem Statement
While developing KIC 2.0 we ran the tests sequentially due to some early dependency structures in the testing toolchain.
Once we have some automated namespace management, and with some reconfiguration of the test code we should be able to run the tests in parallel.
Proposed Solution
Makefile
s and CIAdditional information
Any tooling that we need to add to support this should be added to KTF and in fact if we can refactor some of the testing facilities away by moving common functionality into KTF while we're already here let's do it.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: