ooni-probe-cli/internal/tracex
Simone Basso 8a0c062844
feat: clearly indicate which resolver we're using (#885)
See what we documented at https://github.com/ooni/spec/pull/257

Reference issue: https://github.com/ooni/probe/issues/2238

See also the related ooni/spec PR: https://github.com/ooni/spec/pull/257

See also https://github.com/ooni/probe/issues/2237

While there, bump webconnectivity@v0.5 version because this change
has an impact onto the generated data format.

The drop in coverage is unavoidable because we've written some
tests for `measurex` to ensure we deal with DNS resolvers and transport
names correctly depending on the splitting policy we use.

(However, `measurex` is only used for the `tor` experiment and, per
the step-by-step design document, new experiments should use
`measurexlite` instead, so this is hopefully fine(TM).)

While there, fix a broken integration test that does not run in `-short` mode.
2022-08-27 15:47:48 +02:00
..
archival_test.go refactor(tracex): internally store just the raw certificate (#787) 2022-06-02 11:07:02 +02:00
archival.go refactor(tracex): internally store just the raw certificate (#787) 2022-06-02 11:07:02 +02:00
dialer_test.go refactor(tracex): internally represent errors as strings (#786) 2022-06-02 10:37:07 +02:00
dialer.go refactor(tracex): internally represent errors as strings (#786) 2022-06-02 10:37:07 +02:00
doc.go feat: tlsping and tcpping using step-by-step (#815) 2022-07-01 12:22:22 +02:00
event_test.go chore: improve testing and increase coverage (#794) 2022-06-04 14:58:48 +02:00
event.go refactor(tracex): internally store just the raw certificate (#787) 2022-06-02 11:07:02 +02:00
http_test.go refactor(netx): move construction logic outside package (#798) 2022-06-05 21:22:27 +02:00
http.go refactor(netx): move construction logic outside package (#798) 2022-06-05 21:22:27 +02:00
quic_test.go chore: upgrade deps and attempt to enable using go1.19 (#869) 2022-08-19 11:26:50 +02:00
quic.go chore: upgrade deps and attempt to enable using go1.19 (#869) 2022-08-19 11:26:50 +02:00
resolver_test.go feat: clearly indicate which resolver we're using (#885) 2022-08-27 15:47:48 +02:00
resolver.go feat: clearly indicate which resolver we're using (#885) 2022-08-27 15:47:48 +02:00
saver_test.go refactor: move tracex outside of engine/netx (#782) 2022-06-02 00:50:55 +02:00
saver.go refactor: move tracex outside of engine/netx (#782) 2022-06-02 00:50:55 +02:00
tls_test.go chore: improve testing and increase coverage (#794) 2022-06-04 14:58:48 +02:00
tls.go refactor(tracex): internally store just the raw certificate (#787) 2022-06-02 11:07:02 +02:00