Skip to content
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

3448 - Failure with no output when running sleeper cli without images #3562

Conversation

rtjd6554
Copy link
Collaborator

@rtjd6554 rtjd6554 commented Oct 25, 2024

Issue

Tests

  • My PR adds the following tests OR does not need testing for this extremely good reason:
    • Execution of steps provided in bug issue

Documentation

  • In case of new functionality, my PR adds documentation that describes how to use it, or I have linked to a
    separate issue for that below.

@rtjd6554 rtjd6554 linked an issue Oct 25, 2024 that may be closed by this pull request
@patchwork01 patchwork01 force-pushed the 3448-failure-with-no-output-when-running-sleeper-cli-without-images branch from 0a09cd9 to 6031054 Compare October 25, 2024 09:36
@gchq gchq deleted a comment from CLAassistant Oct 25, 2024
@rtjd6554 rtjd6554 marked this pull request as ready for review October 28, 2024 07:48
@patchwork01 patchwork01 assigned rtjd6554 and unassigned patchwork01 Oct 28, 2024
@@ -76,7 +76,7 @@ build_temp_runner_image() {
local SET_DOCKER_GID=$(getent group docker | cut -d: -f3)
TEMP_RUNNER_IMAGE="sleeper-runner:$TEMP_TAG"
echo "Propagating current user to Docker image"
docker build "$RUNNER_PATH" --quiet -t "$TEMP_RUNNER_IMAGE" \
docker build "$RUNNER_PATH" -t "$TEMP_RUNNER_IMAGE" \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me removing the quiet flag seems to result in too much output for the simplest CLI operation. I'd rather just close this and leave the bug open until we find another way. You could take it off the milestone for now, but please add any information you've found about the problem.

Do you think this change is a good idea?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix is useful if the details provided have a meaningful impact on the issue.
Given that the information returned from the interaction without the flag is large, my view would align with yours that the output is excessive for the cli operation. Will close down review as not needed and provide details on parent tickets around conclusion so possible discussion of what might be needed for another approach

@rtjd6554 rtjd6554 closed this Oct 28, 2024
@rtjd6554
Copy link
Collaborator Author

Merge request closed as fix for issue has impact beyond desired effect. (Excessive details returned from the state)

@patchwork01 patchwork01 deleted the 3448-failure-with-no-output-when-running-sleeper-cli-without-images branch October 29, 2024 09:18
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.

Failure with no output when running Sleeper CLI without images
2 participants