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

[no-release-notes] Bump golang.org/x/net from 0.25.0 to 0.33.0 in /go #8772

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2025

Bumps golang.org/x/net from 0.25.0 to 0.33.0.

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.33.0.
- [Commits](golang/net@v0.25.0...v0.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 18, 2025
@macneale4 macneale4 self-requested a review January 22, 2025 17:56
@coffeegoddd
Copy link
Contributor

@macneale4 DOLT

comparing_percentages
100.000000 to 100.000000
version result total
51c8e1d ok 5937457
version total_tests
51c8e1d 5937457
correctness_percentage
100.0

@macneale4 macneale4 merged commit 92628d0 into main Jan 22, 2025
21 of 22 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/go/golang.org/x/net-0.33.0 branch January 22, 2025 22:53
@macneale4 macneale4 changed the title Bump golang.org/x/net from 0.25.0 to 0.33.0 in /go [no-release-notes] Bump golang.org/x/net from 0.25.0 to 0.33.0 in /go Jan 22, 2025
Copy link
Contributor

@macneale4 macneale4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it

Copy link

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.05 1.6
batching batch sql 10000 1 0.09 1.33
batching by line sql 10000 1 0.07 1.71
blob 1 blob 200000 1 0.88 3.92 4.75
blob 2 blobs 200000 1 0.91 4.33 4.76
blob no blob 200000 1 0.96 2.3 2.7
col type datetime 200000 1 0.83 2.41 2.64
col type varchar 200000 1 0.72 3.22 3.71
config width 2 cols 200000 1 0.93 2.15 2.37
config width 32 cols 200000 1 1.83 2.08 2.83
config width 8 cols 200000 1 0.97 2.38 2.69
pk type float 200000 1 0.84 2.64 2.65
pk type int 200000 1 0.87 2.29 2.51
pk type varchar 200000 1 1.9 1.35 1.44
row count 1.6mm 1600000 1 5.62 2.96 2.9
row count 400k 400000 1 1.54 2.64 2.69
row count 800k 800000 1 2.9 2.84 2.86
secondary index four index 200000 1 3.67 1.35 1.26
secondary index no secondary 200000 1 0.92 2.37 2.79
secondary index one index 200000 1 1.1 2.5 2.58
secondary index two index 200000 1 2.02 1.75 1.84
sorting shuffled 1mm 1000000 0 5.11 2.78 2.65
sorting sorted 1mm 1000000 1 4.9 2.9 2.76

Copy link

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.22
dolt_blame_commit_filter system table 3
dolt_commit_ancestors_commit_filter system table 0.61
dolt_commits_commit_filter system table 1.1
dolt_diff_log_join_from_commit system table 2.85
dolt_diff_log_join_to_commit system table 2.78
dolt_diff_table_from_commit_filter system table 1.23
dolt_diff_table_to_commit_filter system table 1.14
dolt_diffs_commit_filter system table 1.03
dolt_history_commit_filter system table 1.31
dolt_log_commit_filter system table 1.1

Copy link

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 1.08
adds_updates_deletes 60000 60000 60000 4.48
deletes_only 0 60000 0 2.43
updates_only 0 0 60000 3.01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution correctness_approved dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants