Commit Graph

2771 Commits

Author SHA1 Message Date
Dustin Brown
80037bcffc [auto-bump] [no-release-notes] dependency by jennifersp (#7112) 2023-12-07 13:33:07 -08:00
stephanie
e894937c0c Merge pull request #7105 from dolthub/steph/version
Add of out date warning to `dolt version`
2023-12-07 12:51:47 -08:00
Aaron Son
db3472ab54 Merge pull request #7107 from dolthub/aaron/sqle-database-provider-clone-dbLocations-fix
go/libraries/doltcore/sqle: DatabaseProvider: Fix a bug where a database created with call dolt_clone() would not be dropped until the server was restarted.
2023-12-06 15:14:19 -08:00
stephanie
e0013d3de2 Merge branch 'main' into steph/version 2023-12-06 10:30:30 -08:00
Stephanie You
b756f73a81 fix bats test 2023-12-06 10:21:39 -08:00
Zach Musgrave
7c88abef6e Merge pull request #7090 from dolthub/zachmu/events
Added a periodic heartbeat event metric to `sql-server`
2023-12-06 09:48:48 -08:00
stephanie
ed7ee23423 Merge pull request #7088 from dolthub/steph/clone-branch
add `--single-branch` flag for `dolt clone`
2023-12-06 09:41:47 -08:00
Aaron Son
0e1bbfc9f0 go/libraries/doltcore/sqle: DatabaseProvider: Fix a bug where a database created with call dolt_clone() would not be dropped until the server was restarted.
Fixes #7106.
2023-12-06 09:03:39 -08:00
Zach Musgrave
8ad5bd0f6e Merge branch 'main' into zachmu/events 2023-12-05 16:52:58 -08:00
Aaron Son
5edebb5e4a integration-tests/bats/performance.bats: Run some long-running tests locally for now. 2023-12-05 16:50:28 -08:00
Aaron Son
379ee64cb9 Merge remote-tracking branch 'origin/main' into aaron/lambda-bats 2023-12-05 16:09:27 -08:00
Aaron Son
6c5c03dffe integration-tests/bats: Small bats tests improvements for the lambda runner. 2023-12-05 15:14:00 -08:00
Zach Musgrave
13d51ae1ae fixed test 2023-12-05 11:13:52 -08:00
Stephanie You
c64e2b93af Merge remote-tracking branch 'origin/main' into steph/clone-branch 2023-12-05 10:38:32 -08:00
Zach Musgrave
7271e56ce8 heartbeat tests 2023-12-05 10:03:10 -08:00
Zach Musgrave
b207b1bc03 Smoke test for faulty GRPC config, fixed broken error handling in the case of a bad GRPC client 2023-12-04 17:03:24 -08:00
stephanie
0972f6cf97 Merge pull request #7092 from dolthub/steph/gc
migrate `dolt gc` to use sql queries
2023-12-04 16:49:25 -08:00
Zach Musgrave
a7b31a3736 End to end tests of metrics logging 2023-12-04 16:21:59 -08:00
Nick Tobey
e723577492 Merge pull request #7065 from dolthub/nicktobey/perf
Cache the computation of default columns during three-way merges.
2023-12-04 14:10:51 -08:00
Stephanie You
aee558db41 catch different reflog output between remote vs local execution 2023-12-04 13:58:42 -08:00
Stephanie You
279b40a96e migrate dolt gc to use sql queries 2023-12-04 11:59:56 -08:00
Nick Tobey
c8ba567c23 Add comments to BATS test. 2023-12-04 11:59:09 -08:00
Nick Tobey
915cadb3b6 Delete unneeded files from test repo. 2023-12-04 11:54:03 -08:00
Zach Musgrave
6cdd0fbefd Merge main, resolve new event conflict 2023-12-04 10:25:52 -08:00
Stephanie You
4ec6d2b9fe PR comments 2023-12-04 10:00:58 -08:00
Zach Musgrave
d31758468d go mod cleanup 2023-12-01 17:44:27 -08:00
stephanie
d73c8fd4d5 Merge branch 'main' into steph/reflog 2023-12-01 16:39:43 -08:00
Stephanie You
be31b2852e adds --single-branch for dolt clone 2023-12-01 15:29:01 -08:00
Stephanie You
e2f18eedb9 Merge remote-tracking branch 'origin/main' into steph/reflog 2023-12-01 15:01:29 -08:00
Stephanie You
b47eeb4dec PR comments 2023-12-01 15:00:05 -08:00
Aaron Son
e7d3f149df Merge pull request #7081 from dolthub/aaron/fix-bats-ls-flakey-failure
[no-release-notes] integration-tests/bats: ls.bats: Fix a flakey failure where an unlucky hash could cause a negative assertion to fail.
2023-12-01 12:47:55 -08:00
Taylor Bantle
a0c0fa6e51 Fix existant typo 2023-12-01 11:10:55 -08:00
stephanie
18f65fbdf2 Merge pull request #7077 from dolthub/steph/sql-client-depre
remove dolt sql-client command
2023-12-01 10:17:55 -08:00
Aaron Son
83602c2f80 [no-release-notes] integration-tests/bats: ls.bats: Fix a flakey failure where an unlucky hash could cause a negative assertion to fail.
ls.bats was using test table names like `t1` and `t2` and making assertions
against the output of `dolt ls`. But the output of `dolt ls` also sometimes
includes a commit hash, which can itself contain these strings.

Change it so that we use names which will never appear in a commit hash.
2023-11-30 16:23:39 -08:00
Aaron Son
2d738b7b1d intergration-tests/bats: Update tests for new sql-server.info filename. 2023-11-30 15:15:13 -08:00
Stephanie You
86d12d7b8e remove dolt sql-client command 2023-11-30 14:59:59 -08:00
Aaron Son
67535bbda1 go/cmd/dolt: sql-server.lock/sql-server.info changes. PR feedback. 2023-11-30 12:01:43 -08:00
Nick Tobey
a24aa6503d Add initial performance regression tests. 2023-11-30 09:50:11 -08:00
Aaron Son
677c553c5c integration-tests/bats: Skip some tests where we use dolt init in SQL_ENGINE=remote-engine mode. 2023-11-29 21:42:03 -08:00
Stephanie You
5d24edd9ef address PR comments 2023-11-29 18:43:36 -08:00
Aaron Son
2e9546d902 integration-tests/go-sql-server-driver: sqlserver_lock_test.go: Add a test documenting the current odd behavior where you can run two sql-servers against the same directory if they have no DoltDBs. 2023-11-29 17:57:06 -08:00
Aaron Son
751840ea61 integration-tests/bats: Update bats tests for new sql-server.lock semantics. 2023-11-29 17:56:24 -08:00
Aaron Son
634bdf3e30 integration-tests/go-sql-server-driver: sqlserver_lock_test.go: Add some integration tests for sql-server.lock file handling. 2023-11-29 14:28:04 -08:00
Stephanie You
3e5c6b6bb7 minor test updates 2023-11-29 11:34:12 -08:00
Stephanie You
adcf3c10f3 tests for dolt reflog 2023-11-29 11:34:11 -08:00
jennifersp
d3c4a9a444 remove dolt stored procedure aliases (#7054) 2023-11-28 10:33:23 -08:00
Jason Fulghum
3f90521272 Fixing BATS test after allowing TEXT/BLOB/JSON fields to accept a literal default value (for MariaDB compatibility) 2023-11-21 15:45:50 -08:00
Nick Tobey
9bc32d9db2 Merge pull request #6980 from dolthub/nicktobey/schemamerge
Correctly identify and report data conflicts when deleting rows and/or columns during a three-way merge.
2023-11-20 23:12:26 -08:00
Neil Macneale IV
dbb5ce3d2d Merge pull request #7023 from dolthub/macneale4/fix_dolt_fetch_pull
fix dolt fetch and dolt pull commands to properly authenticate
2023-11-20 20:32:04 -08:00
Neil Macneale IV
0780d4e496 Update tests for more descriptive messages 2023-11-20 18:39:42 -08:00