aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/testdata-live
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: Fix typo in testdata-live-download and RELAY_* constantsIan Jackson2026-07-301-2/+2
| | | | | I still had the previously downloaded full consensus locally, so running testdata-live-download fixed the Rust file.
* tor-netdoc testdata-live: Abolish selected_relays.rsIan Jackson2026-07-271-11/+0
| | | | | This is no longer used. Get rid of the code which generates it, and the generated file.
* tor-netdoc testdata-live-download: Generate generated_consts.rsIan Jackson2026-07-271-0/+259
| | | | | | | | | | | | This is the code for the new approach. It's kind of ad-hoc but also much less deep than the previous macrology. And, run the script to see the output. Currently that file isn't used. For now we leave the shell script code for generating selected_relays.rs in testdata-live-download. The new code for generated_consts.rs is very different, so it's clearer to split the changes up this way.
* tor-netdoc testdata-live: Run a downloadIan Jackson2026-07-2728-396/+398
| | | | | | | | | I'm going to change the generation, and that means I need input files, so I need to run a download (as per the comment in testdata-live-download). I'm doing this first, so the rest of the MR can see individual changes.
* tor-netdoc testdata-live: Run a downloadIan Jackson2026-07-2328-356/+367
| | | | | | | This updates everything, but really I'm just running it to create the new selected_relays.rs file. The meaning of this file will become clear shortly.
* tor-netdoc testdata-live: Save selected routers' descriptors (effect)Ian Jackson2026-07-2215-0/+819
| | | | | | | Run crates/tor-netdoc/testdata-live-download with the locally saved, previously downloaded, network statuses. It downloaded these descriptors.
* tor-netdoc testdata-live: Save selected routers' descriptorsIan Jackson2026-07-221-0/+1
|
* tor-netdoc testdata-live: Split off selected routers' routerstatus entries ↵Ian Jackson2026-07-2215-0/+120
| | | | | | | | | | (effect) Run crates/tor-netdoc/testdata-live-download with the locally saved, previously downloaded, network statuses. (It didn't download anything extra, but it did produced these new output files, as expected.)
* tor-netdoc testdata-live: Download fresh dataIan Jackson2026-07-223-70/+380
| | | | Precisely a run of crates/tor-netdoc/testdata-live-download.
* tor-netdoc testdata-live: Do not re-download already-fetched inputsIan Jackson2026-07-223-397/+87
| | | | We don't fetch files to the names we commit.
* tor-netdoc tests: Run new testdata-live-download scriptIan Jackson2026-07-153-0/+473
|
* tor-netdoc tests: Provide new testdata-live-download scriptIan Jackson2026-07-152-0/+4
I have confimed the consent of the operators of the relays listed in the script. The rationale for using .entire.FOO filenames for the curl outputs will become clear shortly.