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

ooni / probe-cli / 6124747788
72%

Build:
DEFAULT BRANCH: master
Ran 08 Sep 2023 05:40PM UTC
Jobs 1
Files 477
Run time 10s
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

08 Sep 2023 05:35PM UTC coverage: 81.022%. Remained the same
6124747788

push

github

web-flow
probe-cli: Update to quic-go v0.37.3  (#1161)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md)

- [x] reference issue for this pull request:
https://github.com/ooni/probe/issues/2492

## Description

This diff updates our QUIC code, mainly in netxlite, to quic-go v0.37.1,
including the new API introduced in v0.35.0.

The migration has been done according to https://github.com/ooni/probe/issues/2492.

Major changes: 

* Replaced call to `quic.DialEarlyContext` with call to `quic.DialEarly` (netxlite/quic.go).

* Removed now unnecessary address string in `DialEarly` calls (netxlite/quic.go).

* Replaced `quic.Listener` with `*quic.Listener` (simplequicping_test.go).

* Adapted signature of `HandshakeComplete` such that it returns a
channel rather than a context (quic code in netxlite, measurex, mocks).

* Renamed `QUICListener` to `UDPListener`.

* `quic.ConnectionState.TLS` points directly to a `tls.ConnectionState`
instead of pointing to a `qtls.ConnectionState` instance. Background:
Starting with Go 1.21, quic-go will use the QUIC support provided by the
standard library's TLS implementation. Thus, quic-go will no longer fork
crypto/tls anymore.

* changed signature of `quic.Connection`'s `ReceiveMessage` method

---------

Co-authored-by: Simone Basso <bassosimone@gmail.com>

40 of 48 new or added lines in 12 files covered. (83.33%)

22332 of 27563 relevant lines covered (81.02%)

27.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 0 - 6124747788.1 08 Sep 2023 05:40PM UTC 0
81.02
GitHub Action Run
Source Files on build 6124747788
Detailed source file information is not available for this build.
  • Back to Repo
  • 8d0db638 on github
  • Prev Build on master (#6124637708)
  • Next Build on master (#6147920723)
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