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

catmaid / CATMAID / 3865 / 3
45%
master: 45%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2017 01:03PM UTC
Files 1336
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

07 Aug 2017 03:07AM UTC coverage: 41.282% (-0.2%) from 41.467%
3865.3

push

travis-ci

tomka
Tracing overlay: fix freezing due to overlapping actions

Not all tracing actions are currently queued correctly. Creating new
connector nodes and adding partner nodes is an example for this. This
needs to be fixed, but in a separate commit. This only fixes the effect
that two overlapping actions can cause the tracing layer to remain in
suspended mode, which effectively freezes it. When a user interaction
on the tracing layer is handled, the current state of the suspend mode
is stored and reset after all operations are finished. For a new
interaction after another one has been started, this means it stores the
information that layer is suspended (due to the first interaction) and
will reset it after its operation back to that state (after suspending
it as well). If the second action lasts longer than the first one (which
is likely), the layer will remain in a suspended state, because it was
reset to it.

This fix will make sure that the tracing layer is always reset to being
unsuspended after a user interaction and not to the original value. This
should not conflict with any use cases. Additionally, the error handling
for tracing interaction is now better.

Issue catmaid/CATMAID#1619 should be fixed by this, but the correct
queuing of connector related user interaction needs to be fixed still.

63735 of 154389 relevant lines covered (41.28%)

0.41 hits per line

Source Files on job 3865.3
  • Tree
  • List 0
  • Changed 22
  • Source Changed 1
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3865
  • Travis Job 3865.3
  • 972256fa on github
  • Prev Job for on master (#3862.3)
  • Next Job for on master (#3875.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