]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for ticket 28878
authorNick Mathewson <nickm@torproject.org>
Wed, 15 May 2019 00:22:30 +0000 (20:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 15 May 2019 11:50:56 +0000 (07:50 -0400)
changes/ticket28878 [new file with mode: 0644]

diff --git a/changes/ticket28878 b/changes/ticket28878
new file mode 100644 (file)
index 0000000..73ca47c
--- /dev/null
@@ -0,0 +1,11 @@
+  o Minor features (testing):
+    - The circuitpadding tests now use a reproducible RNG implementation,
+      so that if a test fails, we can learn why. Part of ticket 28878.
+    - Tor's tests now support an environment variable, TOR_TEST_RNG_SEED,
+      to set the RNG seed for tests that use a reproducible RNG.
+      Part of ticket 28878.
+
+  o Minor features (continuous integration):
+    - When running coverage builds on Travis, we now set TOR_TEST_RNG_SEED,
+      to avoid RNG-based coverage differences.
+      Part of ticket 28878.