Commit Graph

1690 Commits

Author SHA1 Message Date
Zach Musgrave
a6fbdd66e5 Fixed test 2023-02-16 10:59:31 -08:00
Zach Musgrave
145ddd6d7b Fixed tests 2023-02-16 10:58:26 -08:00
Zach Musgrave
7e1e6715cd Fixed test 2023-02-16 10:53:30 -08:00
Zach Musgrave
b75f9a9129 Drop the dolt_schemas table after deleting all views and triggers 2023-02-15 17:23:00 -08:00
Zach Musgrave
962c6f4400 Bats tests 2023-02-15 15:32:08 -08:00
James Cor
93436b979b Merge pull request #5319 from dolthub/james/fk-stuff-again
don't create new index if matching on primary key
2023-02-09 13:38:44 -08:00
Zach Musgrave
e13275ba9b Merge pull request #5330 from dolthub/zachmu/remote-ref-replication
Fixed race when multiple clients attempt to connect to the same branc…
2023-02-09 11:52:05 -08:00
James Cor
ce6fbf57f0 a test 2023-02-09 11:22:03 -08:00
Zach Musgrave
10049193ba Fixed bugginess in server shutdown wait for bats 2023-02-09 10:06:11 -08:00
Taylor Bantle
3e2ff94a40 Merge pull request #5126 from dolthub/dependabot/npm_and_yarn/integration-tests/mysql-client-tests/node/knex-2.4.0
Bump knex from 1.0.7 to 2.4.0 in /integration-tests/mysql-client-tests/node
2023-02-09 09:36:33 -08:00
Zach Musgrave
60b87d3f54 Fixed bats test, needed replica config. Added new test 2023-02-08 18:16:51 -08:00
Zach Musgrave
a6317196f3 Test of connecting to a branch not on a remote 2023-02-08 17:09:44 -08:00
Zach Musgrave
92a85a6bad Test for replication pull creating new remote branches 2023-02-08 17:02:23 -08:00
Taylor Bantle
8433dc58ef Merge pull request #5332 from dolthub/taylor/node-improvements
[no-release-notes] mysql-client-tests/node: Some test improvements
2023-02-08 14:39:43 -08:00
stephanie
f8134e90c6 Merge pull request #5326 from dolthub/steph/query-timing
fixes timing for multi statement queries
2023-02-08 10:24:26 -08:00
Zach Musgrave
034c5d19f1 Fixed bats test. No longer an error to connect to a locally created branch on a read replica (maybe should be an error to create a local branch in the first place but we don't enforce that) 2023-02-08 09:44:34 -08:00
Taylor Bantle
b029f1a2d4 Remove reset 2023-02-07 17:16:49 -08:00
Taylor Bantle
716909795c integration-tests/node: More improvements 2023-02-07 17:16:49 -08:00
Taylor Bantle
8732764233 mysql-client-tests/node: Format 2023-02-07 17:16:49 -08:00
jennifersp
0e105b83e5 add bats test for binary string encoded to utf8 (#5294) 2023-02-07 14:47:10 -08:00
Stephanie You
3b1307b884 fixes timing for multi statement queries 2023-02-07 11:56:37 -08:00
jennifersp
463e93169b fix panic for unexpected json file format (#5302) 2023-02-06 17:55:14 -08:00
Zach Musgrave
5dc703d8a5 Merge pull request #5306 from dolthub/zachmu/all-branches
dolt_remote_branches table
2023-02-06 15:56:21 -08:00
Zach Musgrave
23098c8738 Test for no remotes 2023-02-06 14:41:06 -08:00
jennifersp
f3f68b35c2 add --track flag for dolt_branch() procedure (#5312) 2023-02-06 14:37:25 -08:00
Zach Musgrave
3d131a9ffd Updated bats tests 2023-02-06 14:33:17 -08:00
Stephanie You
ee7d6afe1a update dolt_fetch stored procedure to make --force default 2023-02-06 09:52:17 -08:00
Stephanie You
fd0e4d6faa makes -f default behavior for dolt fetch 2023-02-03 16:07:19 -08:00
Zach Musgrave
09c52bd41e Tests and bug fix 2023-02-03 14:05:02 -08:00
jennifersp
257b6b25fc allow different format options for dolt branch with track flag (#5286) 2023-02-03 09:34:40 -08:00
stephanie
d0daacddbe Merge branch 'main' into steph/dolt-5241 2023-02-02 14:20:14 -08:00
Stephanie You
01f29edd81 update query timing to be accurate when using dolt sql-client 2023-02-02 14:12:39 -08:00
jennifersp
50bc02c3ee [no-release-notes] fix data dump testing (#5272) 2023-02-02 10:52:13 -08:00
Aaron Son
de9892237e go/libraries/doltcore/sqle/dprocedures: Do not register dolt_gc. 2023-01-31 14:23:40 -08:00
jennifersp
77a0bb6d68 add bats test for release all locks on session end (#5257) 2023-01-30 19:43:21 -08:00
jennifersp
e956ba9516 add dolt_cherry_pick procedure (#5233) 2023-01-30 10:46:28 -08:00
jennifersp
b45fe90056 output correct result for empty JSON (#5242) 2023-01-27 14:05:04 -08:00
jennifersp
1c3a17239e add --author arg to dolt tag command on both CLI and SQL (#5234) 2023-01-27 12:22:03 -08:00
Andy Arthur
023a9eab9f hardcoded versions for python deps 2023-01-27 09:35:52 -08:00
jennifersp
a6278667b7 add bats tests for information schema tables (#5225) 2023-01-27 08:48:08 -08:00
Zach Musgrave
36d29f99a3 bats test expansion 2023-01-26 12:41:57 -08:00
Zach Musgrave
0f1236638f Bats test 2023-01-25 18:02:43 -08:00
Taylor Bantle
ea46bce1d1 Merge pull request #4959 from dolthub/taylor/gc
First pass at online GC
2023-01-25 14:01:36 -08:00
Taylor Bantle
ba7935b25b Merge remote-tracking branch 'origin/main' into taylor/gc 2023-01-25 11:24:06 -08:00
jennifersp
de2bdf74cb fix bats tests 2023-01-25 10:51:48 -08:00
Zach Musgrave
913e7b4771 Merge pull request #5193 from dolthub/zachmu/csv-out
Fixed error in csv and json output formats for sql shell
2023-01-24 16:00:06 -08:00
stephanie
c0b3660066 Merge pull request #5201 from dolthub/steph/dolt-5079
dolt pull without configs doesnt return error when up to date
2023-01-24 15:58:49 -08:00
Stephanie You
5c9f2957a2 check output in test when dolt pull without configs 2023-01-24 14:30:10 -08:00
Stephanie You
a5320f6cea dolt pull without configs doesnt return error when up to date 2023-01-24 14:01:17 -08:00
Zach Musgrave
e98cba4aef Merge pull request #5165 from dolthub/zachmu/delete-branch
Fixed branch -d behavior on unmerged branches to match git
2023-01-23 18:55:31 -08:00