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

tarantool / go-tarantool / 7656911175
74%
master: 75%

Build:
Build:
LAST BUILD BRANCH: bigbes/tntp-no-fix-workflow
DEFAULT BRANCH: master
Ran 25 Jan 2024 03:49PM UTC
Jobs 2
Files 61
Run time 9s
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

25 Jan 2024 03:39PM UTC coverage: 74.243% (+0.05%) from 74.194%
7656911175

push

github

oleg-jukovec
pool: add Instance type

The type Instance:
```
type Instance struct {
	// Name is an unique name of the instance.
	Name   string
	// Dialer will be used to create a connection to the instance.
	Dialer tarantool.Dialer
	// Opts will be used to specify a connection options.
	Opts   tarantool.Opts
}
```

The type allows to specify a dialer and connection options per a
pool instance. It is used in `pool.Connect`, `pool.ConnectWithOpts`
and `pool.Add` to specify an instance configuration now.

Closes #356

85 of 96 new or added lines in 2 files covered. (88.54%)

180 existing lines in 4 files now uncovered.

6010 of 8095 relevant lines covered (74.24%)

10248.45 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
11
70.41
0.58% pool/connection_pool.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.06
-1.49% pool/watcher.go
2
77.35
0.2% connection.go
8
54.55
-2.02% schema.go
169
70.41
0.58% pool/connection_pool.go
Jobs
ID Job ID Ran Files Coverage
1 7656911175.1 25 Jan 2024 03:49PM UTC 61
74.07
GitHub Action Run
2 7656911175.2 25 Jan 2024 03:50PM UTC 61
74.1
GitHub Action Run
Source Files on build 7656911175
  • Tree
  • List 61
  • Changed 16
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 48e92797 on github
  • Prev Build on oleg-jukovec/gh-356-pool-connect-update-interface (#7656195985)
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