You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add helper functions to submit data to general resources via EVP.
As part a 3 part process:
PR1 to add the forwarder: DataDog/datadog-agent#50963
PR2 to add the helper functions in checks: this PR
PR3 to onboard ArgoCD as to submit entity metadata: TBA
PR All | test / j3a8e004 (py3.13-linux-odbc-2019-ha) / SQL Server on Linux-py3.13-linux-odbc-2019-ha
🔄 Retry job. This looks flaky and may succeed on retry.
Unable to connect to SQL Server: TCP connection refused. Exception: OperationalError('HYT00', '[HYT00] [Microsoft][ODBC Driver 18 for SQL Server]Login timeout expired (0) (SQLDriverConnect)')
PR All | test / j5a9585a / IBM ACE
🔄 Retry job. This looks flaky and may succeed on retry.
Failed to make a client connection to queue manager 'QM1' using hostname 'ibm-ace-mq' on port '1414': MQCC=2; MQRC=2538.
Validate repository | Run Validations / Validate
🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration.
Missing required QA validation label for PR #23818. Must set either 'qa/required' or 'qa/skip-qa'.
🧪 6 Tests failed in 1 job
PR All | run
All test failures are known flaky — job may pass on retry.
❄️ Known flaky: test_config[Metric collection disabled] from test_config.py (Fix with Cursor)
RetryError[<Future at 0x7f239411bc50 state=finished raised RetryError>]
Not introduced in this PR.
❄️ Known flaky: test_config[Resource stats collection disabled; message_flows enabled] from test_config.py (Fix with Cursor)
RetryError[<Future at 0x7f239411bc50 state=finished raised RetryError>]
❌ Patch coverage is 86.39053% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.88%. Comparing base (c672979) to head (f934bd9). ⚠️ Report is 13 commits behind head on master.
Additional details and impacted files 🚀 New features to boost your workflow:
❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
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
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.
What does this PR do?
Add helper functions to submit data to general resources via EVP.
As part a 3 part process:
PR1 to add the forwarder: DataDog/datadog-agent#50963
PR2 to add the helper functions in checks: this PR
PR3 to onboard ArgoCD as to submit entity metadata: TBA