feat: add more logging around echo tar #10731
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related: #10599
Spotted in: https://github.com/coder/coder/actions/runs/6804539935/job/18502315372?pr=10598
I wasn't able to reproduce it locally, so I'm adding more logging. It looks like Coder lost part of the "echo responses", unfortunately
plan
with rich parameters, so the whole test failed as it expected a workspace with build parameters. Without extra debug information we can't determine whether the client sent incomplete "echo responses" or the provisioner lost them while unpacking the template.Changes:
echo.Tar
. I enabled it only forcoderdtest.CreateTemplateVersion
, but can add it to more places if it isn't too noisyMD5CRC32 checksum for files in the archiveOnce this PR is merged: