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

Update To Latest V10 #3

Merged
merged 259 commits into from
Nov 3, 2023
Merged

Update To Latest V10 #3

merged 259 commits into from
Nov 3, 2023

Conversation

mojtabacazi
Copy link

No description provided.

vmihailenco and others added 30 commits August 15, 2020 14:28
 using go.opentelemetry.io/otel @v0.11.0
Increase read buffer size to 1mb and reuse it via sync.Pool
…_name_with_raw_sql

feat(otel): Use first word as span name without operation.
vmihailenco and others added 26 commits September 23, 2021 16:24
Added `-race` to the `test` target in the Makefile, this way tests that
are run in GitHub Actions will help reveal any potential race
conditions.
fix: Add `-race` flag to GitHub actions test workflow.
#1952)

* Add for loop for checking if the query is finished or is cancelled

* Rename a var from RetryStatementTimeout to RetryCancelledQuery and update a comment

* Send a cancel request when there is a bad connection error

* Rename a var back to RetryStatementTimeout

* Revert a change in withConn

* Revert changes for comments

* Add an unit test for testing sending a cancel request when a connection is timed out

* Change the return values of isBadConn to return error code if it has

* Send a cancel request when it is a bad conn expect 25P02 case
* Add shortcut WhereInOr

* Add tests for WhereInOr

Co-authored-by: p.vorontsov <p.vorontsov@norsi-trans.ru>
This resolves a race condition in listener where `ln.closed` was being
read without a mutex at the same time it could be written. Just move the
mutex unlock for `Unlisten` down, **but not defer it** so that the mutex
still holds the lock properly. But does not cause a deadlock with
release conn.
* Bump mellium.im/sasl from 0.2.1 to 0.3.1

Bumps mellium.im/sasl from 0.2.1 to 0.3.1.

---
updated-dependencies:
- dependency-name: mellium.im/sasl
  dependency-type: direct:production
...

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

* chore: Removing Go 1.16 support.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elliot Courant <elliot@treasuryprime.com>
* Update err from ctx if reason is nil

* Add a unit test

* Move pool object to the test itself

* Rename a var from cl to cancel

* Add comment for explaining why ctx.Err() is used
@mojtabacazi mojtabacazi changed the base branch from v10 to v10-temp November 3, 2023 04:45
@mojtabacazi mojtabacazi force-pushed the v10-temp branch 2 times, most recently from 5fd5819 to e426cc8 Compare November 3, 2023 04:49
@mojtabacazi mojtabacazi merged commit c9ff733 into jamscloud:v10-temp Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.