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

ooni / probe-cli / 7905136915 / 1
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 14 Feb 2024 05:40PM UTC
Files 542
Run time 14s
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

14 Feb 2024 05:34PM UTC coverage: 82.102% (-0.01%) from 82.116%
7905136915.1

push

github

web-flow
fix(gardener): avoid issues caused by stale databases (#1516)

We use a database to keep measurements results to allow to interrupt and
resume the work, given that we have thousands or URLs to vet. However,
after a week, the database is most likely stale, so let's just avoid
trusting and start afresh in such a case. It's reasonable to assume that
the database is stale after such an interval because the URL's status
may have changed (e.g., some URLs could have stopped working).

Additionally, every time we run `gardener sync` we most likely have new
URLs, so we need to do one of the following:

1. merge new URLs into the database;

2. just zap the database and start afresh.

Because doing 1. would be a bit time consuming, for now I am opting for
doing 2. and we'll implement 1. if needed.

Closes https://github.com/ooni/probe/issues/2684.

26032 of 31707 relevant lines covered (82.1%)

53.42 hits per line

Source Files on job 0 - 7905136915.1
  • Tree
  • List 0
  • Changed 26
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7905136915
  • 813ba9e4 on github
  • Prev Job for on master (#7881071267.1)
  • Next Job for on master (#8343638231.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