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
I know this is a far stretch and writing test cases is lots of work. But currently our only really test is running a FAUST CTF and that's not a satisfying situation.
For example, stuff like #34 is a complete poking in the dark.
So maybe, just maybe, we could get test cases for all components at some point?
The text was updated successfully, but these errors were encountered:
* New API and library for Checker Scripts
* Build foundation for Checker Scripts in other languages (IPC
protocol)
* Checker Scripts can be executed locally (during development) without
a dedicated Runner
* No more Checker Slaves
* Launch processes using Python multiprocessing instead of asyncio
* Scheduling of checks within a tick is different, should lead to more
even distribution
* Run Checker Scripts as different users than the Checker Master
* Lots of test cases
Closes: #1Closes: #20Closes: #33Closes: #38
Improves: #17
Improves: #27
Improves: #29
Improves: #32
Improves: #35
I know this is a far stretch and writing test cases is lots of work. But currently our only really test is running a FAUST CTF and that's not a satisfying situation.
For example, stuff like #34 is a complete poking in the dark.
So maybe, just maybe, we could get test cases for all components at some point?
The text was updated successfully, but these errors were encountered: