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

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

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2018 02:29PM UTC
Files 317
Run time 53s
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: 62.909% (+0.05%) from 62.856%
PRESET=mysql_redis DB=mysql REL_CONFIG="with-mysql with-redis"

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.

17938 of 28514 relevant lines covered (62.91%)

3604.18 hits per line

Source Files on job 4845.2 (PRESET=mysql_redis DB=mysql REL_CONFIG="with-mysql with-redis")
  • Tree
  • List 0
  • Changed 117
  • Source Changed 1
  • Coverage Changed 117
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4428
  • Travis Job 4845.2
  • 006f0966 on github
  • Prev Job for PRESET=mysql_redis DB=mysql REL_CONFIG="with-mysql with-redis" on master (#4841.2)
  • Next Job for PRESET=mysql_redis DB=mysql REL_CONFIG="with-mysql with-redis" on master (#4846.2)
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