Commit Graph

12710 Commits

Author SHA1 Message Date
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
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
Zach Musgrave 37eb67f594 Only rewrite new format tables 2022-05-09 15:09:43 -07:00
Jason Fulghum d876a2f78a Fixing revert command usage docs. 2022-05-09 14:29:38 -07:00
Andy Arthur 9ca3028d76 implemented copy-on-update, rather than in-place update 2022-05-09 14:07:02 -07:00
Andy Arthur bd4398d5bb update defs for skipNode and List, prepping for copy-on-update 2022-05-09 12:43:32 -07:00
Andy Arthur d23f989f90 added findPathToKey for Get/Put 2022-05-09 12:21:26 -07:00
Aaron Son 554eb507a6 Merge pull request #3372 from dolthub/aaron/datas-refs
[no-release-notes] go/store/datas: database_common: Remove some Ref usage on the flatbuffers paths.
2022-05-09 11:29:31 -07:00
reltuk 2638877b47 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-05-09 17:45:11 +00:00
Aaron Son fafb4b8c9a Merge remote-tracking branch 'origin/main' into aaron/datas-refs 2022-05-09 10:43:11 -07:00
Daylon Wilkins f5a0b15c07 Implemented foreign keys for the new format 2022-05-09 09:38:46 -07:00
Aaron Son 3fbc2fbdf3 go/store/datas: database_common: FastForward: Remove some NewRefs on flatbuffers paths. 2022-05-09 09:38:06 -07:00
Aaron Son e69440a7b1 go/store/datas: database_common: Remove some NewRefs on flatbuffers paths. 2022-05-09 09:30:17 -07:00
Maximilian Hoffman 9154d2e5dd short dolt procs (#3369) 2022-05-06 18:42:13 -07:00
Aaron Son e31c4c8061 Merge pull request #3368 from dolthub/aaron/remove-types-WalkValues
go/store/types: Remove WalkValues func and method.
2022-05-06 14:47:06 -07:00
Aaron Son 11c2105d91 go/store/types: Remove unused Value.WalkValues method. 2022-05-06 14:00:41 -07:00
Dhruv Sringari b0e9329ab3 Fix dolt conflicts cat failing to show conflicted rows in the union-ed schema between left, right, and base. (#3354)
* fix skipped merge conflict and bad conflicts cat

* fix bats test naming

* revert old storage format, add todo for new storage format
2022-05-06 13:54:56 -07:00
AndyA a25692cb39 Merge pull request #3358 from dolthub/andy/delta-varint
[no-release-notes] Subtree counts as delta encoded varints
2022-05-06 13:34:36 -07:00
Dustin Brown bd833a4a56 Merge pull request #3367 from dolthub/db/pin-kubectl
[no-release-notes] /.github/workflows: pin kubectl in fuzzer and benchmark release job
2022-05-06 13:23:56 -07:00
coffeegoddd 11cdcfb7ce /.github/workflows: pin kubectl in fuzzer and benchmark release job 2022-05-06 13:23:19 -07:00