-
-
Notifications
You must be signed in to change notification settings - Fork 1
Toplevel return event #62
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
Conversation
design-docs/adr/0015-balanced-toplevel-lifecycle-and-trace-gating.md: design-docs/toplevel-exit-and-trace-gating-implementation-plan.md: Signed-off-by: Tzanko Matev <[email protected]>
codetracer-python-recorder/codetracer_python_recorder/cli.py: codetracer-python-recorder/codetracer_python_recorder/session.py: codetracer-python-recorder/src/session.rs: codetracer-python-recorder/tests/python/unit/test_auto_start.py: codetracer-python-recorder/tests/python/unit/test_session_helpers.py: design-docs/toplevel-exit-and-trace-gating-implementation-plan.status.md: pytest.log: pytest_case.log: Signed-off-by: Tzanko Matev <[email protected]>
codetracer-python-recorder/src/monitoring/api.rs: codetracer-python-recorder/src/monitoring/install.rs: codetracer-python-recorder/src/monitoring/mod.rs: codetracer-python-recorder/src/runtime/tracer/events.rs: codetracer-python-recorder/src/runtime/tracer/runtime_tracer.rs: codetracer-python-recorder/src/session.rs: codetracer-python-recorder/tests/python/test_exit_payloads.py: design-docs/toplevel-exit-and-trace-gating-implementation-plan.status.md: Signed-off-by: Tzanko Matev <[email protected]>
codetracer-python-recorder/src/runtime/tracer/events.rs: codetracer-python-recorder/src/runtime/tracer/lifecycle.rs: codetracer-python-recorder/src/runtime/tracer/runtime_tracer.rs: codetracer-python-recorder/tests/python/test_exit_payloads.py: codetracer-python-recorder/tests/python/test_trace_balance.py: design-docs/toplevel-exit-and-trace-gating-implementation-plan.status.md: Signed-off-by: Tzanko Matev <[email protected]>
|
@codex review |
Coverage SummaryRust (lines)
Python (statements)
Generated automatically via |
|
Codex Review: Didn't find any major issues. Chef's kiss. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
We now emit a Return event at the end of the trace which contains the exit code of the script which we are tracing.
We have also consolidated the logic which decides whether to handle an event or not. We have combined the activation and filtering logic into a