Commit Graph

17271 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
483ee29a12 Merge branch 'zachmu/drop-add-views' of github.com:dolthub/dolt into zachmu/drop-add-views 2023-02-16 10:53:34 -08:00
Zach Musgrave
7e1e6715cd Fixed test 2023-02-16 10:53:30 -08:00
zachmu
de049c87f3 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-16 02:04:19 +00:00
Zach Musgrave
69286e50ac Rewrote test to not compare json docs, which is failing in CI for some reason 2023-02-15 18:02:55 -08:00
zachmu
695666b60a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-16 01:41:11 +00:00
Zach Musgrave
4c8ebd5f1f Merge branch 'zachmu/drop-add-views' of github.com:dolthub/dolt into zachmu/drop-add-views 2023-02-15 17:39:56 -08:00
Zach Musgrave
b228edc046 Fixed tests, made rename illegal for dolt_schemas 2023-02-15 17:39:36 -08:00
zachmu
3c529bf51a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-16 01:29:12 +00: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
cb8ffdf265 Re-enabled migration tests and fixed a bug 2023-02-15 16:59:04 -08:00
Zach Musgrave
c144b89538 Added data migration back 2023-02-15 16:37:20 -08:00
Zach Musgrave
962c6f4400 Bats tests 2023-02-15 15:32:08 -08:00
Zach Musgrave
d4a9ea0ce8 Fix remaining test 2023-02-15 14:52:49 -08:00
Zach Musgrave
8302037224 Test fixes 2023-02-15 14:25:16 -08:00
Zach Musgrave
55c65093c7 Inline schema method, fix a test 2023-02-15 14:10:57 -08:00
Zach Musgrave
01980e8bdf Simplified schema table lookups 2023-02-15 14:00:47 -08:00
Zach Musgrave
4524b9b7f6 Fixed listing fragments of type 2023-02-15 10:23:55 -08:00
Zach Musgrave
89534b0250 Rip out migration code 2023-02-15 10:17:59 -08:00
Zach Musgrave
938ea2d4df Started defining new schema for dolt_schemas 2023-02-14 18:44:21 -08:00
Jason Fulghum
8101359df1 Merge pull request #5343 from dolthub/fulghum-ba6b4d65
[auto-bump] [no-release-notes] dependency by fulghum
2023-02-09 17:57:00 -08:00
fulghum
6710afc3bb [ga-bump-dep] Bump dependency in Dolt by fulghum 2023-02-10 00:40:47 +00: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
079d3b767b Merge branch 'zachmu/remote-ref-replication' of github.com:dolthub/dolt into zachmu/remote-ref-replication 2023-02-08 17:45:11 -08:00
Zach Musgrave
d7d2b2a665 Missed error check 2023-02-08 17:45:07 -08:00
zachmu
499d3bd0fe [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-09 01:22:04 +00: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
Zach Musgrave
bbe82f0c09 refactored for readability 2023-02-08 16:23:33 -08:00
Zach Musgrave
677e6819f9 Ripped out upstream tracking for now 2023-02-08 16:08:31 -08:00
Pavel Safronov
38c6f2c18d Merge pull request #5331 from dolthub/pavel/dolt-5301
Add child refs to memtable only when a chunk was added.
2023-02-08 15:59:11 -08:00
Zach Musgrave
dc70db6cbe Save upstream tracking info for new branches 2023-02-08 15:28:25 -08:00
Zach Musgrave
a994e00bf8 Write remote tracking refs during replica pull 2023-02-08 15:10:42 -08:00
Zach Musgrave
c8e8b88c87 Fixed race where a branch ref has been created but the working set ref has not 2023-02-08 14:44:29 -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
Zach Musgrave
e2a895a9a2 looping logic bug fix 2023-02-08 14:33:37 -08:00
Zach Musgrave
18c9812f28 Better concurrency control, and some bug fixes in new branch creation 2023-02-08 13:57:45 -08:00
Zach Musgrave
ebf123211f Separated pulling branches from updating working set (not necessary on newly pulled branch) 2023-02-08 11:07:23 -08:00
Tim Sehn
21172d2058 Merge pull request #5320 from alrs/store-datas-errs
store/datas: fix dropped errors
2023-02-08 10:47:28 -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
Pavel Safronov
94df91fd44 Update tests to handle the new return type. 2023-02-07 17:53:12 -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