-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
scoped-test failed on main after "Upgrade otel core (#37279)" #37287
Comments
This is similar to the issue reported at https://cloud-native.slack.com/archives/C07CCCMRXBK/p1736476919222099. It seems that when the number of changed files is large enough it ends up generating a truncated bash script to be run. This may requires that the list of files to be passed as a file instead of a variable. 🤔 EDIT: ah, the way that it is right now it is expanding the variable at the bash statement, so it generates a very large single line bash expression. |
Besides the improvement above the GitHub action itself could check the number of affected components and above a certain threshold just add the |
…37298) Doing in place expansion leads to hitting bash line size limits, this is a cheap improvement that makes less likely to hit cases like #37287. Tests on my fork https://github.com/pjanotti/opentelemetry-service-contrib/actions/runs/12836050460/job/35796880868
…pen-telemetry#37298) Doing in place expansion leads to hitting bash line size limits, this is a cheap improvement that makes less likely to hit cases like open-telemetry#37287. Tests on my fork https://github.com/pjanotti/opentelemetry-service-contrib/actions/runs/12836050460/job/35796880868
Component(s)
No response
Describe the issue you're reporting
The run for
scoped-test
failed on main after #37279 was mergedhttps://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12825992450/job/35765108783
The text was updated successfully, but these errors were encountered: