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
Describe the bug
When a polywrap run loads a polywrap.test.yaml manifest that includes a wrapper URI that is not resolvable (doesn't exist), the command seems to exit prematurely w/o any error message.
Please provide the steps to reproduce and if possible a minimal demo of the problem.
Clone the toolchain repo
Build packages (so CLI is present)
cd ./packages/test-cases/cases/cli/run/001-yaml-workflow/
make sure ./packages/test-cases/cases/cli/run/run-test-wrapper/build doesn't exist
run ../../../../../cli/bin/polywrap run
The command exits w/o any error:
001-yaml-workflow % ../../../../../cli/bin/polywrap run
🔄 Manifest loaded from ./polywrap.test.yaml
✅ Manifest loaded from ./polywrap.test.yaml
If you now go and build the run-test-wrapper wrapper, the run command will succeed.
Expected behavior
There should be an error stating that the wrapper cannot be found.
Relevant environment details:
CLI Version: 0.9.3
The text was updated successfully, but these errors were encountered:
Describe the bug
When a
polywrap run
loads apolywrap.test.yaml
manifest that includes a wrapper URI that is not resolvable (doesn't exist), the command seems to exit prematurely w/o any error message.Please provide the steps to reproduce and if possible a minimal demo of the problem.
cd ./packages/test-cases/cases/cli/run/001-yaml-workflow/
./packages/test-cases/cases/cli/run/run-test-wrapper/build
doesn't exist../../../../../cli/bin/polywrap run
If you now go and build the
run-test-wrapper
wrapper, the run command will succeed.Expected behavior
There should be an error stating that the wrapper cannot be found.
Relevant environment details:
0.9.3
The text was updated successfully, but these errors were encountered: