Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upstream merge #14

Merged
merged 35 commits into from
Jul 12, 2022
Merged

upstream merge #14

merged 35 commits into from
Jul 12, 2022

Conversation

daniel-garcia
Copy link

No description provided.

mccalltd and others added 30 commits November 19, 2021 10:53
* clarify the package name

* Adding import and connection string sections

* more clarification around the go usage
Update Google Cloud Spanner to 1.27
len(k) is guaranteed to be greater than 1 in this case
* upgrade containerd/containerd to 1.5.8 for vulnerability

* upgrade opencontainers/image-spec to 1.0.2 for vulnerability

* upgrade dktest to v0.3.8
* Use DELETE FROM instead of TRUNCATE for MySQL

* Set isolation level to SERIALIZABLE

Co-authored-by: Martin Arrieta <mail@martinarrieta.me>
fix(spanner): Upgrade spanner client to latest, which adds JSON_VALUE support
docs: Include iofs in migration sources
The current example for the Clickhouse DSN is incorrect and will result in the client trying to use the default username, database, and password regardless of what is set in the DSN. This change fixed the DNS example to be correct for the current versions of the clickhouse-go client.
Incorrect DSN example for Clickhouse
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
test: use `T.TempDir` to create temporary test directory
Exposes the cassandra client's ConnectTimeout parameter through
the cassandra database query string.

The Cassandra client has a fairly aggressive connect timeout of
600ms, which can cause flakiness in certain network environments
or in Cassandra-compatible clusters with a more complex process
for establishing connections (i.e. ScyllaDB).

The query timeout is already configurable and exposed, but does
not impact the connect timeout in the gocql driver. This change
allows for configurtion of both.
Expose configuring cassandra connect timeout through query string
Add WithConnection to Postgres similar to MySQL.
@daniel-garcia daniel-garcia merged commit 418501b into infobloxopen:ib Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.