Commit Graph

24 Commits

Author SHA1 Message Date
James Cor 8ab572b767 [no-release-notes] backtick tests (#9380) 2025-06-24 12:56:17 -07:00
Tim Sehn 214cc6a64b Removed extraneous git diff call 2025-05-29 16:48:17 -07:00
Nick Tobey 725b148a78 Update drop-create.bats to use new generated constraint name. 2023-05-12 12:18:19 -07:00
Daylon Wilkins 8aeb1c659e Removed deprecated dolt functions 2023-01-03 02:13:37 -08:00
Andy Arthur b40cb00f00 added BATS, fix nil panic 2022-10-21 16:12:27 -07:00
Dhruv Sringari 739f090ba4 interpret 0 value tag as a non-empty value (#4592) 2022-10-20 16:43:46 -07:00
Tan Yong Zhi 5c7cddc75d Update sql path and tests 2022-08-26 12:14:05 +08: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
Dhruv Sringari d2d0864391 [no-release-notes] keyless diff for the new format (#3817)
* keyless diff for the new format

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

* pr comment

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-07-13 14:42:43 -07:00
Zach Musgrave 86402bd34b Skipped a couple new format tests 2022-06-28 09:27:45 -07:00
Zach Musgrave dbe2d721a6 Fixed drop create test 2022-06-28 09:24:27 -07:00
Daylon Wilkins 178259995b Unskipped bats tests 2022-06-21 04:03:39 -07:00
jennifersp b3338f36da update bats test for columnDefaultValue changes in GMS (#3584) 2022-06-14 13:42:52 -07:00
Andy Arthur 01587c8c20 more BATS skips for __DOLT_1__ 2022-05-10 14:08:47 -07:00
jennifersp e12c749fa0 unskip dropTable bats test 2022-02-21 15:37:33 -08:00
jennifersp 8328916026 unskip fixed tests (#2829) 2022-02-18 12:15:33 -08:00
jennifersp f4464796ce add bats test for DROP TABLE for out-of-scope database (#2784) 2022-02-11 12:31:50 -08:00
Zach Musgrave 0a11d1d89c Removed --disable-batch flag from all bats tests 2022-01-25 11:52:04 -08:00
Zach Musgrave ba6967053c Fixed test for new CHECK output format 2022-01-12 19:04:54 -08:00
Zach Musgrave 6394a1dfac Two fixed tests 2021-11-19 15:56:44 -08:00
Zach Musgrave d6bf9aef08 More tests for drop and create 2021-11-19 12:39:30 -08:00
Zach Musgrave 4daca0dddb More tests of drop and create table 2021-11-18 17:26:13 -08:00
Zach Musgrave 43efcb5398 First pass at reusing column tags more intelligently in the face of schema changes 2021-11-18 14:58:43 -08:00
Zach Musgrave 1e984c58db bats tests for table reuse 2021-11-17 17:14:16 -08:00