-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Bug] chain_execution_count, chain_id value extraction results in unexpected behavior. #245
Comments
There is a change of I may try to fix the |
Sorry, there was a typo before. It's always been |
@rpl-ffl I have prepared fix here - please check attached example output if it matches your expectations: |
@thaarok Thank you for the quick fix. |
After upgrading to Sonic
develop
=02b387
, Norma has reported 2 newly-encountered unexpected behavior during testing:chain_execution_count
appears to no longer be extractable. Norma tests if the sonic client's runtime behavior can be extracted or not usingchain_execution_count
:Norma/driver/monitoring/node/prom_log_source_test.go
Lines 89 to 147 in 4b529a0
chain_execution
andchain_execution_count
seems to only appear in the testing section. (In other words, actual run looks fortxpool_received
,system_memory_used
, etc.) Thus it could be that the string label changed or if we can check for other values instead ofchain_execution
to confirm value extraction.Question
chain_execution
orchain_execution_count
behavior been changed recently?chain_execution
orchain_execution_count
has been deprecated, can we use anything other value to perform this check instead?chain_info
starts to appear with the following valuechain_info {} 1
where a float is expected in place of{}
.We can suppress this behavior on Norma front, but it would be nice to understand where the changes are coming from.
Question:
chain_info
behavior been changed recently?The text was updated successfully, but these errors were encountered: