Commit Graph

12733 Commits

Author SHA1 Message Date
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
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
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 242793c0e9 two more skips 2022-05-10 15:01:20 -07:00
Andy Arthur eccb060ca8 unskipping more tests 2022-05-10 14:34:05 -07:00
Andy Arthur 01587c8c20 more BATS skips for __DOLT_1__ 2022-05-10 14:08:47 -07:00
Andy Arthur 82f5d8ae7d added BATS helper skip_nbf_dolt_1 2022-05-10 13:37:16 -07:00
Andy Arthur 0de66bf590 added BATS CI for __DOLT_1__ (failure expected) 2022-05-10 13:29:04 -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
Maximilian Hoffman 43b644ca0c Only skip engine, not inverse (#3379) 2022-05-10 12:29:20 -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
AndyA ea4239a81a Merge pull request #3380 from dolthub/andy/expand-dolt-1-ci
[no-release-notes] Also run `__DOLT_1__` CI on OSX and Windows
2022-05-10 12:10:11 -07:00
Andy Arthur 3b14f26328 bump ci for go/ 2022-05-10 11:23:33 -07:00
Andy Arthur e86e89cce5 also run __DOLT_1__ CI on OSX and Windows 2022-05-10 11:21:04 -07:00
AndyA de586658e2 Merge pull request #3378 from dolthub/andy/unskip-enginetests
[no-release-notes] Unskip new format enginetests
2022-05-10 10:58:15 -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
AndyA 0e4eb21d1f Merge pull request #3377 from dolthub/andy/skip-list-checkpoint
[no-release-notes] Add Checkpoints to `skip.List`
2022-05-09 22:49:17 -05:00
Andy Arthur a913c006e2 refactored prolly.MutableMap to use skip list checkpoints 2022-05-09 17:17:45 -07:00