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

esl / MongooseIM / 4845 / 8
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2018 03:05PM UTC
Files 317
Run time 40s
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

07 Jun 2018 12:28PM UTC coverage: 65.212% (+0.02%) from 65.193%
PRESET=pgsql_mnesia DB=pgsql REL_CONFIG="with-pgsql with-jingle-sip"

push

travis-ci

arcusfelis
Don't raise error when Mnesia dir differs with app env directory (#1904)

This patch removes the part of code which raises an error if Mnesia
directory reported by `mnesia:system_info(directory)` is the same as
`application:get_env(mnesia, dir)` when deleting Mnesia files. From
now on only a warning message is emitted.

The check sometimes resulted in unexpected errors. Users set Mnesia
directory path using application env `mnesia.dir`. This path might be a
relative path (it might be even an atom!). When Mnesia starts, it takes
this value, converts it to absolute path and stored it in initial
config. This is what `mnesia:system_info(directory)` returns, thus the
check failed in simple situations when someone sets `mnesia.dir` to
relative path. The check only succeeded in cases when `mnesia.dir` path
is a normalized, absolute path.

18603 of 28527 relevant lines covered (65.21%)

3383.2 hits per line

Source Files on job 4845.8 (PRESET=pgsql_mnesia DB=pgsql REL_CONFIG="with-pgsql with-jingle-sip")
  • Tree
  • List 0
  • Changed 134
  • Source Changed 1
  • Coverage Changed 134
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4428
  • Travis Job 4845.8
  • 006f0966 on github
  • Prev Job for PRESET=pgsql_mnesia DB=pgsql REL_CONFIG="with-pgsql with-jingle-sip" on master (#4841.8)
  • Next Job for PRESET=pgsql_mnesia DB=pgsql REL_CONFIG="with-pgsql with-jingle-sip" on master (#4846.8)
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