[reporting] Add DB connector and report uploader script for kusto#2225
Merged
daall merged 3 commits intosonic-net:masterfrom Sep 18, 2020
Merged
[reporting] Add DB connector and report uploader script for kusto#2225daall merged 3 commits intosonic-net:masterfrom
daall merged 3 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Danny Allen <daall@microsoft.com>
|
This pull request introduces 5 alerts when merging 3c1a827 into e01b6be - view on LGTM.com new alerts:
|
yxieca
reviewed
Sep 18, 2020
yxieca
approved these changes
Sep 18, 2020
Collaborator
yxieca
left a comment
There was a problem hiding this comment.
Approved with an minor suggestion.
|
This pull request introduces 5 alerts when merging cea55f9 into db4b24f - view on LGTM.com new alerts:
|
Contributor
Author
|
retest vsimage please |
3 tasks
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
sonic-swss 25fe915 [crmorch] Prevent exceededLogCounter from resetting when low and high values are equal (sonic-net#2327) 1c3c5e0 [BFD]Retry create BFD with different source UDP port on failure (sonic-net#2225) d5775b1 Skip consistent fail tests (sonic-net#2269) sonicutilities 5800b73 Fix header for the output table following 'show ipv6 interface' command (sonic-net#2219)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
update sonic-utilities submodule 8ac2810 [202111] [generate dump] Move the Core/Log collection to the End of process Execution and removed default timeout (sonic-net#2225) 77891de [202111] Fix UT failed cause by change pycommon to use swsscommon (sonic-net#2085) (sonic-net#2231)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Danny Allen daall@microsoft.com
Description of PR
Summary: [reporting] Add DB connector and report uploader script for kusto
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
We want to upload test results to a database so we can store them long-term, query them, and generate reports. To do so, we need some sort of wrapper so the upload can be automated.
How did you do it?
I added two things:
How did you verify/test it?
Ran locally with some recent test results.
Any platform specific information?
N/A
Supported testbed topology if it's a new test case?
N/A
Documentation
I need to add a detailed README with information regarding the DBConnector design as well as the Kusto design/schema. This will be added in a follow-on PR.