]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: file for ticket 33782
authorteor <teor@torproject.org>
Sat, 4 Apr 2020 03:20:06 +0000 (13:20 +1000)
committerteor <teor@torproject.org>
Sat, 4 Apr 2020 03:20:06 +0000 (13:20 +1000)
Avoid conflicts between the fake sockets in tor's unit tests, and real
file descriptors. Resolves issues running unit tests with GitHub
Actions, where the process that embeds or launches the tests has
already opened a large number of file descriptors.

Fixes bug 33782; bugfix on 0.2.8.1-alpha.

Found and fixed by Putta Khunchalee.

changes/bug33782 [new file with mode: 0644]

diff --git a/changes/bug33782 b/changes/bug33782
new file mode 100644 (file)
index 0000000..9d4a0e7
--- /dev/null
@@ -0,0 +1,7 @@
+  o Testing:
+    - Avoid conflicts between the fake sockets in tor's unit tests, and real
+      file descriptors. Resolves issues running unit tests with GitHub Actions,
+      where the process that embeds or launches the tests has already opened a
+      large number of file descriptors.
+      Fixes bug 33782; bugfix on 0.2.8.1-alpha.
+      Found and fixed by Putta Khunchalee.