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

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

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2018 02:31PM UTC
Files 317
Run time 46s
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: 59.371% (+0.01%) from 59.359%
PRESET=cassandra_mnesia DB=cassandra REL_CONFIG=with-cassandra CASSANDRA_VERSION=3.9

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.

16929 of 28514 relevant lines covered (59.37%)

4198.66 hits per line

Source Files on job 4845.5 (PRESET=cassandra_mnesia DB=cassandra REL_CONFIG=with-cassandra CASSANDRA_VERSION=3.9)
  • Tree
  • List 0
  • Changed 144
  • Source Changed 38
  • Coverage Changed 144
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4428
  • Travis Job 4845.5
  • 006f0966 on github
  • Prev Job for PRESET=cassandra_mnesia DB=cassandra REL_CONFIG=with-cassandra CASSANDRA_VERSION=3.9 on master (#4841.5)
  • Next Job for PRESET=cassandra_mnesia DB=cassandra REL_CONFIG=with-cassandra CASSANDRA_VERSION=3.9 on master (#4846.5)
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