aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriela Moldovan <gabi@torproject.org>2024-01-11 18:03:36 +0000
committerGabriela Moldovan <gabi@torproject.org>2024-01-11 18:03:36 +0000
commit5ed8565df8c90bab39078d0c9c55792882859cd7 (patch)
tree2e5b956558505df60010f4431e17e9b52bb979ac
parentf6304630e8952b896496fd5e50339cafe556302a (diff)
downloadarti-5ed8565df8c90bab39078d0c9c55792882859cd7.tar.gz
arti-5ed8565df8c90bab39078d0c9c55792882859cd7.zip
tor-hsservice: Turn some TODOs into #1120.
-rw-r--r--crates/tor-hsservice/src/svc/publish.rs10
-rw-r--r--crates/tor-hsservice/src/svc/publish/backoff.rs2
2 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-hsservice/src/svc/publish.rs b/crates/tor-hsservice/src/svc/publish.rs
index 3df885b66..56c903287 100644
--- a/crates/tor-hsservice/src/svc/publish.rs
+++ b/crates/tor-hsservice/src/svc/publish.rs
@@ -611,15 +611,15 @@ mod test {
}
}
- // TODO HSS: test that the descriptor is republished when the config changes
+ // TODO (#1120): test that the descriptor is republished when the config changes
- // TODO HSS: test that the descriptor is reuploaded only to the HSDirs that need it (i.e. the
+ // TODO (#1120): test that the descriptor is reuploaded only to the HSDirs that need it (i.e. the
// ones for which it's dirty)
- // TODO HSS: test that rate-limiting works correctly
+ // TODO (#1120): test that rate-limiting works correctly
- // TODO HSS: test that the uploaded descriptor contains the expected values
+ // TODO (#1120): test that the uploaded descriptor contains the expected values
- // TODO HSS: test that the publisher stops publishing if the IPT manager sets the IPTs to
+ // TODO (#1120): test that the publisher stops publishing if the IPT manager sets the IPTs to
// `None`.
}
diff --git a/crates/tor-hsservice/src/svc/publish/backoff.rs b/crates/tor-hsservice/src/svc/publish/backoff.rs
index 9df03964f..2a7da7c5f 100644
--- a/crates/tor-hsservice/src/svc/publish/backoff.rs
+++ b/crates/tor-hsservice/src/svc/publish/backoff.rs
@@ -391,5 +391,5 @@ mod tests {
);
}
- // TODO HSS: needs tests for the remaining corner cases
+ // TODO (#1120): needs tests for the remaining corner cases
}