vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Powershell with runtime deps E2E tests broken #602

Open neosab opened 6 years ago

neosab commented 6 years ago

Bug Report

The following E2E tests are broken

not ok 10 Create powershell function with runtime deps
# (from function `run_with_retry' in file e2e/tests/helpers.bash, line 230,
#  in test file e2e/tests/functions.bats, line 69)
#   `run_with_retry "dispatch get image powershell-with-slack -o json | jq -r .status" "READY" 10 5' failed
# dispatch get image powershell-with-slack -o json | jq -r .status
# CREATING
not ok 11 Execute powershell with runtime deps
# (from function `run_with_retry' in file e2e/tests/helpers.bash, line 230,
#  in test file e2e/tests/functions.bats, line 79)
#   `run_with_retry "dispatch exec powershell-slack --wait -o json | jq -r .output.result" "true" 5 5' failed
# dispatch exec powershell-slack --wait -o json | jq -r .output.result
# [Code: 404] function powershell-slack not found

They will be skipped until fixed.

Expected behavior

Current behavior

Steps to reproduce

Impact

Possible solution

Your Environment