canonical / test_observer

Flutter based dashboard for visualising SRU regression test results
2 stars 2 forks source link

Fix delete rerun doesn't actually work #183

Closed omar-selo closed 1 month ago

omar-selo commented 1 month ago

Our testing infrastructure sadly can't detect whether a sqlalchemy session has been committed or not. This led before to bugs leaking to production. And it has done so now too. Turns out this endpoint doesn't work. Which is why reruns can still keep rerunning multiple times.