Commit Graph

1782 Commits

Author SHA1 Message Date
James Cor 52a786cb7e more tests 2023-03-09 14:16:45 -08:00
James Cor 6cd8b44da4 fixing bats tests 2023-03-09 11:48:39 -08:00
Taylor Bantle d9e01e8eda Merge pull request #5528 from dolthub/taylor/workbench-diff-tests
[no-release-notes] mysql-client-tests/node: Diff tests for workbench stability
2023-03-09 10:10:09 -08:00
Taylor Bantle 0d52de6ec3 mysql-client-tests/node: Three dot diff workbench tests 2023-03-08 16:47:13 -08:00
Taylor Bantle afac1b7f11 Merge pull request #5525 from dolthub/taylor/workbench-tests
[no-release-notes] mysql-client-tests: More workbench stability tests
2023-03-08 16:41:41 -08:00
Taylor Bantle fd87de40f5 mysql-client-tests/node: Two dot diff tests 2023-03-08 16:06:33 -08:00
Taylor Bantle c3d895c5c3 mysql-client-tests/node: Add views tests 2023-03-08 14:47:32 -08:00
Taylor Bantle 9b169277ed mysql-client-tests/node: Fill in some missing queries 2023-03-08 14:29:50 -08:00
jennifersp a88828d921 support staged set of changes for dolt stash (#5502) 2023-03-08 14:20:25 -08:00
Taylor Bantle bc828685b1 mysql-client-tests/node: Add tags tests 2023-03-08 14:18:20 -08:00
Taylor Bantle 3d5d3bba46 mysql-client-tests/node: Add docs tests 2023-03-08 14:18:01 -08:00
Taylor Bantle de2b6ccb1f mysql-client-tests/node: Remove any workspaces references 2023-03-08 13:47:50 -08:00
Taylor Bantle 13968d62f4 mysql-client-tests: Write script/README for running node tests without installing everything 2023-03-08 13:45:24 -08:00
AndyA f585c617d2 Merge pull request #5430 from dolthub/andy/turn-on-chunk-journal
go/store/nbs: turn on chunk journal by default
2023-03-07 14:33:45 -08:00
Jason Fulghum 75147796dc Merge pull request #5506 from dolthub/fulghum-6ffcb4eb
[auto-bump] [no-release-notes] dependency by fulghum
2023-03-07 14:11:27 -08:00
Aaron Son 7207c2e318 Merge pull request #5500 from dolthub/aaron/nbf-remove-DOLT_DEV
Remove obsolete __DOLT_DEV__ NomsBinFormat.
2023-03-07 12:34:47 -08:00
Jason Fulghum 88de2e027c Fixing minor error message change 2023-03-07 11:19:14 -08:00
Neil Macneale IV 44bc65b286 Merge pull request #5503 from dolthub/macneale4/dolt-diff-schema-table-2
Display DDL for views and triggers in dolt diff
2023-03-07 09:25:55 -08:00
Andy Arthur 038945d95f integration-test/bats: more file remotes bats fixes 2023-03-07 08:19:32 -08:00
Neil Macneale IV 2dc379115c Fix bats tests 2023-03-07 08:03:30 -08:00
Neil Macneale IV 79b0dbe13d Display DDL for views and triggers in dolt diff
Second attempt of botched PR: https://github.com/dolthub/dolt/pull/5476
2023-03-06 17:24:16 -08:00
Neil Macneale IV 4fe09d5456 Clean up changes which were pushed prematurely
Revert "Add bats test for new dolt diff output for dolt_schema changes"
This reverts commit 8163ee0efb.

Revert "minor refactor to avoid unreachable code"
This reverts commit 0bbba1ced0.

Revert "Display DDL for views and triggers in `dolt diff`"
This reverts commit d5977fdf72.

Revert "Small refactor to rename engine to sqlEng."
This reverts commit 99b343c01a.
2023-03-06 17:16:01 -08:00
Andy Arthur aa755c49c1 Merge remote-tracking branch 'origin/main' into andy/turn-on-chunk-journal 2023-03-06 17:00:17 -08:00
Andy Arthur b7ed9f1ebb go/doltcore/{dbfactory, doltdb, env}: refactor database load/creation to only use chunk journal for local databases 2023-03-06 17:00:00 -08:00
Neil Macneale IV 8163ee0efb Add bats test for new dolt diff output for dolt_schema changes 2023-03-06 15:56:23 -08:00
Aaron Son 04a90f83e5 Remove obsolete __DOLT_DEV__ NomsBinFormat. 2023-03-06 15:38:26 -08:00
Taylor Bantle a7b6797be7 Clean up 2023-03-06 15:26:45 -08:00
Taylor Bantle b5803a397b Fix 2023-03-06 15:22:31 -08:00
Taylor Bantle dea7adac21 Check status before merge 2023-03-06 15:22:31 -08:00
Taylor Bantle 08e8220124 Fix tests 2023-03-06 15:22:31 -08:00
Taylor Bantle 54cf7bde1a Fix tests, add CODEOWNERS 2023-03-06 15:22:31 -08:00
Taylor Bantle 33afd3275f Add to bats 2023-03-06 15:22:31 -08:00
Taylor Bantle 59919d48a9 integration-tests/node: Progress on workbench stability tests 2023-03-06 15:22:31 -08:00
jennifersp 96855527a4 support CLI dolt stash command (#5422) 2023-03-03 16:25:24 -08:00
Andy Arthur 13cd174332 bats: fix sql-server.bats 2023-03-03 15:10:42 -08:00
Andy Arthur 773a2e67c3 Merge remote-tracking branch 'origin/main' into andy/turn-on-chunk-journal 2023-03-02 14:07:20 -08:00
AndyA 79c864529c Merge pull request #5461 from dolthub/andy/sort-migrated-tuples
go/doltcore/migrate: modify migrated tuples sink to sort incoming tuples
2023-03-02 11:09:39 -08:00
Andy Arthur 8d8e4051da bats: update migration integration test hashes 2023-03-02 09:34:23 -08:00
jennifersp cbe7e08508 add dolt_patch() stored procedure (#5413) 2023-03-01 14:27:44 -08:00
Taylor Bantle 8140cc3fac Merge pull request #5448 from dolthub/taylor/table-rename
Add `from_table_name` and `to_table_name` columns to `dolt_diff_summary` table function
2023-02-28 16:57:06 -08:00
Andy Arthur 642d9bc33f Merge remote-tracking branch 'origin/main' into andy/turn-on-chunk-journal 2023-02-28 15:48:14 -08:00
Taylor Bantle 61ec225e58 Add {from/to}_table_name cols to dolt_diff_summary function 2023-02-28 14:48:00 -08:00
Taylor Bantle 7373a116cf Fix dolt_status output for renamed table 2023-02-28 14:12:01 -08:00
Zach Musgrave 016fe80d40 Cleaned up saved query logic and added tests of running saved query commands in an empty directory 2023-02-28 12:42:09 -08:00
Zach Musgrave e26270f178 Fixed bug where we weren't calling close on the engine (no shutdown logic for async push) 2023-02-28 10:27:24 -08:00
Zach Musgrave af184bdd55 Fixed some context cancelation bugs in sql shell 2023-02-28 10:02:55 -08:00
Zach Musgrave 1764592c07 Merge branch 'main' into zachmu/multi-db 2023-02-28 09:30:06 -08:00
Zach Musgrave 01731f34da Debugging failing bats test 2023-02-27 18:41:38 -08:00
Zach Musgrave 073346a402 Fixed test 2023-02-27 18:06:09 -08:00
Zach Musgrave 623f83cf27 Moved some bats tests around, and rewrote the use database tests to actually fail correctly 2023-02-27 15:45:23 -08:00