-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
developmentStandard developmentStandard development
Description
Specification
Due to a resource leak crashing the CI, all the tests needed to be grouped. Right now, all the VaultsSecrets and Vaults RPC handlers are being tested in the same file. As a single file cannot be run concurrently, running the entire file is taking up to 3 minutes. It is also making the tests difficult to view/modify/debug.
As such, the tests need to be split into individual files as before. This will help speed up the CI too, as the tests will finish quicker.
Additional context
Tasks
- Split each describe block from
client/handlers/vault.test.tsinto its own file - Resolve the resource leak which was crashing the CI
Metadata
Metadata
Assignees
Labels
developmentStandard developmentStandard development