nuweba / faasbenchmark

Run or add generic tests to accurately benchmark FaaS providers. https://faastest.com/
Apache License 2.0
36 stars 7 forks source link

Upstream/exit with error #41

Closed nwb-ilan closed 4 years ago

nwb-ilan commented 4 years ago

@nwb-adir this makes sure faasbenchmark exits with error code when something fails (at least for some common cases).
CI will then hopefully show failed status on bad faastests.
I also made a small fix to stack removal errors making sure all errors are reflected back clearly.
Before this fix the logs would show "Removing stack" before showing any error from the tests.