Jason Fulghum
d0c17c39db
removing debug output, now that test is passing in CI
2023-03-28 16:51:14 -07:00
Jason Fulghum
95ab8dc6be
Fixing merge compatibility test
2023-03-28 16:41:05 -07:00
Jason Fulghum
7e2113e350
Updating error message for merge compatibility test, now that schema merges aren't blocked with the previous error message
2023-03-28 16:34:01 -07:00
Jason Fulghum
97fa9e8706
adding some debug output
2023-03-28 11:36:32 -07:00
Aaron Son
fd9e2a4bea
Merge pull request #5431 from dolthub/aaron/gc-inprogress-writes
...
go/store/{types,nbs}: Enable writes to proceed while GC is in progress.
2023-03-15 20:55:48 -07:00
Zach Musgrave
3d9e76e09d
Merge pull request #5583 from dolthub/zachmu/diff-schema-fixes
...
Bug fix for view and trigger diffs in SQL and JSON diff outputs
2023-03-15 16:55:10 -07:00
jennifersp
3b46c2918d
update maven ( #5587 )
2023-03-15 15:19:58 -07:00
Zach Musgrave
00182ed813
missing semicolons
2023-03-15 13:50:24 -07:00
Aaron Son
34717a04e2
Merge branch 'aaron/gc-inprogress-writes' into aaron/gc-safepoint-teardown-connections
2023-03-15 12:53:33 -07:00
Aaron Son
7b03afa7e9
Merge pull request #5588 from dolthub/aaron/mysql-client-tests-focal-bump
...
integration-tests/MySQLDockerfile: Bump to ubuntu:20.04. Fixes R MariaDB integration test.
2023-03-15 12:45:23 -07:00
Aaron Son
dad1e01122
Merge remote-tracking branch 'origin/main' into aaron/go-sql-server-driver-tests-cleanup-tmpdirs
2023-03-15 12:04:30 -07:00
Aaron Son
74ec9b352a
integration-tests/MySQLDockerfile: Bump to ubuntu:20.04. Fixes R MariaDB integration test.
2023-03-15 12:01:18 -07:00
Jason Fulghum
8886a44880
Adding a skip for RMariaDB client tests while we debug the failure
2023-03-15 11:45:06 -07:00
Aaron Son
7dbe7e0069
integration-tests/MySQLDockerfile: Attempt to fix.
2023-03-15 10:49:12 -07:00
Zach Musgrave
14d4d1b604
Fixed test ordering issue
2023-03-15 10:30:09 -07:00
Zach Musgrave
462a62eb63
Fix bats test
2023-03-15 09:52:16 -07:00
Zach Musgrave
d384b3cf10
Bit better bats test
2023-03-14 18:34:32 -07:00
Zach Musgrave
bdc296e0f7
sql diffs for triggers and views
2023-03-14 18:31:06 -07:00
Zach Musgrave
c636f94f50
more json diff tests with views and triggers
2023-03-14 18:09:03 -07:00
AndyA
6be00f0532
Merge pull request #5565 from dolthub/andy/chunk-journal-gc-lifecycle
...
go/store/nbs: teardown chunk journal in swap tables during GC
2023-03-14 15:29:03 -07:00
Maximilian Hoffman
af987d213c
Three way differ and merge optimizations ( #5464 )
...
* add three way differ for merge optimizations
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* docstrings
* prog
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix tests
* format
* more test fixes
* rewrite chunk of table merge, still need to rewrite unique lookup checking
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* more test fixes
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* test
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix tests
* batching test
* larger buffer for secondary mutableMap
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* refactor, fix buffer sizing
* fix more tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* restore proto
* sort unique checks by secondary
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix keyless pk len
* fmt
* revert edits
* merge conflicts
* merge conflict
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2023-03-14 14:37:11 -07:00
Taylor Bantle
ea8048f8f2
mysql-client-tests/node: Add dolt_patch workbench test, improve matcher functions
2023-03-14 13:53:48 -07:00
Zach Musgrave
37138ce947
Starting fixes for dolt_schema changes in non-tabular mode
2023-03-14 13:46:47 -07:00
Aaron Son
20aef1ab89
integration-tests/go-sql-server-driver: Add some cleanup for the tmpdirs created as part of running these tests.
2023-03-14 11:58:30 -07:00
Andy Arthur
ab85e26f1a
go/store/nbs: drop chunk journal in swapTables -> UpdateGCGen following a garbage collection
2023-03-13 15:16:39 -07:00
Daylon Wilkins
f763350990
Merge pull request #5540 from dolthub/JCOR11599-f029801c
...
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-03-09 21:30:32 -08:00
jennifersp
051b3c7309
dolt checkout table restores foreign key collection ( #5547 )
2023-03-09 20:59:30 -08:00
jennifersp
73630c98f4
make dolt_patch() stored procedure into dolt_patch() table function ( #5527 )
2023-03-09 18:10:54 -08:00
James Cor
e55442df4d
bats test fix
2023-03-09 17:17:48 -08:00
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