• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-sql-driver / mysql
82%
master: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/all-dependencies-4e0fabf454
DEFAULT BRANCH: master
Repo Added 10 May 2017 10:21AM UTC
Files 19
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH authentication
branch: authentication
CHANGE BRANCH
x
Reset
  • authentication
  • 1.8
  • 1.9
  • ErrShortWrite
  • InterpolateParams
  • add-charset
  • atomic
  • auth_refactoring
  • auth_tests
  • backport-bench-1.9
  • binary-littleendian
  • bump-mysql-for-testing
  • changelog
  • clientDeprecateEOF
  • cloudsql
  • columntype
  • compression
  • conncheck-alloc
  • conncheck_platforms
  • connncheck_optional
  • contributing
  • copilot/consolidate-dependabot-prs
  • copilot/support-rows-column-scanner
  • copilot/update-go-version-1-24-to-1-26
  • copyright
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/all-dependencies-4e0fabf454
  • dependabot/github_actions/all-dependencies-640176b5ab
  • dependabot/github_actions/all-dependencies-781e586a15
  • dependabot/github_actions/all-dependencies-920a780463
  • dependabot/github_actions/all-dependencies-a79d1f1873
  • dependabot/github_actions/all-dependencies-e021b9f00e
  • dependabot/github_actions/dominikh/staticcheck-action-1.4.1
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/go_modules/filippo.io/edwards25519-1.2.0
  • dolthub/master
  • dsn_defaults
  • empty_auth
  • empty_sha256
  • fil-register-set
  • fix-1666
  • fix-bench-massiverows
  • fix-flaky-test
  • fix-getSystemVar-buffer-reuse
  • fix-gomod
  • fix-json-rawmessage-nil-interpolate
  • fix-race-condition-of-test-concurrent
  • fix-staticcheck
  • fix-test
  • fix-test2
  • fix-unused-benchmarkExecContext
  • fix/ParseDSN-colon-in-username
  • fix/newconfig-default-net
  • fix/result-empty-slice-panic
  • fix_bigint_unsigned_scan_type
  • fix_comment_typo
  • fix_formatdsn_connectionattributes
  • flaky_tests
  • fmt
  • formatdsn_err
  • go-mod
  • go1.19-is-released
  • go1.21-and-mysql8.1-are-released
  • go1.24-is-released
  • go110
  • handle_error_packets
  • internal
  • introduce-run-tests-parallel
  • mariadb-test-update
  • mark-as-helper
  • master
  • max-allowed-packet-parsing
  • max_allowed_packet
  • metadataSkip
  • methane-patch-1
  • migrate-set-output
  • migrate-to-node16-actions
  • misc_fixes
  • modernize
  • modernize-2025-11-06
  • opt-read
  • opt-read-19
  • patch-1
  • pinact
  • prepare-for-v1.7.0
  • private-query-tracer
  • purego
  • read_opt
  • read_optimization
  • readme_collation
  • refs/tags/v1.10.0
  • refs/tags/v1.6.0
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.9.0
  • refs/tags/v1.9.1
  • refs/tags/v1.9.2
  • refs/tags/v1.9.3
  • regression801
  • release-1101
  • release-v190
  • release-v191
  • release-v193
  • return-original-error-from-transaction
  • reuse-metadata
  • revert-976-master
  • sha256_password
  • staticcheck
  • strict
  • test-against-more-mariadb-versions
  • tls-mysql5-docs
  • tls-security
  • tlsconfig
  • travis
  • travis-allow-failure
  • travis-crossbuild
  • travis-mysql8
  • travis-update
  • tx-19
  • update-internals-links
  • v1.4
  • v1.4.0
  • v1.4.1
  • v1.5.0

29 Jun 2026 12:56PM UTC coverage: 82.477% (-0.3%) from 82.731%
28373613613

Pull #1696

github

rusher
Move auth switch limit check to switch packet processing
Pull Request #1696: Authentication

353 of 432 new or added lines in 9 files covered. (81.71%)

6 existing lines in 3 files now uncovered.

3469 of 4206 relevant lines covered (82.48%)

2550143.18 hits per line

Relevant lines Covered
Build:
Build:
4206 RELEVANT LINES 3469 COVERED LINES
2550143.18 HITS PER LINE
Source Files on authentication
  • Tree
  • List 26
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28373613613 authentication Move auth switch limit check to switch packet processing Pull #1696 29 Jun 2026 12:58PM UTC rusher github
82.48
28116801991 authentication Add unix socket configuration for mysql_clear_password in multi-auth tests Pull #1696 24 Jun 2026 05:24PM UTC rusher github
82.45
25006875835 authentication Improve error handling and refactor authentication plugin system Pull #1696 27 Apr 2026 04:26PM UTC rusher github
82.41
24998159591 authentication Add validation and thread-safety improvements to authentication plugin system Pull #1696 27 Apr 2026 01:36PM UTC rusher github
82.46
21674992933 authentication Authentication has been revamp, permitting authentication plugin. #1696 now permits multi-authentication (in mariadb: https://mariadb.com/kb/en/create-user/#identified-viawith-authentication_plugin / mysql: https://dev.mysql.com/doc/refman/8.0/en... Pull #1696 04 Feb 2026 02:21PM UTC rusher github
82.44
14665995848 authentication use named constants for caching_sha2_password Pull #1696 25 Apr 2025 01:41PM UTC rusher github
82.77
14665773362 authentication Ensure proper error handling for invalid public key types in authentication flows Pull #1696 25 Apr 2025 01:30PM UTC rusher github
82.67
14595616580 authentication authentication has been revamp. Current implementation was requiring authentication plugin that are have multiple step to begin with iAuthMoreData, but that's only required for "caching_sha2_password" and "sha256_password" plugins. Additionally, n... Pull #1696 22 Apr 2025 01:11PM UTC rusher github
82.75
14498658340 authentication authentication has been revamp. Current implementation was requiring authentication plugin that are have multiple step to begin with iAuthMoreData, but that's only required for "caching_sha2_password" and "sha256_password" plugins. Additionally, n... Pull #1696 19 Apr 2025 05:27AM UTC rusher github
82.96
See All Builds (1592)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc