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

dropwizard / dropwizard / 6314 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 16 Sep 2019 08:02AM UTC
Files 401
Run time 16s
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

16 Sep 2019 07:48AM UTC coverage: 86.261% (-0.04%) from 86.303%
6314.1

push

travis-ci

joschi
Nested calls to @UnitOfWork methods cause inconsistent behaviour (#2913)

When a method annotated with @UnitOfWork calls into another method that
is annotated like that, the transaction is prematurely committed when
the inner method returns.

This leads to difficult to debug situations and should be prevented.
Either an exception has to be raised as soon as possible or nesting
needs to do the sane thing.

The implementation checks if a session is already associated with this
thread. If that is not the case (non-nested), the original code paths
are invoked. If there exists already a session, its state is validated,
if the session is compatible with the requested state, the unit of work
is joined, if not an IllegalStateException is raised.

7233 of 8385 relevant lines covered (86.26%)

0.86 hits per line

Source Files on job 6314.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5405
  • Travis Job 6314.1
  • 1310d7c9 on github
  • Prev Job for on master (#6313.1)
  • Next Job for on master (#6319.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