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

tarantool / go-config / 22740617086

05 Mar 2026 10:59PM UTC coverage: 84.989% (-8.6%) from 93.584%
22740617086

Pull #21

github

bigbes
tarantool: add builder for tarantool config assembly

Add the tarantool package with a Builder pattern for assembling
Tarantool-compatible configuration from multiple sources.

- Support config file, config directory, centralized storage, and
  environment variables.
- Process sources in priority order:
  default-env < file/dir < storage < env.
- Support inheritance: Global → groups → replicasets → instances
  with MergeDeep for credentials, MergeAppend for roles, and
  NoInherit for leader.
- Validate configuration against JSON Schema (fetched from
  download.tarantool.org or provided).
- Allow runtime mutation with BuildMutable.
- Add NewKeyPathFromSegments to create KeyPath from a slice of
  segments.
- Fix env collector to skip emitting empty tree when no environment
  variables match, avoiding overwriting of existing values during
  merge.
Pull Request #21: tarantool: add config builder and improve YAML type resolution

693 of 1027 new or added lines in 19 files covered. (67.48%)

7 existing lines in 1 file now uncovered.

2627 of 3091 relevant lines covered (84.99%)

29.9 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

95.27
/tree/node.go


Source Not Available

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

© 2026 Coveralls, Inc