feat: add instrumented go shell script#102
Merged
not-matthias merged 1 commit intomainfrom Aug 28, 2025
Merged
Conversation
77579dd to
ea5cba7
Compare
ea5cba7 to
d8efbe3
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR adds instrumentation for Go shell scripts by introducing a custom go wrapper script that intercepts go test commands and routes them through a specialized go-runner tool while preserving normal behavior for other Go commands.
- Adds a new
introspected_golangmodule with setup functionality for the Go wrapper script - Introduces a shell script that intercepts Go commands and routes test commands to
go-runner - Integrates the Go instrumentation into the wall time executor by modifying PATH environment
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/run/runner/wall_time/mod.rs | Exports the new introspected_golang module |
| src/run/runner/wall_time/introspected_golang/mod.rs | Implements setup function to create and configure the Go wrapper script |
| src/run/runner/wall_time/introspected_golang/go.sh | Shell script that intercepts Go commands and routes test commands to go-runner |
| src/run/runner/wall_time/executor.rs | Integrates Go instrumentation by adding the script directory to PATH |
d8efbe3 to
d3b14ff
Compare
d3b14ff to
866d021
Compare
866d021 to
0e61ce5
Compare
0e61ce5 to
0d43ca2
Compare
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.
No description provided.