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

dropwizard / dropwizard / 6314
86%

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

pending completion
6314

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

Jobs
ID Job ID Ran Files Coverage
1 6314.1 16 Sep 2019 08:02AM UTC 0
86.26
Travis Job 6314.1
Source Files on build 6314
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6314
  • 1310d7c9 on github
  • Prev Build on master (#6313)
  • Next Build on master (#6319)
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