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

ICRAR / ngas / 438 / 6
69%
master: 69%

Build:
Build:
LAST BUILD BRANCH: config_use_prepared_stmts_for_clients
DEFAULT BRANCH: master
Ran 23 Sep 2020 06:27AM UTC
Files 163
Run time 7s
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

23 Sep 2020 06:07AM UTC coverage: 68.269%. First build
438.6

push

travis-ci-com

rtobar
Support more flexible server setups

Until now every time we start an NGAS server during our tests, its
sqlite database is stored not under the NGAS root but under a common
directory. This path is fixed, and the only flexibility that further
server instances have is to point to the same database without
re-creating it, but not to point to a different one.

This commit changes where the sqlite database is created in different
use cases. When starting single NGAS servers, each server gets its own
sqlite file created under its root directory, and when a cluster is
created (via prepCluster()) a single database file is created.

While this adds the ability to start independent servers that are not
connected through a common database, this is true only for sqlite-based
tests. Tests using other databases will still have the limitation of
being connected to the same database instance. If full independence is
needed, those tests should run only when the database backend is sqlite.

13279 of 19451 relevant lines covered (68.27%)

0.68 hits per line

Source Files on job 438.6
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 380
  • Travis Job 438.6
  • 39be6888 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

© 2026 Coveralls, Inc