Skip to content

Execute gcsfuse testsuite version fetcher command separately. #446

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

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

hime
Copy link
Collaborator

@hime hime commented Jan 28, 2025

When executing this group of commands together when running the readonly testsuite, the command would return a blank string, instead of the go version. This is because although the command only specified / character once, it would get processed incorrectly down the line and would cause the final command to use // (double of the character) instead.

Investigated fmt.Sprintf but it did not seem like the culprit. Issue could be on how we send the command to the pod instead. Breaking up command to increase readability and fix bug.

/cc @chrisThePattyEater

Change-Id: I3a0e8d5e104270238b84f9b530b8c382a757bba2
@hime hime merged commit bc36e05 into GoogleCloudPlatform:main Jan 28, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant