Files
dolt/integration-tests/go-sql-server-driver
Dustin Brown 5e44ddd7e1 [auto-bump] [no-release-notes] dependency by max-hoffman (#8573)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* fix build

* [no-release-notes] bump

* tidy

* fix license

* test driver mod

* try updating work sum

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2024-11-20 10:14:18 -08:00
..

go-sql-server-driver

This is a driver and a test suite for tests interacting with dolt sql-server. These tests describe a setup for the sql-server(s) which should be running, the interactions which should be run against the servers, and the assertions which should pass given those interactions.

This is meant to be more declarative and more robust than using bats for these integration tests.

Something belongs in this package if it primarily tests interactions with the exposed MySQL port on the sql-server.

Something belongs in bats if it primarily tests interactions with the dolt binary itself. One example for the dolt sql-server command itself would be testing config validation which results in exit codes or help text displayed.