-
Notifications
You must be signed in to change notification settings - Fork 293
[perfmon] Fix typo in variable name #6700
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
base: master
Are you sure you want to change the base?
Conversation
1bb4376 to
f9e5617
Compare
|
@gthvn1 Tests are failing because perfmon doesn't have any tests. This means that currently perfmon can't be modified without spending the effort to add them |
|
Oh. I understood that python3/tests/test_extauth_hook_AD.py and nbd_client_manager:nbd_client_manager.py failed. So it was not related to my modification. And I see the coverage issue but I thought it was only a warning. |
|
In fact I see in the logs: So it looks like perfmon has some tests. |
|
@snwoods is there anything related to tracing that could be outdated above? |
|
The issue with the tests/observer/it_traces.py test is that you don't have the opentelemetry python module installed. The output shows |
|
after installing opentelemetry-api and opentelemetry-sdk I still have some issues: Actually, my point was that on my laptop, all tests related to |
34d8557 to
b15396f
Compare
|
I just tested pushing only with comments, and CI passed. It is funny to see that fixing an actual error in the code is what causes the CI fail 😅 ... I will take a deeper look and try to figure out how to fix this. |
|
I think the issue is that I added a line that isn't tested. So, if I understand correctly, it is the coverage of the newly added code that is checked. In my case, 100% of what I added is not tested. I will see how I can write a test for this line. |
b15396f to
7aa4d84
Compare
Signed-off-by: Guillaume <guillaume.thouvenin@vates.tech>
7aa4d84 to
35b216f
Compare
No description provided.