Commit Graph

10 Commits

Author SHA1 Message Date
Tim Sehn cfd7ff015a Removed server_query in all bats except sql-server.bats 2022-10-28 11:53:55 -07:00
Tim Sehn b9e82f5e01 Migrated as much of multidb.bats as possible 2022-10-25 17:55:39 -07:00
Tim Sehn 6af00ce059 Fixed all (or at least most) bats tests 2022-10-21 12:12:07 -07:00
Andy Arthur f98e58cd4f cleanup multi-repo format enforcement 2022-10-07 11:08:48 -07:00
Tan Yong Zhi af955f4ccb Fix more bats sql tests 2022-08-26 12:14:05 +08:00
Timothy Sehn f62ba4ac77 Checkpoint. Most bats working. Confirming locally. 2022-08-22 16:35:22 -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
Andy Arthur 967cf6ae79 remove __DOLT_1__ in favor of __DOLT__ 2022-08-09 14:44:26 -07:00
Maximilian Hoffman 9103241fda Fix some env loading panics (#3941)
* Fix some env loading panics

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

* comments

* accidental files

* bats name

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-07-27 17:07:30 -07:00
Maximilian Hoffman 33a679f20b Default branch now database-specific global variable (#3422)
* Default branch now database-specific global variable

* fix bats
2022-05-16 13:21:50 -07:00