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

Netflix / genie / 1497 / 1
89%
master: 94%

Build:
Build:
LAST BUILD BRANCH: lt_log_failed_dependency
DEFAULT BRANCH: master
Ran 13 Nov 2017 07:18PM UTC
Files 199
Run time 5min
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

13 Nov 2017 07:05PM UTC coverage: 88.508%. Remained the same
1497.1

Pull #640

travis-ci

web-flow
Annotate '@Lob' entity fields as TextType to aid Hibernate/PostgreSQL driver

The PostgreSQL hibernate driver is failing to load values for fields marked @Lob.
The annotation was introduced when the fields were migrated from varchar to text.
PostgreSQL expect a value reference in this column (a integer-type pointer to the actual column value stored externally), and it fails when inline text is found instead.

The resulting error is:
```
  org.postgresql.util.PSQLException: Bad value for type long : <application description>
```

See also: https://github.com/Netflix/genie/issues/636
Pull Request #640: Annotate '@Lob' entity fields as TextType to aid Hibernate/PostgreSQL…

5830 of 6587 relevant lines covered (88.51%)

0.89 hits per line

Source Files on job 1497.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1497
  • Travis Job 1497.1
  • db3154d1 on github
  • Prev Job for on 3.1.x (#1395.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