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
Is your feature request related to a problem? Please describe.
In #616 a simple smoke test was added for releases executing the binary on all runners and simply killing it after a timeout to ensure it did not crash. Would be great to extend it a bit and rather than just killing after timeout, perhaps do some curl calls to the API and/or fetch wash binary and use wash to interact with the server
Describe the solution you'd like curl it or wash it, whatever we do, it should be fast, i.e. 1 minute is the top threshold of how long this whole process can take per binary
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this has been closed too eagerly, please feel free to tag a maintainer so we can keep working on the issue. Thank you for contributing to wasmCloud!
Is your feature request related to a problem? Please describe.
In #616 a simple smoke test was added for releases executing the binary on all runners and simply killing it after a timeout to ensure it did not crash. Would be great to extend it a bit and rather than just killing after timeout, perhaps do some
curl
calls to the API and/or fetch wash binary and use wash to interact with the serverDescribe the solution you'd like
curl
it orwash
it, whatever we do, it should be fast, i.e. 1 minute is the top threshold of how long this whole process can take per binaryThe text was updated successfully, but these errors were encountered: