Commit Graph

68 Commits

Author SHA1 Message Date
Zach Musgrave 43fd1404b5 Skipped drop test failing on windows: 2022-05-19 08:07:33 -07:00
Zach Musgrave c491e777a0 Fixed panic when dropping a database with active branches in use 2022-05-18 18:17:25 -07:00
Zach Musgrave 4ac4a3fe83 Fix 3 failing tests for new format 2022-05-11 16:59:36 -07:00
Andy Arthur 01587c8c20 more BATS skips for __DOLT_1__ 2022-05-10 14:08:47 -07:00
Daylon Wilkins 7fe4d7d780 Added stored procedure versions of dolt functions 2022-04-19 03:44:20 -07:00
Dustin Brown ea410bfd02 [auto-bump] [no-release-notes] dependency by jennifersp (#3112) 2022-03-29 11:21:28 -07:00
Maximilian Hoffman bdab3358f1 Remove index filters (#2828)
* GMS bump

* eliminate OR filters

* fix range filters and datetime formatting

* GMS bump

* cleanup

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

* remove some plan bats

* simplify all checks into is not null

* better comments

* daylon's comments

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-02-24 22:32:22 -08:00
James Cor 57f6d85380 this is really messing with bats tests :( 2022-02-10 16:11:33 -08:00
Andy Arthur f13c4c5833 deleted sql show grants bats 2022-02-02 16:57:35 -08:00
Andy Arthur 831b5af158 skipped bats test 'sql show grants' 2022-02-02 16:19:45 -08:00
Timothy Sehn 8bf0947607 Factored out bats tests for check constraints into their own file. Added skipped test for alter removing constraints. 2022-01-28 14:05:24 -08:00
Zach Musgrave e4c43ec7ff Merge pull request #2685 from dolthub/zachmu/create-tables
Disable --batch mode for `dolt sql` by default
2022-01-26 16:31:32 -08:00
Zach Musgrave 94bd0e051f Added test for dolt sql --file 2022-01-26 15:50:29 -08:00
jennifersp 4448bba64d fix vertical format row numbering (#2677) 2022-01-25 16:25:49 -08:00
Zach Musgrave 9b33bf7604 Fixed procedures test 2022-01-25 16:15:11 -08:00
Zach Musgrave 9cf202e73f Fixed bats tests for slightly different error messages 2022-01-25 12:20:06 -08:00
Zach Musgrave 0a11d1d89c Removed --disable-batch flag from all bats tests 2022-01-25 11:52:04 -08:00
jennifersp ec95a96d9c add \G vertical query format (#2593) 2022-01-18 12:02:58 -08:00
Zach Musgrave ff7f1680ab Merge main 2021-12-15 12:39:39 -08:00
Zach Musgrave ab43168435 Added a couple bats tests 2021-12-15 12:12:11 -08:00
jennifersp 058946246d add pager to dolt log (#2482) 2021-12-15 11:03:59 -08:00
Zach Musgrave 114b62bf30 PR feedback 2021-11-09 16:34:27 -08:00
Zach Musgrave af4842768f Fixed a couple more tests 2021-11-09 16:21:58 -08:00
Zach Musgrave 9873a81b54 More tests 2021-11-09 09:03:40 -08:00
Zach Musgrave 21a17f0c7b Test fix 2021-11-05 15:53:12 -07:00
Zach Musgrave dd24ced73f Unskipped test 2021-11-05 15:46:55 -07:00
Zach Musgrave d0a33ab8bc Added a skipped test for running dolt sql outside a repo 2021-11-04 20:20:29 -07:00
Zach Musgrave 9272181c0d Fixed and added tests 2021-11-04 20:09:54 -07:00
Zach Musgrave 8a47db3dcf Refactoring sql command, added a failing bats test 2021-11-03 17:00:45 -07:00
Zach Musgrave 17a8f13f14 SQL command line test for creating databases 2021-11-02 16:01:21 -07:00
Vinai Rachakonda 3ddaf74aa8 Make sure sql shell context uses the session stored database (#2298) 2021-10-28 17:03:22 -07:00
Vinai Rachakonda 4d50597424 Unblock Update Tests and add new bats test for Update Join #2274 2021-10-20 16:58:27 -07:00
Zach Musgrave 29ab1510ee Fixed two broken bats tests (also rewrote line endings in one file) 2021-10-18 16:25:22 -07:00
Dustin Brown 5371ed510f /integration-tests/bats: fix bats tests 2021-09-23 14:30:43 -07:00
Brian Hendriks 5cc0852692 optimize keyless read row (#2094) 2021-09-23 10:57:31 -07:00
Zach Musgrave 58f3aaf5d5 Re-skipping test I accidentally unskipped 2021-08-11 11:23:49 -07:00
Zach Musgrave 1201262158 Regression test for issue 1131 2021-08-11 10:50:43 -07:00
Zach Musgrave a367bda243 Fixed dolt_checkout to correctly update the head ref var, added a bats test 2021-07-29 16:24:35 -07:00
Zach Musgrave e54107bc74 Allow switching branches by setting the head ref system variable. Added a bats test 2021-07-29 15:51:51 -07:00
Zach Musgrave c674d817a8 bats test for switching heads with a session var 2021-07-29 15:43:56 -07:00
Zach Musgrave 82ed59272e Tests for read-only error cases 2021-07-28 12:19:31 -07:00
Zach Musgrave 56f7ea3661 Somewhat hacky fix to get commit hash qualified DBs working 2021-07-28 11:42:07 -07:00
Zach Musgrave 2938edeeb5 Allow commit hashes to be used for DB qualifiers. This means we don't have a working set in this case, still many bugs there. 2021-07-27 20:39:28 -07:00
Zach Musgrave eec245b055 Tests of using branch qualified db names in select and insert statements 2021-07-27 17:41:32 -07:00
Zach Musgrave 793979690d Added test for USE branch syntax in SQL shell 2021-07-27 17:24:14 -07:00
Zach Musgrave 0626b90be2 Fixed test in sql 2021-07-04 20:13:09 -07:00
Zach Musgrave e78ed3b263 Merge master 2021-07-04 09:30:24 -07:00
Zach Musgrave d16d5d0dd1 Fixed a bug in active_branch (and other places) owing to the ToHeadRef method on WorkingSetRef. Also skipped a test in sql.bats 2021-07-01 17:12:39 -07:00
Vinai Rachakonda df7dd3997c Vinai/print race condition (#1858)
Fixes parallelism and buffer problems in pretty print
2021-07-01 13:02:06 -04:00
Aaron Son 144457cc2b integration-tests/bats/sql.bats: Add small bats test for UPDATE targeting join. 2021-06-30 12:20:58 -07:00