Commit Graph

6 Commits

Author SHA1 Message Date
Andy Arthur af93cfd6a5 fixup bats 2022-10-07 13:05:28 -07:00
Andy Arthur 1c51085324 update init.bats, sysbench runner 2022-09-29 16:09:20 -07:00
jennifersp 0c96a5840d create db with specific format depending on currentDB format (#4193) 2022-08-25 15:17:27 -07:00
Dhruv Sringari 241cf79018 Add storage format information to dolt version and add new sql function dolt_storage_format(). Add dolt init --new-format (#4068)
* wip

* add bats

* remove unused

* add SELECT dolt_storage_format()

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* prepared test

* rename skip_nbf_dolt_1 to skip_nbf_dolt

* multidb mode should load databases based on DOLT_DEFAULT_BIN_FORMAT

If there is a database in ./.dolt then we use its format to search for other compatible formats.

If there is no database in ./.dolt then we use `DOLT_DEFAULT_BIN_FORMAT` to search for other compatible formats.

* fix bats

* fix check_prepared_tests.sh

* fix bats

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-08-11 21:04:58 -07:00
Jason Fulghum 6819aabcc3 Adding a test with no global configuration set. 2022-06-06 15:20:59 -07:00
Jason Fulghum 5983e5ec36 Bug fix for not saving explicitly specified name and email settings to local configuration.
Fixes: https://github.com/dolthub/dolt/issues/3546
2022-06-06 11:57:43 -07:00