Commit Graph

133 Commits

Author SHA1 Message Date
John Bampton 977064fc0d Fix spelling 2025-03-19 03:48:45 +10:00
Aaron Son 2c9a3a06c8 integration-tests/mysql-client-tests: Another pass... 2025-03-04 14:23:51 -08:00
Jason Fulghum 9dd401c286 Deprecate user and pass options for sql-server 2025-02-03 13:21:07 -08:00
Neil Macneale IV 5bf564220c Fix workbench tests to expect dirty column 2025-01-27 13:50:18 -08:00
James Cor 1ba71c3efc [no-release-notes] add warning test for dotnet integration (#8445) 2024-10-11 15:44:26 -07:00
Taylor Bantle 4e504a5b3a Add pointer for dolt_docs schema so it can be replaced by doltgres 2024-09-26 14:17:35 -07:00
Taylor Bantle 3c6dbb38ce More consistent return types for dolt procedures 2024-08-26 16:22:32 -07:00
Neil Macneale IV 89ea4e487d Fix mysql workbench tests 2024-07-15 11:46:04 -07:00
jennifersp 4c704c3dae add SchemaName to DatabaseSchema interface (#8062) 2024-06-25 15:35:14 -07:00
Jason Fulghum 039a79d811 Updating tests for addition of performance_schema 2024-06-24 14:18:08 -07:00
dependabot[bot] 62d9d0b4f7 Bump mysql2 in /integration-tests/mysql-client-tests/node
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.7...v3.9.8)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-30 20:49:29 +00:00
dependabot[bot] 7e9131220a Bump mysql2 in /integration-tests/mysql-client-tests/node
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.4 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.7)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 23:11:34 +00:00
Taylor Bantle 314749a698 mysql-client-tests/node: Migrate to mysql2 v3 2024-04-12 11:08:23 -07:00
dependabot[bot] 76722c9cea Bump mysql2 in /integration-tests/mysql-client-tests/node
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.3.3 to 3.9.4.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v2.3.3...v3.9.4)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 14:52:22 +00:00
James Cor d2df433bf8 match mysql fk name generation (#7711) 2024-04-09 16:27:56 -07:00
Dustin Brown d476dda8fd [auto-bump] [no-release-notes] dependency by jycor (#7693) 2024-04-05 01:23:11 -07:00
Jason Fulghum 8c5d13b8db Updating generated FK ID in test after fixing bug in FK.HashOf() 2024-01-24 15:42:35 -08:00
Jason Fulghum d15a77e535 Updating generated FK ID in test after fixing bug in FK.HashOf() 2024-01-24 15:22:49 -08:00
Neil Macneale IV fb440bacf3 Fix result expectations in mysql-client-tests 2024-01-18 13:36:17 -08:00
Jason Fulghum 591a41bad4 Updating Java MySQL Connector/J integration test to use a table-qualified column name when retrieving a field from a row in a result set.
Related to https://github.com/dolthub/dolt/issues/7247
2024-01-04 14:02:17 -08:00
Jason Fulghum 2b5f2179bc Updating the Rust MySQL Connector test to assert that column name metadata is populated 2023-12-11 15:25:41 -08:00
Jason Fulghum ab50d62b03 Adding an assertion that result set column name metadata is populated 2023-12-08 17:44:13 -08:00
Dustin Brown 80037bcffc [auto-bump] [no-release-notes] dependency by jennifersp (#7112) 2023-12-07 13:33:07 -08:00
Taylor Bantle 73f1bfabfa Fix workbench tests 2023-10-17 10:48:37 -07:00
Jason Fulghum 030b7db819 Fixing up tests from dolt_schemas schema change 2023-08-09 15:21:12 -07:00
Jason Fulghum 8b52c90c1f Added expected sql_mode column 2023-08-09 14:23:48 -07:00
Taylor Bantle a7d0675b2c Fix tests 2023-07-11 13:41:28 -07:00
Taylor Bantle 1faab30698 Fix some previously updated tests 2023-07-11 12:56:04 -07:00
Taylor Bantle db73fcee5c Merge remote-tracking branch 'origin/main' into taylor/node-tests 2023-07-11 12:20:43 -07:00
Nick Tobey 3eb8fc7a18 Merge pull request #6209 from dolthub/nicktobey/dolt-checkout
Migrate `dolt checkout` to new CLI framework.
2023-07-11 11:34:59 -07:00
Taylor Bantle c747d6c39d Testdata path arg 2023-07-10 15:45:01 -07:00
Taylor Bantle 53264ff327 File path attempt 2023-07-10 15:07:21 -07:00
Taylor Bantle 53d0b509fa Load data fix 2023-07-10 14:31:35 -07:00
Taylor Bantle 3c5d262988 Merge remote-tracking branch 'origin/main' into taylor/node-tests 2023-07-10 14:28:53 -07:00
James Cor ea9839f524 return commit hash for dolt_merge() when --no-ff is not specified (#6281) 2023-07-10 02:12:01 -07:00
Nick Tobey 9251a898f6 Update mysql client tests to remove newline from expected responses. 2023-07-09 23:57:42 -07:00
Nick Tobey 4425955240 Update expected output in mysql client test. 2023-07-09 16:41:52 -07:00
Nick Tobey e3437e8ae2 Update expected messages in go tests. 2023-07-07 17:13:22 -07:00
Taylor Bantle 657ada94d6 Add node integration tests for load data 2023-07-07 15:56:19 -07:00
Taylor Bantle 0ad8145787 Add a few more node integration tests for workbench 2023-07-07 15:04:56 -07:00
Nick Tobey d86e16408c Migrate mysql client tests. 2023-07-06 17:06:46 -07:00
Nick Tobey 3d8a949f6e Update mysql client tests for new dolt_checkout return value schema. 2023-07-06 11:26:07 -07:00
Zach Musgrave 69b51fae52 Fixed client integration tests 2023-06-20 16:03:18 -07:00
James Cor 4d2dbb9746 add hash column to result set for dolt_merge(..., '--no-ff') (#6163) 2023-06-16 01:39:03 -07:00
Jason Fulghum 11e007593c Fixing node client test 2023-06-13 14:57:56 -07:00
Jason Fulghum c287d6bc9d Merge branch 'main' into fulghum/cherry-pick 2023-06-13 14:09:28 -07:00
Jason Fulghum 558bdca26d Fixing node client test 2023-06-13 14:00:17 -07:00
Pavel Safronov 490a6a5a2c Merge pull request #6011 from dolthub/pavel/dolt-status 2023-06-11 12:28:22 -10:00
Pavel Safronov 3e730bdc55 Another test fix. 2023-06-10 16:56:50 -07:00
Pavel Safronov b75e7b989e Another test fix for modified dolt table. 2023-06-10 16:32:10 -07:00