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

dropwizard / dropwizard / 3386 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2017 09:15AM UTC
Files 367
Run time 15s
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

06 Feb 2017 08:59AM UTC coverage: 84.642% (+2.8%) from 81.843%
3386.1

push

travis-ci

joschi
Add more Liquibase tests (#1915)

* Add tests for DbCalculatechecksumCommand

* Add tests for DbClearChecksumsCommand

* Add tests for DbDropAllCommand

* Add tests for DbFastForward command

* Add tests for DbGenerateDocs command

* Add tests for DbLocksCommand

* Add tests for DbPrepareRollbackCommand

* Add tests for DbRollbackCommand

* Add tests for DbTagCommand

Also make the `openLiquibase` method open, so we can get a `Liquibase` object
in the tests.

* Add tests for DbTestCommand

* Use the UTF_8 constant in migration tests

* Rename `migrations-test.xml` to `migrations-ddl.xml`

`migration-test` is a rather ambiguous name.

* Add tests for DbCommand

* Add a test for migrations from the filesystem

Verify if we pass the absolute path to file on the filesystem instead
the relative path, migrations still work.

* Mark all migration tests as not-thread safe

So they don't blow up and run in one thread when Maven run the tests in parallel.

* Print the help page in UTF-8 in migration tests

To make sure we read and write in the same encoding. Moreover, error-prone
gives a warning about writing without an explicit encoding.

* Run all migration tests in memory

We can run the database in memory with the `close_delay=-1` parameter
instead of the file mode. That parameter means that the database should
be closed only when the JVM exits, not when the JDBC connection is
closed. Hence, the changes performed by one command are visible to the
others in the same JVM, which is exactly what we need.

6079 of 7182 relevant lines covered (84.64%)

73.61 hits per line

Source Files on job 3386.1
  • Tree
  • List 0
  • Changed 18
  • Source Changed 5
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3386
  • Travis Job 3386.1
  • 61cdbed6 on github
  • Prev Job for on master (#3376.1)
  • Next Job for on master (#3396.1)
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