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

bitcoinj / bitcoinj / 1699
61%

Build:
DEFAULT BRANCH: master
Ran 12 Aug 2016 02:58AM 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
1699

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%)

15012 of 21020 relevant lines covered (71.42%)

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
4
100.0
core/src/main/java/org/bitcoinj/net/BlockingClient.java
7
100.0
core/src/main/java/org/bitcoinj/store/PostgresFullPrunedBlockStore.java
7
100.0
core/src/main/java/org/bitcoinj/store/DatabaseFullPrunedBlockStore.java
8
100.0
core/src/main/java/org/bitcoinj/core/PeerSocketHandler.java
Jobs
ID Job ID Ran Files Coverage
1 1699.1 12 Aug 2016 02:58AM UTC 0
71.42
Travis Job 1699.1
Source Files on build 1699
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1699
  • 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