Commit Graph

2739 Commits

Author SHA1 Message Date
Stephanie You 4ec6d2b9fe PR comments 2023-12-04 10:00:58 -08:00
Stephanie You be31b2852e adds --single-branch for dolt clone 2023-12-01 15:29:01 -08:00
Aaron Son e7d3f149df Merge pull request #7081 from dolthub/aaron/fix-bats-ls-flakey-failure
[no-release-notes] integration-tests/bats: ls.bats: Fix a flakey failure where an unlucky hash could cause a negative assertion to fail.
2023-12-01 12:47:55 -08:00
Taylor Bantle a0c0fa6e51 Fix existant typo 2023-12-01 11:10:55 -08:00
stephanie 18f65fbdf2 Merge pull request #7077 from dolthub/steph/sql-client-depre
remove dolt sql-client command
2023-12-01 10:17:55 -08:00
Aaron Son 83602c2f80 [no-release-notes] integration-tests/bats: ls.bats: Fix a flakey failure where an unlucky hash could cause a negative assertion to fail.
ls.bats was using test table names like `t1` and `t2` and making assertions
against the output of `dolt ls`. But the output of `dolt ls` also sometimes
includes a commit hash, which can itself contain these strings.

Change it so that we use names which will never appear in a commit hash.
2023-11-30 16:23:39 -08:00
Aaron Son 2d738b7b1d intergration-tests/bats: Update tests for new sql-server.info filename. 2023-11-30 15:15:13 -08:00
Stephanie You 86d12d7b8e remove dolt sql-client command 2023-11-30 14:59:59 -08:00
Aaron Son 67535bbda1 go/cmd/dolt: sql-server.lock/sql-server.info changes. PR feedback. 2023-11-30 12:01:43 -08:00
Aaron Son 677c553c5c integration-tests/bats: Skip some tests where we use dolt init in SQL_ENGINE=remote-engine mode. 2023-11-29 21:42:03 -08:00
Aaron Son 2e9546d902 integration-tests/go-sql-server-driver: sqlserver_lock_test.go: Add a test documenting the current odd behavior where you can run two sql-servers against the same directory if they have no DoltDBs. 2023-11-29 17:57:06 -08:00
Aaron Son 751840ea61 integration-tests/bats: Update bats tests for new sql-server.lock semantics. 2023-11-29 17:56:24 -08:00
Aaron Son 634bdf3e30 integration-tests/go-sql-server-driver: sqlserver_lock_test.go: Add some integration tests for sql-server.lock file handling. 2023-11-29 14:28:04 -08:00
jennifersp d3c4a9a444 remove dolt stored procedure aliases (#7054) 2023-11-28 10:33:23 -08:00
Jason Fulghum 3f90521272 Fixing BATS test after allowing TEXT/BLOB/JSON fields to accept a literal default value (for MariaDB compatibility) 2023-11-21 15:45:50 -08:00
Nick Tobey 9bc32d9db2 Merge pull request #6980 from dolthub/nicktobey/schemamerge
Correctly identify and report data conflicts when deleting rows and/or columns during a three-way merge.
2023-11-20 23:12:26 -08:00
Neil Macneale IV dbb5ce3d2d Merge pull request #7023 from dolthub/macneale4/fix_dolt_fetch_pull
fix dolt fetch and dolt pull commands to properly authenticate
2023-11-20 20:32:04 -08:00
Neil Macneale IV 0780d4e496 Update tests for more descriptive messages 2023-11-20 18:39:42 -08:00
jennifersp d09c29cb7e use database name that is the same as directory name on disk (#7020) 2023-11-20 13:20:12 -08:00
Neil Macneale IV e11363a5c1 Activate skipped tests for fetch and pull 2023-11-17 17:07:38 -08:00
Stephanie You c6ea9725a7 minor updates 2023-11-16 17:48:00 -08:00
Stephanie You 0f5a26af3a profile does not need write perms in current dir 2023-11-16 16:53:14 -08:00
Stephanie You f37e231e7c does not check write perms for config 2023-11-16 16:44:12 -08:00
jennifersp 9cf62a54ab fix panic on foreign key references dropped table for dolt diff (#7008) 2023-11-16 13:26:26 -08:00
jennifersp 8ea2847759 allow hyphen in db name to match its dir name (#6995) 2023-11-16 07:25:55 -08:00
Nick Tobey efff37bdf6 Update bats tests. These tests test handling data conflicts, but the behavior that was in the test (row deletion + column deletion) is no longer a conflict. This commit changes the behavior to something else that is a conflict. 2023-11-15 14:36:19 -08:00
Aaron Son 0913c5eb8c integration-tests/go-sql-server-driver: sql-server-cluster-users-and-grants.yaml: branch_control_block_on_write_replication: Add an assertion on a connection to server2 after the branch control perms replicate, to ensure we don't send the TERM signal to the server process at the end of the test before it is fully started up. 2023-11-10 15:03:50 -08:00
James Cor a3f4b5ecd9 bumping feature version (#6985)
Co-authored-by: James Cor <james@dolthub.com>
2023-11-09 12:22:04 -08:00
James Cor 5d31f836cf make GeomAddrEnc known as an address encoding (#6973) 2023-11-08 15:48:07 -08:00
James Cor c5710b42ab store GEOMETRY types as BLOBs (#6933) 2023-11-07 01:49:48 -08:00
Jason Fulghum ef163cedf1 Merge pull request #6947 from dolthub/fulghum/reflog-2
Switch reflog data to be stored in a ring buffer
2023-11-06 15:49:10 -08:00
stephanie 731c96104d Merge pull request #6953 from dolthub/steph/import-existing-fk
Fix `import` bats test for existing table with FK constraints
2023-11-06 15:36:36 -08:00
Stephanie You 6522866c4d fix import bats test for exiting table with fk constraints 2023-11-06 13:24:19 -08:00
Stephanie You 15b42980c4 remove space 2023-11-06 11:56:45 -08:00
Stephanie You b13f74253f revert changes for processing nulls 2023-11-06 11:46:14 -08:00
Stephanie You 1bfc7e344f import null doesn't violate fk constraint 2023-11-06 10:11:41 -08:00
Stephanie You a5c66246c5 Merge remote-tracking branch 'origin/main' into steph/deprecate-sql-client 2023-11-03 16:55:15 -07:00
Stephanie You 7b2dd70f78 fix sql server test 2023-11-03 15:30:25 -07:00
Jason Fulghum 71e03088f2 Updating BATS tests for reflog now that reflog uses a ring buffer to store root references (instead of ignoring root refs once the internal limit was hit) 2023-11-03 13:23:20 -07:00
Stephanie You ee7f16c970 fix bats test connection 2023-11-03 11:53:34 -07:00
Jason Fulghum 10dc56390a Adding a hook to control the max size of the reflog 2023-11-03 07:06:28 -07:00
Jason Fulghum c7dc6d2af0 Adding env var to disable reflog querying 2023-11-03 06:39:12 -07:00
Stephanie You 7a7a0384f8 simplify connection flags 2023-11-02 21:15:36 -07:00
Zach Musgrave 1c79d2ff8a Merge pull request #6919 from dolthub/zachmu/virtual
Partial support for virtual columns
2023-11-02 16:20:10 -07:00
Zach Musgrave fc6ae719b8 Removed redundant feature version test (we check this in setup in many places already) 2023-11-02 14:23:29 -07:00
Zach Musgrave 577a2873f0 Update feature version for bats 2023-11-02 13:19:02 -07:00
Zach Musgrave 0a1f6d0934 Cleanup, made skipped error messages only print with --verbose 2023-11-02 12:56:55 -07:00
Zach Musgrave f804f3c6c9 New tests, fixed existing ones 2023-11-02 12:47:23 -07:00
Stephanie You 111e8f2c5d fix capitalization typo 2023-11-02 09:15:25 -07:00
Stephanie You 290ca7d4ab remove dolt sql-client from bats tests 2023-11-01 18:03:14 -07:00