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

issue:4091669 PDR plugin is not isolate based on LinkDownedCounter measurements #262

Merged
merged 7 commits into from
Sep 30, 2024

Conversation

vg12345
Copy link
Contributor

@vg12345 vg12345 commented Sep 29, 2024

What

Fix for telemetry delta calculation in data collector.
Non-numeric data raises type error exception.

Why ?

#4091669
PDR plugin does not isolate based on LinkDownedCounter measurements
Exception raised during telemetry delta calculation of data collector.

How ?

Handle invalid data in telemetry delta calculation of data collector.
Original delta calculation subtracted two data columns, but validated data types for one (first) item only.
Applied fix validates that all items in both data columns have correct type.

Testing ?

Automatic and manual tests

Special triggers

Use the following phrases as comments to trigger different runs

  • bot:retest rerun Jenkins CI (to rerun GitHub CI, use "Checks" tab on PR page and rerun all jobs)
  • bot:upgrade run additional update tests

@vg12345 vg12345 requested review from egershonNvidia, TalLerner and ananalaghbar and removed request for egershonNvidia September 29, 2024 14:17
@vg12345 vg12345 requested a review from drorlevy September 30, 2024 06:59
@vg12345 vg12345 requested a review from TalLerner September 30, 2024 10:57
@TalLerner TalLerner merged commit a7515a4 into main Sep 30, 2024
2 checks passed
@vg12345 vg12345 deleted the vg-pdr-bug-failed-to-read branch September 30, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants