Commit Graph

47 Commits

Author SHA1 Message Date
Aaron Son 3a18e6d52c integration-tests/go-sql-server-driver: go mod tidy 2026-02-05 14:37:43 -08:00
Aaron Son 86cf6c0518 go.mod,.github: Bump Go version to 1.25.6.
Fixes potential impact in some configurations from CVE-2025-61729.
2026-01-26 16:57:21 -08:00
Neil Macneale IV 86b08bae1a go mod tidy in integration-tests/go-sql-server-driver 2026-01-05 14:14:07 -08:00
Brian Hendriks 6832617c61 jwt auth integration tests 2025-12-10 16:20:08 -08:00
coffeegoddd☕️✨ 89ca6b26a1 /go.{mod,sum}: run go mod tidy 2025-11-10 16:20:53 -08:00
Aaron Son 06a1e9bb3a go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version. 2025-10-14 11:56:26 +02:00
Aaron Son 5e67de9f61 go-sql-server-driver: 1.25.1 here too. 2025-10-14 11:13:51 +02:00
coffeegoddd☕️✨ f375ab9267 /{go,integration-tests}: add patch version 2025-10-01 09:30:19 -07:00
James Cor 09f7c7043b [no-release-notes] bump golang version (#9859) 2025-09-18 13:39:41 -07:00
coffeegoddd☕️✨ 500de379c0 /integration-tests/go-sql-server-driver/go.mod: run go mod tidy 2025-09-02 12:07:24 -07:00
coffeegoddd☕️✨ 0ed843bb09 /{go,integration-tests}: bump go 2025-09-02 12:05:07 -07:00
coffeegoddd 700e985978 /{go,integration-tests}: rebase main 2025-08-27 12:55:58 -07:00
Aaron Son 5aafc67c1c Small cleanup. 2025-07-15 16:59:51 -07:00
Neil Macneale IV 3c026b869c go mod tidy 2025-04-18 14:55:08 -07:00
Aaron Son 2ff00c2afc integration-tests/go-sql-server-driver: Implement max-connections testing to go-sql-server-driver. 2025-03-25 09:56:05 -07:00
Neil Macneale IV 3c6be04765 I got a fever, and I need more cowbell... or go mod tidy 2025-03-17 10:45:27 -07:00
Aaron Son 03510f5510 go/Godeps,integration-tests/go-sql-server-driver: Hygiene for the Golang version bump. 2025-02-26 15:35:24 -08:00
Neil Macneale IV 6ce2a0324d More tidy 2025-01-02 13:24:22 -08:00
coffeegoddd 00732cb5e0 /{.github,go,integration-tests}: bump go 2024-12-02 17:05:37 -08:00
Dustin Brown 5e44ddd7e1 [auto-bump] [no-release-notes] dependency by max-hoffman (#8573)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* fix build

* [no-release-notes] bump

* tidy

* fix license

* test driver mod

* try updating work sum

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2024-11-20 10:14:18 -08:00
coffeegoddd f81e847f74 /integration-tests/go-sql-server-driver: run go mod tidy in integration-tests/go-sql-server-driver 2024-09-16 10:42:54 -07:00
Brian Hendriks 6b3cd4b68d go tests for signing 2024-09-13 00:43:53 -07:00
Jason Fulghum 2112309acd go mod tidy for sql-server integ tests 2024-06-26 13:04:18 -07:00
Jason Fulghum 5ff76cd8ab Updating go version number in go.mod for go-sql-server-driver tests to match the go version number in Dolt's main go.mod 2024-05-17 14:56:17 -07:00
Jason Fulghum 535460aed9 bumping x/crypo|sys for sql-server integ tests 2024-05-09 19:41:22 -07:00
coffeegoddd 7c710dd211 /{.github,go,integration-tests}: bump go version 2024-03-27 14:02:28 -07:00
Aaron Son 10bfb3c31b integration-tests/go-sql-server-driver: go mod tidy. 2024-03-15 10:11:31 -07:00
coffeegoddd bf760cb03f /integration-tests/go-sql-server-driver/go.{mod,sum}: run go mod tidy 2023-12-26 16:47:24 -08:00
Neil Macneale IV cdab41d56d [no-release-notes] upgrade crypto (#7206)
* Bump golang.org/x/crypto in /integration-tests/go-sql-server-driver

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 12:38:06 -08:00
Dustin Brown 10cac7a4c2 [auto-bump] [no-release-notes] dependency by jennifersp (#7189) 2023-12-18 16:15:18 -08:00
Zach Musgrave d31758468d go mod cleanup 2023-12-01 17:44:27 -08:00
Aaron Son ce544697da [no-release-notes] integration-tests/go-sql-server-driver: Change our approach to JWTs and X.509 certificates so that we generate what we need when we run the tests.
Fixes a bug where we had expiring certificates and JWTs in the repository and
old commits of the repository would stop passing integration tests and some
time in the future.
2023-11-01 12:54:48 -07:00
Neil Macneale IV 85155eda22 dependabot squash (#6916)
* Bump golang.org/x/net from 0.15.0 to 0.17.0 in /go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/net in /go/gen/proto/dolt/services/eventsapi

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /go

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump google.golang.org/grpc in /go/gen/proto/dolt/services/eventsapi

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* go mod tidy on integration-tests/go-sql-server-driver

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 11:00:36 -07:00
Aaron Son dd798b09f4 integration-tests/go-sql-server-driver/go.mod: Use golang 1.21. 2023-10-05 13:51:36 -07:00
Zach Musgrave 45d39371e3 upgraded deps of go sql driver tests 2023-10-03 10:05:11 -07:00
Stephanie You d178f0dd6f update go-sql-driver for integration-tests 2023-07-23 17:10:11 -07:00
Aaron Son 3f9e8d6995 integration-tests/go-sql-server-driver: go.mod: go mod tidy. 2023-07-13 16:11:05 -07:00
Aaron Son fab46e22ed integration-tests/go-sql-server-driver/go.mod: go mod tidy. 2023-07-10 14:40:36 -07:00
Maximilian Hoffman 0bfd57ae4d [no-release-notes] Pushdown refactor, deprecate sql.FilteredTable, ColumnDiffTable correctness (#6024)
* [no-release-notes] Pushdown refactor, deprecate sql.FilteredTable,
ColumnDiffTable correctness

Pushdown splitting into two phases uncovered bugs. sql.FilteredTable
is now deprecated. ColumnDiffTable correctness tests were never run
through the indexing path before, which are broken. This disables the
indexing path and runs the proper test suites.

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* bump

* tidy

* missing interface method

* mod tidy

* formatter

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-05-24 16:32:20 -07:00
Aaron Son b51bdc2cff integration-tests/go-sql-server-driver: go mod tidy. 2023-04-06 16:12:20 -07:00
Aaron Son b9fbf6d733 integration-tests/go-sql-server-driver: concurrent_gc_test.go: Add an initial test case. 2023-03-16 16:12:48 -07:00
Zach Musgrave c02ec6dd50 Fixed go.mod problems in integration test 2023-02-20 09:41: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
Dustin Brown baedb70771 [auto-bump] [no-release-notes] dependency by max-hoffman (#4888)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* go mod update

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
2022-11-29 19:52:18 -08:00
Maximilian Hoffman 08167dfd5d Redo import perf (#4689)
* import perf harness prog

* more test isolation

* rework common dep

* fix server driver

* delete old files, fix readme

* more readme fixes

* batching edits

* edits

* skip import tests by def

* GA starter

* rename

* fix arg name

* change input name again

* remove espaced character from input desc

* fix env definition

* fix env definition

* fix workflow_dispatch name

* CI test files

* remove os spec

* runs on

* different set variable

* defaults

* defaults

* remove local GMS

* edits

* run bench from go/ directory

* dropped def equals

* go run, not go build

* fix output command name

* configure dolt

* fix query file path

* fix query file path

* switch query and inputs

* fix format <<EOF

* reformat yaml

* debug output

* more debug output

* fix echo -> cat

* fix to json flag

* fix yaml spacing

* yaml spacing

* yaml spacing

* revert html spacing

* json format

* env var expansion

* echo not cat

* another json string printing error

* no echo

* log template

* no template string

* wrong parameter, template should be templateName

* remove console.log

* pass file, not string, to ses

* rely on preexisting template? email action interface

* fix yaml

* fix html print

* fix html header

* change ci script

* fix sql-server connection pass

* mysql no password, setup default db

* put password back

* missed port for default database

* expanded CI tests

* shorter test file

* extend ci tests

* change default query

* try to push to dolthub

* modify push to dolthub

* duplicate test names

* typo

* dolt-action version

* invalid param for dolt_action

* specify feature branch

* specify main branch dolt-action

* -b flag first

* dont need -q flag for batch EOF

* combine results and dolthub push

* missing curly brace

* no auth

* new creds

* new cred fun

* use the cred key

* try again

* log table

* move push out of batch

* more logging

* new vs old branch

* fix branch rule

* more test

* all tests

* smaller tests

* smaller tests

* double env: key

* fix yaml error

* more yaml errors

* more yaml errors

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* linting fixes, remove other import nightly

* linting

* go vet

* licenses

* fix compile errorrs

* warn don't panic on init()

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* no external package

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* unused dep

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* Revert perf scripts

* refactor to repo dispatch

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-11-10 12:56:43 -08:00
Aaron Son 89a6807336 .github/workflows: ci-sql-server-integration-tests.yaml: More iteration, try a GracefulStop for Windows. 2022-10-04 13:54:31 -07:00
Aaron Son 1857806d2d integration-tests/go-sql-server-driver: Proof of concept a declarative approach to integration tests for sql-server interactions.
Converts bats/sql-server-config.bats to use a new approach.
2022-10-01 15:42:22 -07:00