acquire-project / acquire-common

Core libraries, runtime, and common devices driver for Acquire
Apache License 2.0
0 stars 8 forks source link

We need to be able to simulate failures #18

Open aliddell opened 1 year ago

aliddell commented 1 year ago

Testing certain behavior in the runtime sometimes requires device failures. This is easy enough to do with the simulated cameras or basic storage devices (e.g., throwing a runtime error after 10 frames have been written), but it means we have to make changes in the code that we don't want to keep in general.

We can approach this in one of two ways: