Hello,
Sorry for the noise with the latest test result emails on to-qa. There are currently some problems with the test suite that I'm fixing:
- the tags on the git repository were monitored to get the info about a new version to be tested, but only the tags on the master branch, so version 3.6.2 was missed as it is not on the master branch but on branch maint-3.6. I fixed that yesterday so that all branches are now monitored, which is why the tests on 3.6.2 were only run yesterday.
- there is a problem with the fteproxy config, the nightly version path was used instead of the 3.6.x one, I will fix that.
- because of the way the tor daemons are killed after the tests (with signal 9), it cannot not kill child processes when exiting, so there were a lot of old PT processes still running, which I think caused some tests to fail. I will update the test suite to kill tor processes with signal 15 instead.
- some of the binaries included in the bundle fail some of the hardening checks. I will send an other email about this.
Sorry for not having useful testing done for this release, hopefully it will be better for the next one.