Commit Graph

28 Commits

Author SHA1 Message Date
Stephanie You
6b77bde54c update dolt_column_diff logic to use tags, add more tests 2023-03-22 14:47:26 -07:00
Stephanie You
4bd3fe6497 adds the dolt_column_diff system table 2023-03-13 16:32:28 -07:00
Jason Fulghum
db2a23d205 Fixing dolt_remote_branches test to not flake on commit hash content that matches our test values. 2023-02-14 16:13:04 -08:00
Jason Fulghum
4793a938b0 Removing a skipped test for dolt_remote_branches that isn't needed anymore (another test covers it).
Adding some extra debug output for a BATS test that's been failing.
2023-02-14 15:12:00 -08:00
Zach Musgrave
23098c8738 Test for no remotes 2023-02-06 14:41:06 -08:00
Zach Musgrave
3d131a9ffd Updated bats tests 2023-02-06 14:33:17 -08:00
Zach Musgrave
09c52bd41e Tests and bug fix 2023-02-03 14:05:02 -08:00
Andy Arthur
8f95ecdf29 added bats repro for empty dolt_remotes table in revision db 2022-10-11 10:02:12 -07:00
jennifersp
6910ac96b7 allow init with empty working set (#4255) 2022-09-02 13:21:27 -07:00
Tan Yong Zhi
9b4b805268 Fix more failing bats tests 2022-08-26 12:14:05 +08:00
jennifersp
6886a8721f commit merge if no conflict (#4105) 2022-08-23 12:38:12 -07:00
jennifersp
bfc3cfbda0 Support dolt_remote() stored procedure (#3862) 2022-07-20 14:46:28 -07:00
Dhruv Sringari
93a2938716 unskip system tables tests (already working) (#3807) 2022-07-12 11:34:38 -07:00
jennifersp
00d520ddc8 add dolt_tags system table and dolt_tag() procedure (#3774) 2022-07-08 17:55:01 -07:00
Daylon Wilkins
178259995b Unskipped bats tests 2022-06-21 04:03:39 -07:00
Jason Fulghum
87057425b1 Adding BATS smoke test for dolt_diff system table 2022-06-16 11:32:55 -07:00
Daylon Wilkins
07f617e87a Simplified types, removed some type checks, fixed SELECT output 2022-06-11 19:06:41 -07:00
Zach Musgrave
e2e2a4d4f2 Unskip a bunch of tests 2022-06-08 10:08:04 -07:00
Andy Arthur
eccb060ca8 unskipping more tests 2022-05-10 14:34:05 -07:00
Andy Arthur
01587c8c20 more BATS skips for __DOLT_1__ 2022-05-10 14:08:47 -07:00
Jason Fulghum
650db15ca5 Adding BATS coverage for selecting from DOLT_HISTORY_$TABLE with a filter expression and verified that it fails without the fix on this branch. 2022-02-08 14:45:40 -08:00
jennifersp
94ad6bb78e Retain not null constraint on primary key columns when dropping primary key (#2745) 2022-02-04 15:20:21 -08:00
Dustin Brown
5371ed510f /integration-tests/bats: fix bats tests 2021-09-23 14:30:43 -07:00
Maximilian Hoffman
afe0655019 dolt_remote table read path (#1901)
* Initial commit

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

* use GetRemotes

* Add bats

* undo uncomment

* Fix lint, bats comment

* Insert improvements

* Refactor dsess

* Repo state remote access

* Rewrite dolt_remotes system implementation, refactor command.remote also

* Delete comments

* Small fixes

* Add adaptor methods

* Format

* missed an interface change

* Pass remotes to session state adaptor

* undo bad merge, uncomment bats

* add bats test for unsupported behavior

* Rewrite remote error handling

* Remote invalid errorf

* Fix error names

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-08-26 15:57:43 -07:00
Vinai Rachakonda
6a46b679d8 Add or Drop Primary Keys
We can alter and drop primary keys!
2021-08-16 21:18:29 -07:00
Aaron Son
120f65e830 go/libraries/doltcore/doltdb: Prohibit deleting the last branch ref in the dataset. 2021-07-02 14:36:27 -07:00
Vinai Rachakonda
b0ea4355c7 create skipped test for dolt_branches w/ remote (#1591) 2021-04-25 22:23:56 -04:00
Dustin Brown
61b06450b1 /integration-tests: move bats 2021-03-15 14:04:40 -07:00