aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog/day_354-355__beating_on_the_test_suite.mdwn
blob: 2eacb2acb9b56379b44b2ee383b169f929cdbb84 (plain)
1
2
3
4
5
6
7
8
Been working hard on the last several test suite failures for v6 unlocked
files. Now I've solved almost all of them, which is a big improvement to
my confidence in its (almost) correctness.

Frustratingly, the test suite is still not green after all this work.
There's some kind of intermittent failure related to the sqlite database.
Only seems to happen when the test suite is running, and the error
message is simply "Error" which is making it hard to track down..