-
Notifications
You must be signed in to change notification settings - Fork 460
chore(ci): fix caplog fixture #14154
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
chore(ci): fix caplog fixture #14154
Conversation
|
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 288 ± 6 ms. The average import time from base is: 289 ± 6 ms. The import time difference between this PR and base is: -1.6 ± 0.3 ms. Import time breakdownThe following import paths have shrunk:
|
Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
Performance SLOsCandidate: vitor-de-araujo/APMS-16576/restore-logger-caplog (4d7923e) 🔵 No Baseline Data (24 suites)🔵 coreapiscenario - 12/12 (2 unstable)🔵 No baseline data available for this suite
|
Ensure test logs are propagated to the root logger so
caplog
can see them. This is necessary because #14151 sets the log level of theddtrace
tracer during tests, and with that debug logs fromddtrace
are not propagated anymore.Checklist
Reviewer Checklist