-
Notifications
You must be signed in to change notification settings - Fork 28
Large quantity of tests failed #83
Comments
This warning is actually new in v0.4.0 which was released more-or-less a couple of weeks ago, so that is why you are only just seeing it :). This issue is likely related to #75 and the latest reply I have made regarding ICMP flooding protection. It seems that the networks I am usually on do not have this flooding protection, so I have been missing the severity of the problem witnessed by a lot of users. In that post I have proposed some possible solutions and hope to have some feedback before implementing a potential work-around. |
Hi there! |
Hi again. An experimental 'slow-mode' will be included in the next release (5f645da). Since I am unable to test its effectiveness on a large variety of networks, some feedback will probably be needed to see if it works as intended and increases the percentage success. I had began implementing a "benchmarking limit" feature, so it was possible to specify how many of the "top" servers to test but it occurred to me that defining what a "top" server is, is kind of problematic... So yeah, I halted on the "benchmark only the top x servers" approach for now, as I am worried about the tool finding very sub-optimal servers with heuristics like those above. Some further experimenting to define what "top" servers are is definitely needed. |
Cheers! I'm looking forward to see it in action and to provide feedback. I'm on Arch and the package seems to be updated fairly quickly after you release it, so I'll keep in touch soon. |
Version 0.5.0 is now available and contains a "slow-mode" argument for you to test out. You can now simply use it like so: I don't consider this option to be a final solution and am currently working on a rather big overhaul, which should remove this problem totally. |
I have used the slow mode in the v0.5.1 and interestingly, the tests do not fail, but still very few connections are added.
|
I can confirm this solved the high benchmark failures at the expense of running time. I'm fine with this, so thanks! |
For me this fixed it as well. Went from around 3% success rate to 97% whilst running for around a minute and a half which is still really good. Thanks for that fix! |
Good to see the slow-mode has generally solved the problem for now. As mentioned before, I'm working on some optimisations that will reduce the time taken benchmarking significantly. I'm combining that update with quite some other overhauling, so it may take some time to get released. @bocekm, may I ask what your settings are? 70-71 connections could well be the number of connections the tool needs to provide a connection for all required combinations. If I can see the contents of your Thanks! |
|
@bocekm So from playing around with the settings you are using, I think around 70 connections is correct. Maybe I should expand the README to make it clearer what exactly the tool is importing. The tool is only importing the 'best' server for each configuration combination So, there are a total of 62 available countries at the moment. Only TCP is enabled and the categories So in conclusion, the number of connections you are getting seems to be correct. If you still have some confusion about how the tool selects these, then I can try to elaborate further. |
The following issue might also have some interesting discussions: #37 |
@chadsr, understood, thank you. |
Hi there again!
First, thank you for this piece of software, it is amazing.
Second, I've been having the "Large quantity of tests failed" regularly, as in every time I use it for the past couple of weeks.
Has something changed? I'm running Arch-Linux (gnome desktop, if that has any significance). I get the same results on different computers (both cable and wi-fi setups tested, etc) running the same version and Arch Linux.
Cheers!
The text was updated successfully, but these errors were encountered: