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
Expanding upon #239: the current e2e test suite only uses the minimal functions to deploy and execute Fission functions; many features are not explicitly covered by the tests
To ensure that we do not break the dev workflow (either due to changes in Fission or Workflows) we need to at least cover the following:
Expanding upon #239: the current e2e test suite only uses the minimal functions to deploy and execute Fission functions; many features are not explicitly covered by the tests
To ensure that we do not break the dev workflow (either due to changes in Fission or Workflows) we need to at least cover the following:
fission function update
:fission function delete
(though not explicitly tested)fission function create
is not tested for all parameters:fission function logs
fission function test
(not explicitly tested)fission function get
fission spec apply
fission spec destroy
The text was updated successfully, but these errors were encountered: