Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kyua fails with "string or blob too big" #256

Open
asomers opened this issue Dec 31, 2024 · 1 comment
Open

Kyua fails with "string or blob too big" #256

asomers opened this issue Dec 31, 2024 · 1 comment

Comments

@asomers
Copy link
Member

asomers commented Dec 31, 2024

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)

For the specific test that failed, see https://reviews.freebsd.org/D48275

@ngie-eign
Copy link
Contributor

Yikes. Or maybe don’t store the logs in a sqlite db and use flat text files instead :/..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants