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

IQSS / dataverse / #30109
25%
develop: 25%

Build:
Build:
LAST BUILD BRANCH: 11253.v2-inconsistent-dataset-delete-api
DEFAULT BRANCH: develop
Ran 01 Sep 2026 10:09PM UTC
Jobs 1
Files 1017
Run time 2min
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

01 Sep 2026 09:57PM UTC coverage: 25.242%. Remained the same
#30109

Pull #12663

github

ChengShi-1
fix: `dvobject.id` should be Bigint

RoleTagRetriever.findDataverseIdsForFiles cast dvobject.id to Integer.
That column is an integer in databases created by older releases but a
bigint in newly created ones, so the JDBC driver returns a Long and the
cast threw a ClassCastException, failing every My Data request whose
results included a file.

Read the value as a Number instead, which is correct for both column
types and needs no migration. DvObjectServiceBean.getObjectPathsByIds
had the same cast, where it silently skipped rows rather than throwing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pull Request #12663: Fix MyData 500 Error when results include files

0 of 4 new or added lines in 2 files covered. (0.0%)

24171 of 95756 relevant lines covered (25.24%)

0.25 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
0.56
0.0% src/main/java/edu/harvard/iq/dataverse/DvObjectServiceBean.java
2
0.0
0.0% src/main/java/edu/harvard/iq/dataverse/mydata/RoleTagRetriever.java
Jobs
ID Job ID Ran Files Coverage
1 #30109.1 01 Sep 2026 10:09PM UTC 1017
25.24
Source Files on build #30109
  • Tree
  • List 1017
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #12663
  • PR Base - develop (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc