Commit Graph

12 Commits

Author SHA1 Message Date
Nick Tobey 4949dc71b3 Remove tests on LD_1 format. 2023-05-24 15:10:25 -07:00
Nick Tobey 779de4804d Update error message in init.bats. 2023-04-18 16:51:25 -07:00
Nick Tobey d347548d3d Update error message in init.bats 2023-04-17 17:15:07 -07:00
solipsis-project 7b6354d027 Fix spacing in integration-tests/bats/init.bats
Co-authored-by: Jason Fulghum <jason.fulghum@gmail.com>
2023-03-15 14:52:38 -07:00
Solipsis 698915e64e Add BATS test that --fun produces a fun hash
The test isn't hermetic because it depends on the current timestamp,
but we want that. We want the confidence that it works for all timestamps,
not just specific ones.
2023-03-14 15:14:10 -07:00
jennifersp d1d1928f15 dolt init fails with invalid arguments (#4815) 2022-11-18 09:22:41 -08:00
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