Commit Graph

155 Commits

Author SHA1 Message Date
jennifersp 0e105b83e5 add bats test for binary string encoded to utf8 (#5294) 2023-02-07 14:47:10 -08:00
jennifersp 77a0bb6d68 add bats test for release all locks on session end (#5257) 2023-01-30 19:43:21 -08:00
Daylon Wilkins 8aeb1c659e Removed deprecated dolt functions 2023-01-03 02:13:37 -08:00
Zach Musgrave 7de7829928 Altered a test that relied on LD_1 format 2022-12-28 14:12:17 -08:00
Zach Musgrave ecb8999124 Skip test of deleting a database dir in a running server 2022-12-28 12:12:08 -08:00
Zach Musgrave 5f5dae3ccf Squash merge from zachmu/session-transaction to get rid of spurious test files 2022-12-21 13:12:31 -08:00
Andy Arthur 9c62afd73b bats updates 2022-12-19 16:52:22 -08:00
AndyA f10cb6ba29 Merge pull request #4944 from dolthub/andy/chunk-journal-sync
[no-release-notes] go/store/nbs: progress on chunk journal sync
2022-12-14 12:53:17 -08:00
Dhruv Sringari 5ea4353b0c Fix 'new manifest created with non 0 lock' error
Fix dropping and creating the same database on dolt sql-server. We were caching doltdb's using a singleton
and at the manifest cache level which lead to problems.
2022-12-13 17:27:37 -08:00
Andy Arthur 7092ef0f4b updated some sql-server related bats 2022-12-07 12:07:22 -08:00
coffeegoddd 4910bb20bc /integration-tests/bats/sql-server.bats: add skipped bats test for creating savepoint without first using db 2022-11-29 14:03:51 -08:00
Jason Fulghum abd954733d Changing log_level field of YAML config format to be case insensitive. 2022-11-28 12:51:40 -08:00
Jason Fulghum 9166384b75 Changing loglevel param to be case insensitive. Fixes: https://github.com/dolthub/dolt/issues/4864 2022-11-28 11:42:41 -08:00
Pavel Safronov c9f1316840 PR feedback and other:
- move tests to better locations
- remove debug echo statements from new tests
- getting the latest version of GMS
2022-11-11 12:13:19 -08:00
jennifersp 9bd2a889b6 warning instead of error for unix socket address already in use when starting sql server (#4697) 2022-11-07 19:55:18 -08:00
Aaron Son e7cde63106 Merge pull request #4641 from dolthub/aaron/bats-move-sql-server-temporary-table-test
integration-tests/bats/sql-server.bats: Move the temporary table session specific test to go-sql-server-driver.
2022-10-28 16:27:56 -07:00
Aaron Son d85ad51b4b Merge remote-tracking branch 'origin/main' into aaron/bats-move-sql-server-temporary-table-test 2022-10-28 13:33:00 -07:00
Tim Sehn 542ef5f78d Missed one server_query in sql-server.bats 2022-10-28 12:46:14 -07:00
Tim Sehn 63d5c325ab Migrated sql-server.bats to dolt sql-client 2022-10-28 12:43:15 -07:00
Tim Sehn e58f5585e0 Removed mistakenly added character 2022-10-27 12:37:18 -07:00
Tim Sehn eb9acdd940 Migrated all server_query tests I could without autocommit, multi-statement, and connect to branch support to dolt sql-client 2022-10-27 11:36:53 -07:00
Tim Sehn 6801407055 Migrated sql-server.bats up to test 28 2022-10-27 11:05:28 -07:00
Tim Sehn 4b0a3e22e1 About half done sql-server.bats migration to dolt sql-client 2022-10-27 10:12:51 -07:00
Aaron Son 4d93b69ef3 integration-tests/bats/sql-server.bats: Move the temporary table session specific test to go-sql-server-driver. 2022-10-27 09:43:29 -07:00
Tim Sehn b7bf34b052 Merge branch 'main' into tim/remove-server-query 2022-10-26 17:56:44 -07:00
Tim Sehn e2928925ff More tests migrated to dolt sql-client 2022-10-26 17:32:04 -07:00
Tim Sehn 482d32351f Good checkpoint on sql-server.bats migration to dolt sql-client 2022-10-26 17:07:58 -07:00
Tim Sehn 1d4da2df98 Fixed sql-server.bats leaving around garbage directories 2022-10-26 16:09:29 -07:00
Tim Sehn 7558fc896c Progress on migration to dolt sql-client. Also unskipped a test that now works 2022-10-26 15:57:22 -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
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
jennifersp 24108f14a2 get unused port number and stop running server only (#4550) 2022-10-14 14:07:35 -07:00
Aaron Son dd7b5b5bec integration-tests/go-sql-server-driver: Move over some more tests. 2022-10-03 16:37:24 -07:00
Aaron Son 153ea002e4 integration-tests/go-sql-server-driver: Start migrating over some simple tests from sql-server.bats. 2022-10-03 14:00:56 -07:00
jennifersp 4565f37da2 turn off opt-in feature for unix socket (#4413) 2022-09-28 10:28:01 -07:00
jennifersp a1e57989bb allow drop current database directory and fix drop db with '-' (#4400) 2022-09-27 11:45:07 -07:00
jennifersp 51952b84a1 have TempTableFilesDir() return err if .dolt is not found (#4301) 2022-09-16 20:29:21 -07:00
jennifersp f528ff1b6a create db when no current db is set (#4315) 2022-09-12 14:51:40 -07:00
jennifersp 6910ac96b7 allow init with empty working set (#4255) 2022-09-02 13:21:27 -07:00
Tan Yong Zhi af955f4ccb Fix more bats sql tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi 178f541f34 Fix bats tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi 9b4b805268 Fix more failing bats tests 2022-08-26 12:14:05 +08:00
jennifersp 6886a8721f commit merge if no conflict (#4105) 2022-08-23 12:38:12 -07:00
Jason Fulghum 750f0b4852 Skipping a sql-server test that's been hanging for hours in CI 2022-08-23 10:16:51 -07:00
Timothy Sehn 3bd2b86e56 fix flakey test with an order by 2022-08-23 08:48:31 -07:00
Timothy Sehn c562e86c43 Max feedback. Fix test broken by compiling main. 2022-08-22 18:24:52 -07:00
Timothy Sehn 7c681938f1 Merged main and fixed conflicts 2022-08-22 17:30:58 -07:00
Timothy Sehn f62ba4ac77 Checkpoint. Most bats working. Confirming locally. 2022-08-22 16:35:22 -07:00
Jason Fulghum 8383b9ba65 Merge pull request #4102 from dolthub/fulghum/revision-databases
Various fixes for database revision specifiers
2022-08-19 20:59:23 -07:00