Commit Graph

13145 Commits

Author SHA1 Message Date
zachmu 000485bb3f [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-08 17:33:03 +00:00
Zach Musgrave 72521b1465 Merge main 2022-06-08 10:30:20 -07:00
Zach Musgrave 123c9dce96 upgrade gms 2022-06-08 10:28:59 -07:00
Zach Musgrave c7f77ea3d9 unskip another test 2022-06-08 10:10:05 -07:00
Zach Musgrave e2e2a4d4f2 Unskip a bunch of tests 2022-06-08 10:08:04 -07:00
AndyA 9f247c33d3 Merge pull request #3565 from dolthub/andy/enginetest-index-validation
[no-release-notes] Add `enginetest` validation stage for secondary index consistency
2022-06-08 09:50:16 -07:00
Zach Musgrave ea43f47c8f More tests 2022-06-08 09:49:09 -07:00
Aaron Son b67f4aadb6 Merge pull request #3525 from dolthub/aaron/datas-storeroot-uses-prolly-tree
[no-release-notes] go: Convert RefMap usage in datas, durable, doltdb to prolly.AddressMap.
2022-06-07 20:40:08 -07:00
Zach Musgrave 7bc1444668 Fixed bugs for indexed lookups when the index doesn't exist in previous revisions 2022-06-07 18:08:01 -07:00
Zach Musgrave e4ea1d4b8e Tests for pushing down an index that didn't always exist (failing) 2022-06-07 17:23:23 -07:00
druvv 7f5b8423a1 [ga-bump-release] Update Dolt version to 0.40.6 and release v0.40.6 v0.40.6 2022-06-08 00:17:18 +00:00
Zach Musgrave 5031d1e544 Fixed schema caching bug in LockedToRoot 2022-06-07 17:12:50 -07:00
Dhruv Sringari 6488344abb CALL DOLT_MERGE now returns fast_forward and conflicts status columns (#3564)
* CALL DOLT_MERGE now returns fast_forward and conflicts columns

* fix tests

* fix sql integration tests

* fix sql-merge.bats

* pr comment
2022-06-07 17:03:46 -07:00
Zach Musgrave 905cf34acf More tests 2022-06-07 16:55:37 -07:00
Zach Musgrave e40b7110dd Bug fixes and tests 2022-06-07 16:05:36 -07:00
jennifersp 841b294841 add bats test for procedure alias not showing in information_schema.routines table (#3554) 2022-06-07 15:56:07 -07:00
Zach Musgrave d87df70135 Correctly apply indexes we said we would (if we have to) 2022-06-07 15:50:39 -07:00
Zach Musgrave 81d6df8798 Almost working 2022-06-07 15:34:45 -07:00
Aaron Son d1cbdb849c go/cmd/dolt/commands: roots.go: Fix. 2022-06-07 15:19:38 -07:00
Zach Musgrave 4354476f62 Added ordered index to dolt index 2022-06-07 15:12:21 -07:00
Aaron Son df73a69cd5 go/cmd/dolt/commands: roots.go: Fix for __DOLT_{DEV,1}__. 2022-06-07 14:45:20 -07:00
Andy Arthur edf23cd5eb correctly map index keys from primary to secondary 2022-06-07 13:18:58 -07:00
Maximilian Hoffman fe7ff993d9 error instead of blob panic (#3561) 2022-06-07 13:18:15 -07:00
Andy Arthur 637ba58cba added secondary index validation stage, not yet passing 2022-06-07 12:43:39 -07:00
AndyA dc738b77d1 Merge pull request #3556 from dolthub/andy/validating-harness
[no-release-notes] doltcore/sqle/enginetest: Validating Enginetest Harness
2022-06-07 12:42:59 -07:00
Andy Arthur a9f408d529 Merge remote-tracking branch 'origin/main' into andy/validating-harness 2022-06-07 11:46:16 -07:00
Aaron Son 09fc24e16d go/store/cmd/noms: noms_show.go: Make it work better for new StoreRoot. 2022-06-07 11:44:04 -07:00
AndyA 373b60b098 Merge pull request #3559 from dolthub/andrew-wm-arthur-dfd8f9b7
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2022-06-07 11:36:24 -07:00
Maximilian Hoffman 1f39d77f6e checkout proc startpoint (#3557)
* checkout proc startpoint

* zach comments
2022-06-07 10:31:26 -07:00
Andy Arthur 906c875f47 correctly unwrap PrivilegedDatabases in validation 2022-06-07 10:20:28 -07:00
Aaron Son 88fc5b1cc7 go/store/cmd/noms: noms_root_test.go: Golden hashes. 2022-06-07 10:04:33 -07:00
andrew-wm-arthur 62b4fbd3b4 [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-06-07 17:01:08 +00:00
Aaron Son 22bafb9f2c go/libraries/doltcore/sqle: sqlselect_test.go: Fix golden hash for branches select. 2022-06-07 09:50:23 -07:00
Aaron Son ee5d3f0ec4 go/libraries/doltcore/sqle/dtables: conflicts_tables.go: prolly -> shim. 2022-06-07 09:24:04 -07:00
andrew-wm-arthur fcf78b5b8e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-07 01:24:27 +00:00
Andy Arthur c759aa685a added validation stage for dangling chunks 2022-06-06 18:17:51 -07:00
Andy Arthur e53abf5c7c implemented ValidatingHarness for DoltHarness 2022-06-06 17:46:44 -07:00
Andy Arthur 0faba1dd3a pickup GMS changes 2022-06-06 17:44:01 -07:00
Aaron Son 74bf8541d8 Merge remote-tracking branch 'origin/main' into aaron/datas-storeroot-uses-prolly-tree 2022-06-06 17:18:46 -07:00
Aaron Son 0623d8a308 Merge pull request #3553 from dolthub/aaron/prolly-messages-deserialize-through-types
[no-release-notes] go/store/{prolly/{message,node},types}: Change prolly message serialization to round trip through ValueStore successfully.
2022-06-06 17:18:08 -07:00
Zach Musgrave 11f3e7892b Deleted filtered reader and dependencies 2022-06-06 16:53:43 -07:00
Zach Musgrave fe034db823 Fixed a couple bugs with index pushdown 2022-06-06 16:52:10 -07:00
Tim Sehn 06218a4a51 Merge pull request #3538 from dolthub/zachmu/bats-unskip
Unskip newly working bats tests
2022-06-06 16:48:04 -07:00
Jason Fulghum 452038b4ef Merge pull request #3549 from dolthub/fulghum/dolt-3546
Bug fix for dolt init not persisting explicit name and email settings to local config
2022-06-06 16:32:22 -07:00
Aaron Son 10c02ea770 go/store/prolly: Fix test. 2022-06-06 16:06:38 -07:00
Maximilian Hoffman b7493ae318 [no-release-notes] add immutable chunker (#3544)
* [no-release-notes] add immutable chunker

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* andy's comments

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-06-06 16:01:00 -07:00
Aaron Son 587f66b75f go/store/prolly/tree: node_test.go: Fix go vet. 2022-06-06 15:31:13 -07:00
Jason Fulghum 6819aabcc3 Adding a test with no global configuration set. 2022-06-06 15:20:59 -07:00
Aaron Son 6853c27930 go/store/{prolly/{message,node},types}: Change prolly message serialization to round trip through ValueStore successfully. 2022-06-06 15:19:58 -07:00
Jason Fulghum e7bd56206c Switching to stretchr/testify 2022-06-06 15:14:29 -07:00