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

Netflix / genie / 1497
89%
master: 94%

Build:
Build:
LAST BUILD BRANCH: lt_log_failed_dependency
DEFAULT BRANCH: master
Ran 13 Nov 2017 07:18PM UTC
Jobs 1
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

pending completion
1497

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

Jobs
ID Job ID Ran Files Coverage
1 1497.1 13 Nov 2017 07:18PM UTC 0
88.51
Travis Job 1497.1
Source Files on build 1497
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1497
  • Pull Request #640
  • PR Base - 3.1.x (#1395)
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