systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
955 stars 67 forks source link

feat: add DVU listener for API tests #4643

Closed sprutton1 closed 18 hours ago

sprutton1 commented 20 hours ago

This adds a rudimentary listener for DVU-related ws events for a specific workspace. The idea is to gather all DVU started events for a given component and watch for related finished events to ensure that we wait until they all complete. This is not an exact science and could potentially miss DVU started events if they take too long to start.

This also adds the ability to pass specific change sets into the api tests.