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

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

Build:
Build:
LAST BUILD BRANCH: update-internals-links
DEFAULT BRANCH: master
Repo Added 10 May 2017 10:21AM CUT
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 1.8
branch: 1.8
CHANGE BRANCH
x
Reset
  • 1.8
  • 1.9
  • ErrShortWrite
  • add-charset
  • atomic
  • auth_refactoring
  • auth_tests
  • authentication
  • backport-bench-1.9
  • binary-littleendian
  • bump-mysql-for-testing
  • changelog
  • clientDeprecateEOF
  • cloudsql
  • columntype
  • compression
  • conncheck-alloc
  • conncheck_platforms
  • connncheck_optional
  • contributing
  • copyright
  • dolthub/master
  • dsn_defaults
  • empty_auth
  • empty_sha256
  • fil-register-set
  • fix-1666
  • fix-bench-massiverows
  • fix-flaky-test
  • fix-gomod
  • fix-race-condition-of-test-concurrent
  • fix-test
  • fix-test2
  • fix-unused-benchmarkExecContext
  • 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
  • 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
  • opt-read
  • opt-read-19
  • prepare-for-v1.7.0
  • purego
  • read_opt
  • read_optimization
  • readme_collation
  • 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
  • regression801
  • release-v190
  • release-v191
  • return-original-error-from-transaction
  • reuse-metadata
  • revert-976-master
  • sha256_password
  • staticcheck
  • strict
  • 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

13 Jun 2024 02:35PM CUT coverage: 82.472%. Remained the same
9501643610

push

github

web-flow
fix missing skip test when no DB is available (#1597)

Fix `go test` fails when no DB is set up.

(cherry picked from commit 9b8d28eff)

3143 of 3811 relevant lines covered (82.47%)

1295989.42 hits per line

Relevant lines Covered
Build:
Build:
3811 RELEVANT LINES 3143 COVERED LINES
1295989.42 HITS PER LINE
Source Files on 1.8
  • List 19
  • Changed 12
  • Source Changed 0
  • Coverage Changed 3
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
61.9
driver.go117 42 26 16 674.0
66.67
nulltime.go70 24 16 8 174.0
73.25
fields.go220 157 115 42 294.0
74.29
connection.go702 494 367 127 13532.0 - 11
77.21
statement.go216 136 105 31 675320.0
78.57
conncheck.go54 28 22 6 7572.0 + 54
81.37
infile.go181 102 83 19 162.0
82.35
errors.go82 17 14 3 237.0 + 1.0
83.66
packets.go1407 1059 886 173 1078335.0 + 7
84.51
connector.go197 142 120 22 32387.0 - 17
Showing 1 to 10 of 19 entries
  • Previous
  • 1
  • 2
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9501643610 1.8 fix missing skip test when no DB is available (#1597) Fix `go test` fails when no DB is set up. (cherry picked from commit 9b8d28eff) push 13 Jun 2024 02:37PM CUT web-flow github
82.47
9501635193 1.8 fix some write error handling (#1596) interpolateParams() returned ErrInvalidConn without closing the connection. Since database/sql doesn't understand ErrInvalidConn, there is a risk that database/sql reuse this connection and ErrInvalidConn... push 13 Jun 2024 02:35PM CUT web-flow github
82.47
9467040662 1.8 log: add "filename:line" prefix by ourself (#1593) go-sql-driver/mysql#1563 broke the filename:lineno prefix in the log message by introducing a helper function. This commit adds the "filename:line" prefix in the helper function instead of log... push 11 Jun 2024 02:03PM CUT web-flow github
82.56
8437799652 1.8 update changelog for releasing v1.8.1 (#1576) ### Description https://github.com/go-sql-driver/mysql/issues/1559 and https://github.com/go-sql-driver/mysql/issues/1567 are fixed. Let's release a new version v1.8.1. ### Checklist - [x] Co... push 26 Mar 2024 02:35PM CUT web-flow github
82.58
8408167105 1.8 Fix issue 1567 (#1570) (#1571) (cherry picked from commit d7ddb8b9e) push 24 Mar 2024 08:58AM CUT web-flow github
82.53
8313103451 1.8 fix race condition when context is canceled (#1565) Fix #1559. (cherry picked from commit d86c4527b) push 17 Mar 2024 05:05AM CUT web-flow github
82.07
8308716925 1.8 add wrapper method to call mc.cfg.Logger (#1564) (cherry picked from commit 1a6477358) push 16 Mar 2024 03:22PM CUT web-flow github
82.07
8308409534 1.8 replace interface{} with any (#1561) push 16 Mar 2024 02:23PM CUT web-flow github
82.06
8306172576 1.8 Add BeforeConnect callback to configuration object (#1469) This can be used to alter the connection options for each connection, right before it's established Co-authored-by: Inada Naoki <songofacandy@gmail.com> push 16 Mar 2024 07:16AM CUT web-flow github
82.06
See All Builds (1506)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc