Commit Graph

19755 Commits

Author SHA1 Message Date
Zach Musgrave e672c304ab Merge main 2023-06-06 15:17:07 -07:00
Zach Musgrave e93f7ca52f Fixed correctness issues with harness.NewEngine 2023-06-06 15:04:24 -07:00
Dustin Brown dd327ac0f2 Merge pull request #6099 from dolthub/db/go-vet
[no-release-notes] /.github/workflows/ci-go-{race-enginetests,tests}.yaml: set vet off on go tests
2023-06-06 13:51:07 -07:00
Zach Musgrave 99ded16534 Added a clear method for databaseCache 2023-06-06 13:44:52 -07:00
Zach Musgrave 947771215b Deleted unused function 2023-06-06 12:58:01 -07:00
Zach Musgrave 128d401e1b Bug fix for session caching 2023-06-06 12:34:25 -07:00
Zach Musgrave e47d68b452 Session var caching, small win 2023-06-06 12:24:25 -07:00
tbantle22 d192005ee4 [ga-bump-release] Update Dolt version to 1.3.0 and release v1.3.0 v1.3.0 2023-06-06 19:21:35 +00:00
Taylor Bantle 73603e4739 Merge pull request #6092 from dolthub/taylor/load-data-tests
Integration tests for load data ignore/replace
2023-06-06 12:09:10 -07:00
Zach Musgrave bf4f066278 Another error 2023-06-06 11:15:43 -07:00
Zach Musgrave dad01497bb Typo 2023-06-06 11:14:40 -07:00
Zach Musgrave 36d20de701 Moved db cache to top level field on session 2023-06-06 11:14:13 -07:00
coffeegoddd 8ba2c5bba7 /.github/workflows/ci-go-{race-enginetests,tests}.yaml: set vet off on go tests 2023-06-06 10:45:58 -07:00
Zach Musgrave 0775c59e84 Caching bug fix 2023-06-06 10:09:54 -07:00
Zach Musgrave f409eb2c69 More db caching by name. Much faster, some bugs still 2023-06-06 10:04:24 -07:00
Taylor Bantle feb2704f62 Bump gms 2023-06-06 10:02:00 -07:00
Taylor Bantle b8bc6a2b51 Merge remote-tracking branch 'origin/main' into taylor/load-data-tests 2023-06-06 10:01:18 -07:00
Zach Musgrave 799ec4aadf Bug fix for state caching 2023-06-06 09:14:57 -07:00
Jason Fulghum e610d000ab Merge pull request #6086 from dolthub/fulghum/skip-empty-commit
Add support for `--skip-empty` to `dolt commit` and `dolt_commit()`
2023-06-06 08:50:47 -07:00
Jason Fulghum 25190826ff Merge pull request #6077 from dolthub/fulghum/schema-merge
Evaluate column default expressions during merge
2023-06-06 08:50:33 -07:00
max-hoffman c1ed21669a [ga-bump-release] Update Dolt version to 1.2.5 and release v1.2.5 v1.2.5 2023-06-06 05:24:11 +00:00
Dustin Brown 0d29270878 [auto-bump] [no-release-notes] dependency by max-hoffman (#6091)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* collation test

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
2023-06-05 21:49:54 -07:00
Taylor Bantle cb7bdb4f32 Skip TestLoadDataErrors 2023-06-05 18:38:27 -07:00
Zach Musgrave d7c2920a78 More caching 2023-06-05 17:06:53 -07:00
Zach Musgrave 7243a36d2b Removed useless param from SessionDatabase.InitialState() 2023-06-05 16:36:22 -07:00
Zach Musgrave a13a4f0e0b Added global caching for databases to avoid expensive lookups on names 2023-06-05 16:25:01 -07:00
Taylor Bantle c6b6187220 Bump gms 2023-06-05 15:52:34 -07:00
Dustin Brown c232144df9 Merge pull request #6087 from dolthub/james/err
[no-release-notes] add more info to constraint violation error
2023-06-05 15:42:08 -07:00
Zach Musgrave 828ad1a631 restored session cache 2023-06-05 14:47:46 -07:00
Nick Tobey 2df79e0778 Merge pull request #6015 from dolthub/nicktobey/addcommand
Migrate `dolt add` to use Sql backend.
2023-06-05 14:22:25 -07:00
Taylor Bantle ea2e87eac8 Fix go-sql-server-driver tests 2023-06-05 13:39:58 -07:00
Taylor Bantle ed8f23481c Integration tests for load data ignore/replace 2023-06-05 13:23:35 -07:00
Nick Tobey 0d88a6aab8 Fix case sensitivity issue in sql-local-remote.bats 2023-06-05 12:28:14 -07:00
JCOR11599 63e74b7a3c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-05 19:06:37 +00:00
James Cor f1503edfde detailed and formatted error 2023-06-05 11:56:52 -07:00
nicktobey be8056793e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-05 18:22:38 +00:00
Nick Tobey e313617cff Merge branch 'main' of github.com:dolthub/dolt into nicktobey/addcommand 2023-06-05 11:14:01 -07:00
Nick Tobey 1f5a931e07 Merge pull request #6090 from dolthub/nicktobey/ci
Actually run bats tests in a configuration where all commands connect to a server process.
2023-06-05 11:12:51 -07:00
Zach Musgrave 4bc0d266d5 Removed redundant call to setSessionVarsForDb 2023-06-05 11:04:02 -07:00
Nick Tobey a0a90d9110 Remove dolt add test. It will get added with the actual dolt add migration PR. 2023-06-05 09:30:35 -07:00
Nick Tobey 79912bfe6a xargs --no-run-if-empty does not exist on macOS, use xargs -r instead. 2023-06-04 18:07:32 -07:00
Nick Tobey 248fffdf08 Don't run dolt config --unset in tests if there are no vars to unset (because the test was skipped.) 2023-06-04 18:07:18 -07:00
Nick Tobey c2f58bd406 Use correct matrix variable when setting env variable in ci-bats-unix.yaml 2023-06-04 18:07:05 -07:00
Nick Tobey af6c15a221 Make sql-local-remote.bats more explicit about skipping remote-engine tests. 2023-06-04 18:06:52 -07:00
Nick Tobey 2596999362 Fix case sensitivity issue in sql-local-remote.bats test. 2023-06-04 18:06:26 -07:00
Nick Tobey 27b848623c Ensure we skip sql-local-remote.bats when running in remote server CI mode. 2023-06-04 18:05:50 -07:00
James Cor b1d1ea80de error 2023-06-03 00:03:48 -07:00
stephanie 69f999531a Merge pull request #6065 from dolthub/steph/dolt-blame
update dolt blame to use sql backend and accept specific revision
2023-06-02 23:51:16 -07:00
Nick Tobey 0d69f95604 Make exception in buildLateBinder for dolt sql-client 2023-06-02 17:46:59 -07:00
Nick Tobey 3935d9aff2 sql-local-remote.bats is for manually testing CLI commands in both local and remote mode. It shouldn't be included in the remote-server CI testing. 2023-06-02 15:28:49 -07:00