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

No longer printing get command #4393

Closed
wdbaruni opened this issue Sep 10, 2024 · 0 comments · Fixed by #4454
Closed

No longer printing get command #4393

wdbaruni opened this issue Sep 10, 2024 · 0 comments · Fixed by #4454
Assignees
Labels
th/game-day Issues reported during game day testing

Comments

@wdbaruni
Copy link
Member

In v1.4.0, we used to print bacalhau get hint if a job was submitted with results defined, but that is no longer the case with v1.5.0

Also while we are fixing this, lets add a new line between job events and hints

Expected:

→ bacalhau-1.4.0 docker run \
        --output outputs:/outputs \
        --publisher local \
        ubuntu -- sh -c "echo hello_world > /outputs/greeting.txt"

Job successfully submitted. Job ID: j-98d43126-fa33-44d2-b5af-60b70950089c
Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running):

	Communicating with the network  ................  done ✅  0.1s
	   Creating job for submission  ................  done ✅  0.6s

To get more details about the run, execute:
	/Users/walid/bacalhau-versions/v1.4.0/bacalhau job describe j-98d43126-fa33-44d2-b5af-60b70950089c

To get more details about the run executions, execute:
	/Users/walid/bacalhau-versions/v1.4.0/bacalhau job executions j-98d43126-fa33-44d2-b5af-60b70950089c

To download the results, execute:
	/Users/walid/bacalhau-versions/v1.4.0/bacalhau job get j-98d43126-fa33-44d2-b5af-60b70950089c

Actual

→ bacalhau-1.5.0 docker run \
        --output outputs:/outputs \
        --publisher local \
        ubuntu -- sh -c "echo hello_world > /outputs/greeting.txt"

Job successfully submitted. Job ID: j-4738b4c5-d6c8-4577-8799-d8b2ac23b374
Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running):

 TIME                 EXEC. ID    TOPIC         EVENT
 Sep 10 15:14:46.334  e-e3787575  Execution     Completed successfully
 Sep 10 15:14:46.341              State Update  Completed
To get more details about the run, execute:
	/Users/walid/bacalhau-versions/v1.5.0/bacalhau job describe j-4738b4c5-d6c8-4577-8799-d8b2ac23b374

To get more details about the run executions, execute:
	/Users/walid/bacalhau-versions/v1.5.0/bacalhau job executions j-4738b4c5-d6c8-4577-8799-d8b2ac23b374
@wdbaruni wdbaruni added the th/game-day Issues reported during game day testing label Sep 10, 2024
@udsamani udsamani linked a pull request Sep 18, 2024 that will close this issue
@udsamani udsamani closed this as completed by moving to Done in Engineering Planning Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
th/game-day Issues reported during game day testing
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants