Commit Graph

1870 Commits

Author SHA1 Message Date
Aaron Son
b51bdc2cff integration-tests/go-sql-server-driver: go mod tidy. 2023-04-06 16:12:20 -07:00
James Cor
e573b229a8 pinning to release 2.9.0 2023-04-05 16:51:15 -07:00
James Cor
f9103eea81 using new dockerfile 2023-04-05 10:47:06 -07:00
jennifersp
5b11cd3583 support 'add' and 'remove' options for dolt_backup() (#5660) 2023-04-03 14:50:10 -07:00
jennifersp
3280e3aeac update maven to 3.9.1 2023-04-03 10:43:41 -07:00
Pavel Safronov
db6587fd29 Adding BATS fixes for GMS JSON change. 2023-03-31 16:11:34 -07:00
AndyA
e30da05d8d Merge pull request #5601 from dolthub/andy/locking-journal-manifest
go/store/nbs: make chunk journal lock NBS manifest while open
2023-03-30 21:40:06 -07:00
Andy Arthur
04b4598ceb bats: fix another locked-out sql-server 2023-03-30 17:26:01 -07:00
Andy Arthur
d83ec9066a bats: fix DB locking in sql-server-remotesrv 2023-03-30 14:59:55 -07:00
Andy Arthur
6f25f7370b Merge remote-tracking branch 'origin/main' into andy/locking-journal-manifest 2023-03-30 12:24:57 -07:00
Zach Musgrave
bd0dc834b4 Better failure message for test failure 2023-03-30 11:51:07 -07:00
Stephanie You
6468052519 update sql-client bats test 2023-03-29 16:43:32 -07:00
Stephanie You
cab7b3840f update sql-client bats test 2023-03-29 15:33:58 -07:00
Stephanie You
9892cd2395 update sql-client bats test 2023-03-29 13:22:05 -07:00
Stephanie You
dc1d2a9efc updates sql-client to print query timing for more statement types 2023-03-29 11:45:29 -07:00
Jason Fulghum
8c631607da Merge pull request #5611 from dolthub/fulghum/bugfix 2023-03-27 20:12:29 -07:00
Jason Fulghum
40965c6d7a Adding a test to assert the dolt branch CLI command will not delete the currently checked out branch. 2023-03-27 17:29:56 -07:00
Andy Arthur
41b5a7a613 go/store/nbs: pr feedback 2023-03-27 11:15:38 -07:00
Andy Arthur
21d8bc23ce Merge remote-tracking branch 'origin/main' into andy/locking-journal-manifest 2023-03-27 09:21:41 -07:00
stephanie
1cc6213a5a Merge pull request #5567 from dolthub/steph/dolt-5254
adds the dolt_column_diff system table
2023-03-27 08:29:11 -07:00
Aaron Son
d1bb4f6807 integration-tests/go-sql-server-driver: Add a test which fails when a non-chunk journal repo first switches to chunk journal and runs call dolt_gc. 2023-03-24 09:43:54 -07:00
stephanie
fc1f9c3af9 Merge branch 'main' into steph/dolt-5254 2023-03-22 16:51:47 -07:00
Andy Arthur
41c6ab1938 go/store/nbs: added readOnly guard to journal manifest, updated integration tests 2023-03-22 14:51:12 -07:00
Stephanie You
6b77bde54c update dolt_column_diff logic to use tags, add more tests 2023-03-22 14:47:26 -07:00
Andy Arthur
e295af8b0c Merge remote-tracking branch 'origin/main' into andy/locking-journal-manifest 2023-03-22 12:05:21 -07:00
Jason Fulghum
d046092f4d Merge branch 'main' into fulghum/bugfix 2023-03-22 10:44:23 -07:00
Jason Fulghum
ae23057590 Tidying up tests 2023-03-22 09:58:29 -07:00
Jason Fulghum
6f6692ae82 Tidying up comment in teardown_common 2023-03-22 09:34:52 -07:00
Solipsis
81b6643c7c Merge branch 'main' of https://github.com/dolthub/dolt into fun_commits 2023-03-21 23:11:47 -07:00
Jason Fulghum
2cd90815d3 Adding a call to true as the last statement in the teardown function to ensure it never fails a test. 2023-03-21 20:52:40 -07:00
Jason Fulghum
e0001293b1 Merge pull request #5564 from solipsis-project/show-command
`dolt show` command
2023-03-21 18:57:26 -07:00
Jason Fulghum
6cf83d11ad Update integration-tests/bats/show.bats 2023-03-21 18:57:07 -07:00
Jason Fulghum
dd48389456 Cleaning up the deleted-branches tests and adding a hidden var to bypass default branch deletion protection. 2023-03-21 18:50:19 -07:00
Andy Arthur
9081917b24 go/store/nbs: added sentinel error for read-only manifest, fixed true-up 2023-03-21 17:06:41 -07:00
Jason Fulghum
f2b06238a1 Adding dolt_branch(-d) tests for sql shell (non-sql-server) 2023-03-21 15:49:09 -07:00
Jason Fulghum
cf36ef0116 Added test that dolt_branch(-d) cannot delete the default branch for a db. 2023-03-21 15:41:33 -07:00
Jason Fulghum
5a187d9ce6 Additional tests when a db's repo_state points to an invalid branch ref 2023-03-21 15:25:51 -07:00
Taylor Bantle
8dbded5d45 Support auth for dolt fetch 2023-03-21 14:58:29 -07:00
Taylor Bantle
9eb088daec Add auth to dolt pull 2023-03-21 14:19:28 -07:00
Taylor Bantle
77a413f977 Feedback 2023-03-21 13:58:53 -07:00
Taylor Bantle
a50029d765 bats: Fix user env variable 2023-03-21 13:07:11 -07:00
Jason Fulghum
cced96587b Ensuring we create a sql-server lock file when creating databases from a sql context 2023-03-21 12:21:05 -07:00
Jason Fulghum
85d7909854 unskipping branch deletion bats tests 2023-03-21 11:27:39 -07:00
Taylor Bantle
402f89054a bats: dolt clone works with auth 2023-03-21 11:14:23 -07:00
Solipsis
54647f7084 Add basic bats tests for dolt show. 2023-03-20 18:56:34 -07:00
Aaron Son
d024ea8ea6 go/store/nbs: store.go: Conjoin if we need to when we add new table files to a manifest.
This allows us to avoid huge manifests with lots of table files when we run
multiple full GCs over a period of time.
2023-03-20 16:39:52 -07:00
Aaron Son
df1f87fadf Merge pull request #5600 from dolthub/aaron/enable-dolt_gc-procedure
sql: dolt_gc: Enable the dolt_gc stored procedure. Make dolt_gc safe to use.
2023-03-20 12:58:11 -07:00
Aaron Son
7105650970 integration-tests/go-sql-server-driver: concurrent_gc_test.go: Small change to always remove dolt_gc connection from the connection pool. 2023-03-20 11:29:35 -07:00
Aaron Son
774c100678 go/store/types: gc: Establish safepoint after we are finalizing but before we swap tables. 2023-03-17 15:40:01 -07:00
Aaron Son
622b65264d integration-tests/go-sql-server-driver: Add a concurrent gc test where we create dolt commits. 2023-03-17 12:28:03 -07:00