apertium / apertium-regtest

Regression testing system for Apertium language data and translators
https://wiki.apertium.org/wiki/Apertium-regtest
GNU General Public License v3.0
1 stars 0 forks source link

Interactive streaming results #32

Open TinoDidriksen opened 1 year ago

TinoDidriksen commented 1 year ago

It should be possible to stream results to the interface and allow interactions with it while the test is running, instead of having to wait for the full run to be done. May require storing results in SQLite temporarily.

TinoDidriksen commented 10 months ago

A potential problem with this is that users may make corrections and rebuild during a run, which would mean their changes would affect pipes started in the middle. A workaround is to keep the pipes open and reuse, and open all potential pipes up front.