For some reason, I'm seeing intermittent failure from test_parseconf on appveyor. Since we're close to a release, I think that for now I should make this test become allowed-to-fail on windows for now, and investigate it more after 0.4.2.1-alpha is released.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
For reference, here is an example of a failing test:
ops_1: cmp: EOF on /tmp/tor_parseconf_tests.1JMUV6/output.ops_1 which is emptyFAILSep 16 13:21:31.759 [notice] Tor 0.4.2.0-alpha-dev (git-804260828b13e76a) running on Windows Server 2016 [or later] with Libevent 2.1.11-stable, OpenSSL 1.1.1c, Zlib 1.2.11, Liblzma 5.2.4, and Libzstd 1.4.2.Sep 16 13:21:31.759 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warningSep 16 13:21:31.759 [notice] This version is not a stable Tor release. Expect more bugs than usual.Sep 16 13:21:31.760 [notice] Read configuration file "C:\msys64\tmp\tor_parseconf_tests.1JMUV6\EMPTY".Sep 16 13:21:31.760 [notice] Read configuration file "C:\projects\tor\src\test\conf_examples\ops_1\torrc".Sep 16 13:21:31.769 [warn] Path for GeoIPFile (<default>) is relative and will resolve to C:\projects\tor\src\test\conf_examples\ops_1\<default>. Is this what you wanted?Sep 16 13:21:31.769 [warn] Path for GeoIPv6File (<default>) is relative and will resolve to C:\projects\tor\src\test\conf_examples\ops_1\<default>. Is this what you wanted?Sep 16 13:21:31.769 [notice] Your ContactInfo config option is not set. Please consider setting it, so we can contact you if your server is misconfigured or something else goes wrong.Sep 16 13:21:31.769 [notice] Based on detected system memory, MaxMemInQueues is set to 3749 MB. You can override this by setting MaxMemInQueues by hand.Sep 16 13:21:31.769 [notice] By default, Tor does not run as an exit relay. If you want to be an exit relay, set ExitRelay to 1. To suppress this message in the future, set ExitRelay to 0.--- ./expected 2019-09-16 13:09:34.157535000 +0000+++ /tmp/tor_parseconf_tests.1JMUV6/output.ops_1 2019-09-16 13:21:31.650950300 +0000@@ -1,2 +0,0 @@-Nickname Unnamed-ORPort 1000FAIL src/test/test_parseconf.sh (exit status: 1)
Arg, the name of the branch was wrong. I've made a ticket31757_workaround with PR at https://github.com/torproject/tor/pull/1326 . Since this is a CI reliability issue, it can't hurt to let both CI runs finish.