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 recently ran a test that produced too much text output (about 250k lines) and it caused Kyua to crash with the below error and exit status 2. Instead of crashing, Kyua should treat this kind of failure as a BROKEN test case, and proceed.
kyua: E: string or blob too big (sqlite op: sqlite3_bind_blob) (sqlite db: /root/.kyua/store/results.usr_tests.20241231-203317-570235.db)
I recently ran a test that produced too much text output (about 250k lines) and it caused Kyua to crash with the below error and exit status 2. Instead of crashing, Kyua should treat this kind of failure as a BROKEN test case, and proceed.
For the specific test that failed, see https://reviews.freebsd.org/D48275
The text was updated successfully, but these errors were encountered: