You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking for affected tests...
/usr/bin/bash: -c: line 6: unexpected EOF while looking for matching `)'
make: *** [Makefile.Common:292: run-changed-tests] Error 2
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
pjanotti
changed the title
scoped-test failed on main after "Upgrade otel core (#37279)""
scoped-test failed on main after "Upgrade otel core (#37279)"
Jan 17, 2025
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 Run Windows label and bail out since the concurrent execution leveraging the groups will likely be faster.
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: