You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/19 14:38:42 UTC

[GitHub] mrutkows opened a new issue #750: Remove or fix incomplete test/use case in deploymentreader_test.go

mrutkows opened a new issue #750: Remove or fix incomplete test/use case in deploymentreader_test.go
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/750
 
 
   This test function (stub) exists in deploymentreader_test.go:
   ```
   func TestDeployerCheck(t *testing.T) {
   	sd := NewServiceDeployer()
   	sd.DeploymentPath = "../tests/usecases/badyaml/deployment.yaml"
   	sd.ManifestPath = "../tests/usecases/badyaml/manifest.yaml"
   	// The system will exit thus the test will fail.
   	// sd.Check()
   }
   ```
   either fix or delete.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services