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

catmaid / CATMAID / 5574
45%

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2018 04:21PM UTC
Jobs 3
Files 97
Run time 21min
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
5574

push

travis-ci

tomka
Pixi context: mitigate destruction error on unavailable cache entry

A texture cache entry referenced by `outKey` should be available at this
point in the code, but there are multiple reports on a failed
`destroy()` call due to a non-existent texture cache entry. These
reports only appeared recently and because we didn't change any related
code, this might be related to a browser change. To mitigate this
problem until we have a better understanding of the problem, an extra
check is added so that the `destroy()` call is only performed if there
is a valid cache entry.

The `delete` call is not moved inside the conditional, because it might
be that the field itself is still there and has to be removed, even if
the cache value is `undefined`. Calling `delete` on an non-existent
field is fine and doesn't result in an error.

7669 of 16866 relevant lines covered (45.47%)

1.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5574.1 20 Dec 2018 04:22PM UTC 0
45.47
Travis Job 5574.1
2 5574.2 20 Dec 2018 04:22PM UTC 0
45.47
Travis Job 5574.2
3 5574.3 20 Dec 2018 04:42PM UTC 0
44.1
Travis Job 5574.3
Source Files on build 5574
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5574
  • 5ed84269 on github
  • Prev Build on master (#5569)
  • Next Build on master (#5615)
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