How SQLite is tested
11–20 of 87 posts
Re: How SQLite is tested
#12Re: How SQLite is tested
#13Always makes me a bit envious as well as awestruck. What a joy it must be in a lot of ways to be able to grind and perfect a piece of software like this. Truly a work of craftsmanship.
Over a career of working at it, you get dramatically better at higher levels of quality even in earlier passes, so the same level of added effort provides increasing levels of reward as you gain experience.
Nobody ever complains about the person who’s leaving everything they touch a little cleaner than how they found it.
Re: How SQLite is tested
#14Re: How SQLite is tested
#15What is the story with Fossil? Is it used outside of Sqlite?
Re: How SQLite is tested
#16What is the story with Fossil? Is it used outside of Sqlite?
*The homepage is available in: https://fossil-scm.org/home/doc/trunk/www/index.wiki.
Re: How SQLite is tested
#17This looks so very cool, and so then all the more thought provoking that the tests themselves are closed-source, unlike the rest of the codebase. In this evolving world of rapidly improving llm coding agent productivity, the idea that the tests are more important than the implementation starts to ring true. I was thinking about sqlite's test landscape as described here, in relation to simonw's recent writing about po…
Re: How SQLite is tested
#18Re: How SQLite is tested
#19Over a decade ago, the maintainer of SQLite gave a talk at OSCON about their testing practices. One concept that stood out to me was the power of checklists, the same tool pilots rely on before every flight. He also mentioned Doctors Without Borders, who weren't seeing the outcomes they expected when it came to saving lives. One surprising reason? The medical teams often didn't speak the same language or even know ea…
Re: How SQLite is tested
#20What a superb piece of software SQLite is.
Install and forget.