Skip to content
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

Fix: render testing skips tests after first usage == 0 #13805

Merged
merged 5 commits into from
May 8, 2024

Conversation

GrimmiMeloni
Copy link
Collaborator

This PR fixes a bug originally introduced as part of #10272.
The return I am getting rid off here now would have had to become a continue when I changed the logic back last year.
That said, removing it simply also is OK, is the range over usages will not even start the loop if the usage count is 0.

Additionally, and why I am marking as draft @andig, is that now that more tests are running again, some of the recent changes now started to show failures when running locally.
I assume some errors are OK, while others might actually indicate we have a real issue with some of the default data + template combinations. I am frankly unsure how to confirm if these errors are real or not, so I could use some help with sorting these.

@GrimmiMeloni GrimmiMeloni requested a review from andig May 7, 2024 21:28
@GrimmiMeloni GrimmiMeloni self-assigned this May 7, 2024
@GrimmiMeloni GrimmiMeloni added bug Something isn't working infrastructure Basic functionality labels May 7, 2024
@andig andig marked this pull request as ready for review May 8, 2024 09:47
@andig
Copy link
Member

andig commented May 8, 2024

Bei mir läuft alles durch, nur sehr langsam:

ok  	github.com/evcc-io/evcc/meter	343.389s

@andig andig merged commit 495cb51 into evcc-io:master May 8, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure Basic functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants