-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly can be checked thrice in certain cases #85
Comments
I've noticed this and it's one of the things that should be fixed :). |
I always run with start and end dates and have not seen many of these recent issues with end only runs. We need to look into that area of the source. |
I suggest that we look into the skip intervals when we investigate this. I sense that we may be adding far too many steps to find the first non-fail date before the bisection starts in an average case situation. I wonder if it is faster to initially step back by, say, one month and begin there? |
Funny enough this still isn't fixed as of today:
Would it be would it be feasible to save the tested toolchains together with a status in a hashmap or similar? |
The even happens, when your start and end date are next to each other:
|
As you can see, 2020-05-05 is downloaded and tested thrice. Is that necessary?
The text was updated successfully, but these errors were encountered: