tursodatabase / libsql-shell-go

7 stars 7 forks source link

Chore/make test faster #81

Closed luisfvieirasilva closed 1 year ago

luisfvieirasilva commented 1 year ago

Description

Refactor tests to make them faster. They had slowing down (from <5s to >70s after start using libsql:// protocol) After this PR the tests started using same db connection between calls.

WilsonNet commented 1 year ago

Shouldn't this target chore/update-libsql-client ?