LumoSQL / archive1-LumoSQL-on-github

Initial work on SQLite and LMDB integration
https://lumosql.github.io/LumoSQL/
Other
68 stars 14 forks source link

SQLite Tests not using the public API #64

Closed danshearer closed 4 years ago

danshearer commented 4 years ago

test3.c does btree.c internals, and therefore needs to be abstracted into backend-specific tests . It is reasonable that these do not use the backend API, but they are completely specific to the backend.

There should also be backend API tests of each backend, as well as internal API testing.

test3.c is not the only issue, but it is an obvious one.

danshearer commented 4 years ago

Not a bug, and we'll notice as we keep improving benchmarking. Closed/won'tfix