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

gephi / graphstore / #574
91%

Build:
DEFAULT BRANCH: master
Ran 25 Aug 2026 11:53AM UTC
Jobs 1
Files 128
Run time 1min
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

25 Aug 2026 11:52AM UTC coverage: 91.211% (+0.004%) from 91.207%
#574

push

web-flow
Close graph-lock gaps in GraphModel.Serialization (#289)

* Hold the graph read lock for the entire duration of serializeGraphStore

Previously the only locking came incidentally from NodeStore/EdgeStore
iterators, which release the lock between the node and edge loops and
leave the configuration/columns/time store/views sections unprotected,
so a serialized graph could observe a torn state under concurrent
mutation.

* Hold the graph write lock for the entire duration of deserializeGraphStore

deserializeNode/deserializeEdge write directly into NodeStore/EdgeStore,
bypassing GraphStore's own auto-locked addNode()/addEdge(), so
deserialization had no lock coverage at all and could race with a
concurrent reader on the same graph model.

* Cleanup

44 of 45 new or added lines in 1 file covered. (97.78%)

11789 of 12925 relevant lines covered (91.21%)

0.91 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.76
0.01% src/main/java/org/gephi/graph/impl/Serialization.java
Jobs
ID Job ID Ran Files Coverage
1 #574.1 25 Aug 2026 11:53AM UTC 128
91.21
Source Files on build #574
  • Tree
  • List 128
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a5e35c2d on github
  • Prev Build on master
  • Next Build on master
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