-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
test all services clean exit #31331
test all services clean exit #31331
Conversation
…f3516a51ab32f7dd392883dbbdc4303b21be48 (#31299) Co-authored-by: agent-platform-auto-pr[bot] <153269286+agent-platform-auto-pr[bot]@users.noreply.github.com>
Debug infoIf you have questions, we are happy to help, come visit us in the #serverless slack channel and provide a link to this comment. These dependencies were added to the serverless extension by this pull request:
View dependency graphs for each added dependency in the artifacts section of the github action. We suggest you consider adding the |
Serverless Benchmark Results
tl;drUse these benchmarks as an insight tool during development.
What is this benchmarking?The The benchmark is run using a large variety of lambda request payloads. In the charts below, there is one row for each event payload type. How do I interpret these charts?The charts below comes from The benchstat docs explain how to interpret these charts.
I need more helpFirst off, do not worry if the benchmarks are failing. They are not tests. The intention is for them to be a tool for you to use during development. If you would like a hand interpreting the results come chat with us in Benchmark stats
|
What does this PR do?
Adds tests to test what happens when you manually start services that are configured to be disabled. Updates security-agent to output an informational event on clean exit on start.
Motivation
https://datadoghq.atlassian.net/browse/WINA-1192
Remove unnecessary errors from event logs and better tests on service behaviors.
Describe how to test/QA your changes
Adds tests to service-tests to test everything
Possible Drawbacks / Trade-offs
Additional Notes