-
Notifications
You must be signed in to change notification settings - Fork 19
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
CIV: Add new test for otel package #316
Conversation
bafdf48
to
af45b1c
Compare
64ad9cc
to
ebe1a19
Compare
Added the changes will push them |
e7a6cf9
to
9bb2167
Compare
37d2097
to
f38ccab
Compare
@sshmulev did the tests passed in your local environment? If so, let's merge this! 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just make sure tests pass 100% in your local environment (since we cannot test this any other way right now).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a small comment.
faffbc6
to
d4fd16a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just one comment to make the __get_instance_data_from_json
function even more generic, now that it is in the helpers file.
@sshmulev Please resolve the old/outdated conversations, otherwise they flood the pull request history and it's harder to follow-up. Also I won't get notified about resolutions and my latest code review status won't change, which will be even more confusing. Thanks. |
Resolved Logger - removed it Changed fixture scope to "session" instead of "function"
…nsole_lib.print_divider
According to these demands: https://gist.github.com/frzifus/cc20b772dcfc6da0550ada1e7b99ccc5
fixtures.py - There are many fixtures related to this test, In my opinion it is better arranged so in this case. This fixture file is under otel_packge folder which are fixtures that are spesific only for this testing pakckage. helpers.py - The helpers file include a method that might be used for many other tests and not be limited by a fixture scope. This file may include some other generic helpful methods in our tests.
b8ba256
to
1c6c5a6
Compare
No description provided.