[tor-commits] [tor/master] changes: file for ticket 33782

teor at torproject.org teor at torproject.org
Sat Apr 4 03:24:27 UTC 2020


commit b1e1c6b505e1cadedf6c05706dfffaaab2b70a25
Author: teor <teor at torproject.org>
Date:   Sat Apr 4 13:20:06 2020 +1000

    changes: file for ticket 33782
    
    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 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/changes/bug33782 b/changes/bug33782
new file mode 100644
index 000000000..9d4a0e7a7
--- /dev/null
+++ b/changes/bug33782
@@ -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.





More information about the tor-commits mailing list