Commit Graph

7384 Commits

Author SHA1 Message Date
Zach Musgrave d6a705cda6 PR feedback 2022-05-11 14:28:21 -07:00
James Cor 66a52b6bb8 do both 2022-05-11 14:25:17 -07:00
zachmu 5b6e45764b [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-05-11 20:40:56 +00:00
Zach Musgrave 46822ea695 Upgrade gms again 2022-05-11 13:39:32 -07:00
Zach Musgrave 9132f65392 Added some skips on new format, broke some MODIFY COLUMN statement for foreign keys 2022-05-11 13:38:32 -07:00
James Cor 90cda723a9 just stuck with json 2022-05-11 13:35:48 -07:00
Zach Musgrave 3e2af51fd1 Upgrade GMS (new format tests don't pass without it 2022-05-11 13:06:13 -07:00
Zach Musgrave 476c8586e1 Fix compile error from rename 2022-05-11 11:50:43 -07:00
Andy Arthur 2b03d79fb6 added step benchmark for charting data 2022-05-11 11:18:20 -07:00
AndyA 6444dff2d8 Merge pull request #3387 from dolthub/andy/update-prolly-benchmarks
[no-release-notes] Update prolly/benchmarks
2022-05-11 11:08:33 -07:00
Andy Arthur e289e1359b fix lock contention on rand.Int() 2022-05-11 09:41:15 -07:00
Andy Arthur d51bd597c0 fix tests 2022-05-11 09:12:35 -07:00
Andy Arthur 4330b3ab38 added parallel read tests 2022-05-10 17:52:03 -07:00
Andy Arthur c7edef9e3a attempt to speedup message decoding (ugh flatbuffers) 2022-05-10 17:32:30 -07:00
James Cor 6063254504 Merge branch 'main' into james/mysql 2022-05-10 17:26:28 -07:00
Andy Arthur 3baee0f8de added allocation test for Map.Get() 2022-05-10 16:50:15 -07:00
reltuk 1478a8e5b3 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-05-10 23:45:12 +00:00
Aaron Son 8a5b5279b2 go/store/spec: Cleanup for Format_Default usage. 2022-05-10 16:43:46 -07:00
Zach Musgrave e405bcbe8e Merge branch 'zachmu/ddl' of github.com:dolthub/dolt into zachmu/ddl 2022-05-10 16:25:29 -07:00
Zach Musgrave f304169991 Cleanup 2022-05-10 16:25:23 -07:00
Andy Arthur 225f1f186f added unsafe string conversion for serial.GetFileID, refactored prolly/benchmark 2022-05-10 16:20:33 -07:00
Aaron Son 0558d9a99a go/store/datas: Remove some usage of Format_Default. 2022-05-10 16:20:10 -07:00
Aaron Son 0cc161365b go/store/diff: Get rid of some Format_Default usage. 2022-05-10 16:16:13 -07:00
zachmu 4bb24ce73a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-05-10 23:14:49 +00:00
Aaron Son acab8d781b Merge remote-tracking branch 'origin/main' into aaron/format-7-18-cleanup 2022-05-10 16:03:11 -07:00
Aaron Son 6eeae42959 go/store/...: Cleanup unprincipled use of Format_7_18, mostly in tests. 2022-05-10 16:02:49 -07:00
Aaron Son 01e714454f Merge pull request #3383 from dolthub/aaron/format-default-cleanup
[no-release-notes] go: Remove some unprincipled usage of types.Format_Default in non-test code.
2022-05-10 16:02:21 -07:00
Zach Musgrave 6aa2a88aac Merge main 2022-05-10 16:00:18 -07:00
AndyA bb489405be Merge pull request #3384 from dolthub/andy/dolt-1-bats
[no-release-notes] Add BATS CI for `__DOLT_1__`
2022-05-10 15:58:49 -07:00
Zach Musgrave 1d61966fd8 Working modify 2022-05-10 15:46:14 -07:00
Andy Arthur 3d068c02f7 added .gitignore 2022-05-10 15:33:08 -07:00
Andy Arthur 7ac36ea9f9 update prolly/benchmark to use b.N 🙃 2022-05-10 15:25:22 -07:00
Andy Arthur 2a32a1a9f7 Revert "assert __DOLT_1__ CI failure"
This reverts commit 638486fdd6.
2022-05-10 13:27:56 -07:00
Andy Arthur 638486fdd6 assert __DOLT_1__ CI failure 2022-05-10 13:27:37 -07:00
Andy Arthur 5119701331 remove DOLT_FORMAT_FEATURE_FLAG in favor of DOLT_DEFAULT_BIN_FORMAT 2022-05-10 13:23:19 -07:00
Aaron Son 02c5bb0875 go: Remove some unprincipled usage of types.Format_Default in non-test code. 2022-05-10 12:57:00 -07:00
Dhruv Sringari e9ab527a63 [no-release-notes] adds merge conflicts for the new storage format. (#3370)
* add durable.ConflictIndex. implement conflicts for new world

* fix issue when creating the same table in left and right

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

* copyright

* copyright 2

* fix test

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-05-10 12:46:06 -07:00
Zach Musgrave dac2f2eb67 Fixed bug in column tag reuse -- only want to do that if the noms kind hasn't changed 2022-05-10 12:21:55 -07:00
Andy Arthur 3b14f26328 bump ci for go/ 2022-05-10 11:23:33 -07:00
Andy Arthur 503f0402cb unskip more enginetests 2022-05-10 10:09:19 -07:00
Andy Arthur 50215986e2 unskip create check constraint tests 2022-05-10 09:49:02 -07:00
Andy Arthur d82d533240 unskip some prepared tests 2022-05-10 09:44:27 -07:00
Andy Arthur ef03353097 unskip TestTruncate 2022-05-10 09:17:48 -07:00
Andy Arthur ffaf14317b unskip TestUserPrivileges 2022-05-10 09:08:55 -07:00
Andy Arthur a913c006e2 refactored prolly.MutableMap to use skip list checkpoints 2022-05-09 17:17:45 -07:00
Andy Arthur 14fa734e68 Merge branch 'main' into andy/skip-list-checkpoint 2022-05-09 17:02:29 -07:00
Andy Arthur 51f7e377d1 use sentinel.next as skip list head 2022-05-09 16:58:28 -07:00
Andy Arthur f9abecb06c added checkpoint and revert to skip list 2022-05-09 16:18:30 -07:00
Jason Fulghum cf9e0cfb85 Merge pull request #3375 from dolthub/fulghum/cmd-doc
Fixing revert command usage docs
2022-05-09 15:59:24 -07:00
Dhruv Sringari 839d7c9cf3 dolt reset --hard clears any merge state (#3374)
* dolt reset --hard clears any merge state

* fix call DOLT_RESET to match new behavior, add sqlengine tests

* uncomment conflicted case
2022-05-09 15:34:52 -07:00