Commit Graph

2141 Commits

Author SHA1 Message Date
Zach Musgrave
e672c304ab Merge main 2023-06-06 15:17:07 -07:00
Taylor Bantle
b8bc6a2b51 Merge remote-tracking branch 'origin/main' into taylor/load-data-tests 2023-06-06 10:01:18 -07:00
Jason Fulghum
e610d000ab Merge pull request #6086 from dolthub/fulghum/skip-empty-commit
Add support for `--skip-empty` to `dolt commit` and `dolt_commit()`
2023-06-06 08:50:47 -07:00
Taylor Bantle
ea2e87eac8 Fix go-sql-server-driver tests 2023-06-05 13:39:58 -07:00
Taylor Bantle
ed8f23481c Integration tests for load data ignore/replace 2023-06-05 13:23:35 -07:00
Nick Tobey
0d88a6aab8 Fix case sensitivity issue in sql-local-remote.bats 2023-06-05 12:28:14 -07:00
Nick Tobey
e313617cff Merge branch 'main' of github.com:dolthub/dolt into nicktobey/addcommand 2023-06-05 11:14:01 -07:00
Nick Tobey
a0a90d9110 Remove dolt add test. It will get added with the actual dolt add migration PR. 2023-06-05 09:30:35 -07:00
Nick Tobey
79912bfe6a xargs --no-run-if-empty does not exist on macOS, use xargs -r instead. 2023-06-04 18:07:32 -07:00
Nick Tobey
248fffdf08 Don't run dolt config --unset in tests if there are no vars to unset (because the test was skipped.) 2023-06-04 18:07:18 -07:00
Nick Tobey
af6c15a221 Make sql-local-remote.bats more explicit about skipping remote-engine tests. 2023-06-04 18:06:52 -07:00
Nick Tobey
2596999362 Fix case sensitivity issue in sql-local-remote.bats test. 2023-06-04 18:06:26 -07:00
Nick Tobey
27b848623c Ensure we skip sql-local-remote.bats when running in remote server CI mode. 2023-06-04 18:05:50 -07:00
stephanie
69f999531a Merge pull request #6065 from dolthub/steph/dolt-blame
update dolt blame to use sql backend and accept specific revision
2023-06-02 23:51:16 -07:00
Nick Tobey
3935d9aff2 sql-local-remote.bats is for manually testing CLI commands in both local and remote mode. It shouldn't be included in the remote-server CI testing. 2023-06-02 15:28:49 -07:00
Nick Tobey
646178e098 Merge branch 'main' of github.com:dolthub/dolt into nicktobey/addcommand 2023-06-02 15:25:41 -07:00
Zach Musgrave
bff42f81fc Merge main 2023-06-02 13:08:13 -07:00
Jason Fulghum
98b9a858b8 Adding support for --skip-empty for dolt commit and dolt_commit() 2023-06-02 12:49:48 -07:00
Stephanie You
b32c5e6fed updates dolt blame to work outside of dolt repos 2023-06-02 09:45:59 -07:00
Stephanie You
fc4d7439cd update local and remote tests for dolt blame to be more accurate 2023-06-01 16:34:40 -07:00
Nick Tobey
3f327f24fe Ensure that SKIP_SERVER_TESTS won't match on a file name that is a superset of the intended file name, by adding a delimiter. 2023-06-01 11:41:01 -07:00
Nick Tobey
09c723d9f6 Make clear when bats tests are using the remote engine. 2023-06-01 11:40:49 -07:00
Nick Tobey
5260397aed Add basic tests for dolt add 2023-06-01 11:40:45 -07:00
Nick Tobey
244de723ad Don't use $USER env variable, since it's already set by the system. 2023-06-01 09:38:31 -07:00
Nick Tobey
0225f592a3 Rename configuration variable from START_SQL_SERVER to SQL_ENGINE, and use strings for better readability during CI. 2023-06-01 00:59:12 -07:00
Nick Tobey
3c315dbb34 Add list of tests to skip when running with a local-remote server. 2023-06-01 00:25:03 -07:00
Nick Tobey
d5f9564895 Allow specifying user in start_sql_server() bats helper function. 2023-06-01 00:24:50 -07:00
Nick Tobey
346b6a89e0 Initial implementation of automatic testing with local remote server. 2023-06-01 00:24:21 -07:00
Stephanie You
4a4bd88ffb clarify skip message in blame.bats 2023-05-31 17:48:47 -07:00
Stephanie You
76c4b6cdaf add remote test for dolt blame 2023-05-31 17:31:42 -07:00
Jason Fulghum
8c004ef391 Changing to use parquet as the command line argument (instead of pq) 2023-05-31 15:43:36 -07:00
Jason Fulghum
98ac2471ac Adding support for parquet as an output format for dolt sql 2023-05-31 14:31:40 -07:00
Stephanie You
413bc12da0 minor dolt blame updates for cleanliness and more tests 2023-05-31 12:16:36 -07:00
Stephanie You
bd22c227a6 update existing dolt blame bats tests 2023-05-31 11:14:42 -07:00
Nick Tobey
8fabc2e545 sql-local-remote: cd into correct directory for add test. 2023-05-30 14:52:19 -07:00
Nick Tobey
e5435e3152 In sql-local-remote test for dolt add, verify that commands are running in remote mode. 2023-05-30 14:14:38 -07:00
Nick Tobey
0c1dc62a3a Remove unneeded data-dir param from add tests. 2023-05-30 13:47:30 -07:00
Zach Musgrave
4a35dfd771 Merge pull request #6033 from dolthub/zachmu/replication-errors
Changed replication configuration errors to log warnings, rather than stop the server from starting
2023-05-26 13:02:57 -07:00
stephanie
c301e74a73 Merge pull request #6036 from dolthub/steph/dolt-5813
add php mysql integration test
2023-05-26 11:30:23 -07:00
Zach Musgrave
42c45380cf Fixed more tests 2023-05-26 11:25:57 -07:00
Zach Musgrave
c509181d05 More test fixes 2023-05-26 11:14:02 -07:00
Zach Musgrave
3820832239 consolidated replication hook logic more, made more things warnings instead of errors 2023-05-26 10:59:49 -07:00
Stephanie You
1cba57d290 add php pdo mysql client integration test 2023-05-26 09:54:51 -07:00
Stephanie You
4b6a42a90e add php mysql client integration test 2023-05-25 18:57:30 -07:00
Zach Musgrave
64d1f42c1e Remove obsolete error handling tests 2023-05-25 16:27:45 -07:00
Zach Musgrave
f01a5e0068 New bats test for replication errors 2023-05-25 15:56:05 -07:00
Dustin Brown
0207e5c600 [auto-bump] [no-release-notes] dependency by JCOR11599 (#6032) 2023-05-25 14:08:53 -07:00
Nick Tobey
ce81109c6f Merge pull request #6026 from dolthub/nicktobey/no-more-ld1
Remove __LD_1__ from CI
2023-05-25 09:36:55 -07:00
Jason Fulghum
e826ddcd32 Merge pull request #6025 from dolthub/fulghum/commit-author
Use the SQL user as the Dolt commit author when operating in a SQL context
2023-05-25 08:36:34 -07:00
Jason Fulghum
1200c7d901 Changing the default commit author to be the SQL user 2023-05-24 17:20:29 -07:00