Commit Graph

159 Commits

Author SHA1 Message Date
Zach Musgrave 628b519740 Fixed remotes test 2021-07-05 09:56:49 -07:00
Zach Musgrave 4ccc0cb19b skipped broken trigger conflict test 2021-07-04 20:40:06 -07:00
Zach Musgrave 95c133618a Fixed index bats test 2021-07-04 20:21:49 -07:00
Zach Musgrave 0626b90be2 Fixed test in sql 2021-07-04 20:13:09 -07:00
Zach Musgrave 5d9c4d7821 Fixed the sql-conflicts tests 2021-07-04 20:01:39 -07:00
Zach Musgrave 2f9273531b Fixed sql-server test 2021-07-04 18:22:12 -07:00
Zach Musgrave cb15b41e1f skipped manual squash test, behavior unclear 2021-07-04 17:50:39 -07:00
Zach Musgrave f3eddf10a1 Fixed a few issues in bats tests 2021-07-04 17:29:27 -07:00
Zach Musgrave 0aca0ba4c0 Fixed final sql-merge test 2021-07-04 16:05:50 -07:00
Zach Musgrave addb2b3823 Fixed comment 2021-07-04 15:50:23 -07:00
Zach Musgrave 03bd1fa913 Wrote test of dolt_merge(--abort) 2021-07-04 15:49:31 -07:00
Zach Musgrave f6ab51d831 Rewrote a dolt_conflicts test 2021-07-04 15:38:55 -07:00
Zach Musgrave 8badd52d30 Fixed merge test 2021-07-04 14:31:21 -07:00
Zach Musgrave 14a7924445 Fixed a test 2021-07-04 10:23:13 -07:00
Zach Musgrave e78ed3b263 Merge master 2021-07-04 09:30:24 -07:00
Brian Hendriks 86bd20a4cd dolt roots command (#1891) 2021-07-04 07:51:07 -07:00
Zach Musgrave 28a73e495e Iteratring on last failing sql server test 2021-07-03 19:44:10 -07:00
Zach Musgrave 5bdb94fb9e Fixed a bug in sql checkout test 2021-07-03 19:41:51 -07:00
Zach Musgrave 79694f409c Fixed one server test 2021-07-03 17:56:45 -07:00
Zach Musgrave 82171757c9 Fixed and expanded the commit tests 2021-07-03 16:24:00 -07:00
Zach Musgrave 3783ade221 Fixed more tests, but still not working, probably because of errors in dolt_commit() 2021-07-03 12:12:41 -07:00
Zach Musgrave 25d5ee8c74 Fixed two dolt_checkout tests with new semantics 2021-07-03 10:57:24 -07:00
Aaron Son 41639a5936 bats/aws-remotes.bats: Change AWS remotes test so it doesn't delete last branch in the remote. 2021-07-02 15:30: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
Zach Musgrave e1b34fdc74 Updated tests for dolt_checkout(), exposed major problems in that implemntation 2021-07-02 12:43:43 -07:00
Zach Musgrave e22a0cc3c2 Fixed dolt_add by turning transactions on by default (they don't work otherwise now) 2021-07-01 17:37:53 -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
Katie McCulloch 2058e416be Merge pull request #1880 from dolthub/km/improve-error
Improve Error message when merge fails because of different primary keys
2021-07-01 11:17:57 -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
Katie McCulloch 75a69d115d PR feedback: Update error msg wording 2021-06-30 14:58:59 -07:00
Maximilian Hoffman f5d4e6a7b2 Merge pull request #1879 from dolthub/max/rm-jq
Rewrite jq test
2021-06-30 14:42:55 -07:00
Katie McCulloch 6b7c47b88d integration-tests/bats/schema-changes.bats: Update error string in test 2021-06-30 13:02:34 -07:00
Max Hoffman 1f5ae917f9 Rewrite jq test 2021-06-30 12:24:54 -07: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
Maximilian Hoffman 51ba83a048 Merge pull request #1873 from dolthub/max/export-types
Fix csv export types
2021-06-30 07:31:25 -07:00
Max Hoffman 0bfdcb8561 Refactor csv writer test to use typed schema 2021-06-29 15:11:06 -07:00
Katie McCulloch be2b2fc748 bats/diff.bats: Add test for diffing table with same name and different primary key sets 2021-06-29 14:33:24 -07:00
Max Hoffman 3d1044982f Fix csv export types 2021-06-29 12:13:26 -07:00
Brian Hendriks 1caa732fdd tuple type changes (#1545)
* tuple as primitive type

* merge primitive tuples

* try UnionKind with nil elements

* remove hard coded hashes

* more tuple type changes

Co-authored-by: Brian Hendriks <brian@liquidata.co>
2021-06-23 11:15:12 -07:00
Timothy Sehn a4ab1e0b00 Added bats tests for dolt log --merges, --parents, and --min-parents options 2021-06-21 12:30:02 -07:00
Max Hoffman 6744fc106d Merge master 2021-06-17 10:17:58 -07:00
Vinai Rachakonda 0aa1e1f282 Fix bug with conflicts for DOLT_MERGE (#1834)
Fix dolt_merge bug that prevented the rendering of tests
2021-06-16 23:43:28 -04:00
Daylon Wilkins 151ca17cb2 Fixed #1824: Bug with adding index on merge 2021-06-15 10:41:40 -07:00
Vinai Rachakonda bb3d6266ee Add test case for bytes parse bug (#1827)
Fixes small bytes error
2021-06-15 13:38:14 -04:00
Vinai Rachakonda 559de51aaa Add in for filtered table (#1826)
Let's you do an IN clause with the dolt diff table
2021-06-14 17:20:43 -04:00
Zach Musgrave 0f8237242f Skipped bats test for #1824 2021-06-14 11:30:41 -07:00
Vinai Rachakonda f494c8f478 Vinai/elixir smoke test (#1815)
Elixir integration
2021-06-14 13:51:38 -04:00
Dustin Brown 43ac9395a7 [auto-bump] [no-release-notes] dependency by VinaiRachakonda (#1810)
Bump gms and add test case
2021-06-11 18:03:20 -04:00
Dustin Brown 7d50362f36 [auto-bump] [no-release-notes] dependency by VinaiRachakonda (#1808)
Gms bump with locking test
2021-06-11 17:19:19 -04:00
Aaron Son 7243848381 go: fkconstrain: check: Correctly handle types.Null values in tuples being checked. 2021-06-11 12:12:15 -07:00