updated deviations for juniper in record_subscribe_non_grpc#5346
updated deviations for juniper in record_subscribe_non_grpc#5346ram-mac merged 9 commits intoopenconfig:mainfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the test suite for non-gRPC record subscriptions to accommodate specific platform behaviors regarding shell command accounting. By introducing a new deviation flag, the changes ensure that tests correctly handle environments where shell command accounting is not supported, preventing false failures during validation. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
Pull Request Functional Test Report for #5346 / 1a7e3ffVirtual Devices
Hardware Devices
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new platform exception for shell command accounting in the metadata and modifies a test to skip a ChannelId validation using an existing deviation. However, the review feedback indicates that using the AcctzRecordFailCommandUnsupported deviation for this purpose is semantically incorrect. It is recommended to create a dedicated deviation, such as AcctzChannelIdUnsupported, to ensure the test logic remains clear and the deviation's purpose is not overloaded.
|
@Eeramma - There are some static failures due to formating errors. Please take a look and also there are conflicts. |
added deviations for shell accounting. shell commands are not accounted for juniper added deviations accordingly. Channel id is not supported in acctz record.