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

ooni / probe-cli / 7905136915
72%

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

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

Jobs
ID Job ID Ran Files Coverage
1 0 - 7905136915.1 14 Feb 2024 05:40PM UTC 0
82.1
GitHub Action Run
Source Files on build 7905136915
Detailed source file information is not available for this build.
  • Back to Repo
  • 813ba9e4 on github
  • Prev Build on master (#7881071267)
  • Next Build on master (#8343638231)
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