Commit Graph

1424 Commits

Author SHA1 Message Date
James Cor
9d41187d30 Merge branch 'main' into james/indexes 2022-10-27 10:49:50 -07:00
Tim Sehn
d88df25223 Add sleeps to give the server a cvhance to start up. Was failing weirdly on my Maxc without this 2022-10-26 17:52:19 -07:00
James Cor
b3aa6b633a Merge pull request #4626 from dolthub/james/import
more permissive constraints and types when importing
2022-10-26 16:46:01 -07:00
James Cor
76de8187b5 another bats test 2022-10-26 14:10:14 -07:00
James Cor
a9a42f0ac2 removing unsigned from test 2022-10-26 13:14:58 -07:00
James Cor
7830ea75d7 using empty string instead of primary 2022-10-26 13:10:24 -07:00
Andy Arthur
75c6eb5fcc go/doltcore/schema: Set primary key ordinals on schema migration 2022-10-26 11:39:21 -07:00
James Cor
548a37b4fa Merge branch 'main' into james/import 2022-10-26 11:22:13 -07:00
James Cor
02d892ba22 Merge branch 'main' into james/import 2022-10-26 11:21:59 -07:00
James Cor
8c24080bca no more unsigned 2022-10-26 11:21:04 -07:00
Aaron Son
4157c40061 Merge pull request #4618 from dolthub/aaron/remotesrv-seal-http-requests
go/libraries/doltcore/remotesrv: Add a symmetric key encryption layer to seal URL returned from the gRPC service an unseal them in the HTTP service.
2022-10-26 10:35:47 -07:00
James Cor
8748478096 fixing bats tests 2022-10-26 10:24:01 -07:00
Jason Fulghum
3c884df9ba [no-release-notes] Merge pull request #4613 from dolthub/fulghum/bugfix
Fixing sql-server bats tests
2022-10-25 16:38:51 -07:00
Jason Fulghum
89ae36a108 Stop using default socket location unless the test requires testing it and add extra handling to remove shared, global socket file when shutting down. Hunch is that socket file is not always getting cleaned up and causing other tests to fail to start sql-server. 2022-10-25 15:07:08 -07:00
Aaron Son
73072a85f8 go/libraries/doltcore/remotesrv: Add a symmetric key encryption layer to seal URL returned from the gRPC service an unseal them in the HTTP service.
This will allow us to add authn/z to the gRPC layer.
2022-10-25 14:46:14 -07:00
Jason Fulghum
36426cea41 Stop requesting a new port when making a request to a running server. 2022-10-25 14:00:10 -07:00
AndyA
843daa1a92 Merge pull request #4608 from dolthub/andy/migration-binary-collation
go/doltcore/migrate: Patch schemas to use `utf8mb4_0900_bin` to match e…
2022-10-25 13:15:17 -07:00
James Cor
4af5add8d1 adding a test 2022-10-25 11:36:00 -07:00
Jason Fulghum
4da47965be Fixing wrong variable name 2022-10-25 10:59:04 -07:00
Andy Arthur
56e6c2d9d4 updating migration integration tests 2022-10-25 09:23:09 -07:00
Maximilian Hoffman
b351314939 join ordering GMS bump (#4516)
* init

* go.mod changes

* gms bump

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

* edit local gms

* GMS changes

* skip single q test

* fix tests

* fix lingering tests

* bump

* another explain bats

* gms bump

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

* gms bump

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

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-10-25 09:06:16 -07:00
Taylor Bantle
0746ee624b Merge remote-tracking branch 'origin/main' into taylor/log-ancestor-spec 2022-10-24 14:54:57 -07:00
Andy Arthur
a0c0f24e79 go/doltcore/migrate: patch schemas to use utf8mb4_0900_bin to match existing index order 2022-10-24 13:27:39 -07:00
James Cor
1a90a110aa fix bats test 2022-10-24 13:01:50 -07:00
James Cor
6773c74cb7 try renaming to primary 2022-10-24 11:21:59 -07:00
James Cor
d99e52b6b0 fixing bats tests 2022-10-24 10:46:24 -07:00
AndyA
e16be4ab5b Merge pull request #4598 from dolthub/andy/fix-tag-collision
go/doltcore/doltdb: Account for drop/add column tag reuse when generating new columns
2022-10-21 18:49:07 -07:00
Andy Arthur
b40cb00f00 added BATS, fix nil panic 2022-10-21 16:12:27 -07:00
Tim Sehn
309676c208 Merge pull request #4596 from dolthub/tim/fix-server-query-bats
Made `server_query` error on bad queries where we expect no results.
2022-10-21 13:58:07 -07:00
Tim Sehn
33ad4354c5 Fix a select commit to call dolt_commit I found in code review 2022-10-21 12:15:15 -07:00
Tim Sehn
6af00ce059 Fixed all (or at least most) bats tests 2022-10-21 12:12:07 -07:00
Dhruv Sringari
739f090ba4 interpret 0 value tag as a non-empty value (#4592) 2022-10-20 16:43:46 -07:00
Tim Sehn
50739524f4 Made server_query error on bad queries where we expect no results. Fixed deleted-branches.bats. 2022-10-20 16:16:21 -07:00
Taylor Bantle
409dd36bbb dolt log works with ^ ancestor spec 2022-10-20 16:14:14 -07:00
Dhruv Sringari
ddc6f61e6f Fix panic when merging tables that have a check constraint with some string literal (#4582)
* fix sending a nil ctx to sqle.ColumnsFromCheckDefinition

* fix bats

* pr comments

* fix tests
2022-10-19 20:51:38 -07:00
Taylor Bantle
9e5e3e04d4 Feedback 2022-10-17 17:25:16 -07:00
Taylor Bantle
b217b979c5 Merge remote-tracking branch 'origin/main' into taylor/two-dot-log-cli 2022-10-17 16:20:09 -07:00
Taylor Bantle
1931f77844 bats, go: Support two dot log for CLI 2022-10-17 11:29:28 -07:00
jennifersp
24108f14a2 get unused port number and stop running server only (#4550) 2022-10-14 14:07:35 -07:00
Zach Musgrave
f44de680da Merge pull request #4545 from dolthub/zachmu/clone-replication
Enable new clones to begin replicating on the primary
2022-10-13 15:21:42 -07:00
Zach Musgrave
d696173acd Test of pushing newly cloned DB from primary 2022-10-13 12:45:15 -07:00
jennifersp
eee8a7224e add file read progress info for dolt sql --file=<file.sql> command (#4524) 2022-10-13 11:29:50 -07:00
AndyA
92f9ac07e0 Merge pull request #4519 from dolthub/andy/revision-db-remotes-table
go/doltcore/sqle: Initialize remotes, backups, and branch config when constructing revision databases
2022-10-11 18:38:25 -07:00
James Cor
079c8ad5b0 adding test 2022-10-11 12:45:02 -07:00
Andy Arthur
8f95ecdf29 added bats repro for empty dolt_remotes table in revision db 2022-10-11 10:02:12 -07:00
James Cor
0ccb00da55 Merge branch 'main' into james/multipoint 2022-10-07 16:34:53 -07:00
James Cor
e104a6d776 fix for round tripping 2022-10-07 14:15:56 -07:00
Andy Arthur
af93cfd6a5 fixup bats 2022-10-07 13:05:28 -07:00
Andy Arthur
f98e58cd4f cleanup multi-repo format enforcement 2022-10-07 11:08:48 -07:00
James Cor
ba6868c01c removing multipoint test 2022-10-07 10:49:56 -07:00