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

bitcoinj / bitcoinj / 1707
61%

Build:
DEFAULT BRANCH: master
Ran 13 Aug 2016 02:57PM UTC
Jobs 1
Files 209
Run time 9s
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
1707

Pull #1281

travis-ci

web-flow
Performance: Added upsert support for Postgresql 9.5 in methods put() and putUpdateStoredBlock().
Performance: Removed SELECT from put() for Postgresql pre-9.5. Instead of SELECT + (UPDATE | INSERT), does UPDATE [INSERT].
Bugfix: Fixed potential problem with Postgresql and putUpdateStoredBlock: a duplicate key during an INSERT would fail the transaction, causing the subsequent UPDATE to fail.
Cleanup: Removed extraneous nulling of Statement variables (Statement javadoc specifies that closing an already closed Statement has no effect).
Pull Request #1281: Check if open transaction exists before inserting (Postgresql-specific)

248 of 248 new or added lines in 2 files covered. (100.0%)

15024 of 21020 relevant lines covered (71.47%)

0.71 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
65
100.0
core/src/main/java/org/bitcoinj/store/DatabaseFullPrunedBlockStore.java
99
100.0
core/src/main/java/org/bitcoinj/store/PostgresFullPrunedBlockStore.java

Uncovered Existing Lines

Lines Coverage ∆ File
7
100.0
core/src/main/java/org/bitcoinj/store/DatabaseFullPrunedBlockStore.java
7
100.0
core/src/main/java/org/bitcoinj/store/PostgresFullPrunedBlockStore.java
Jobs
ID Job ID Ran Files Coverage
1 1707.1 13 Aug 2016 02:57PM UTC 0
71.47
Travis Job 1707.1
Source Files on build 1707
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1707
  • Pull Request #1281
  • PR Base - master (#1696)
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