You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/19 06:15:51 UTC

[GitHub] daisy-ycguo opened a new issue #512: Integration test AlarmTrigger failed, which caused the failure of travis since this PR

daisy-ycguo opened a new issue #512: Integration test AlarmTrigger failed, which caused the failure of travis since this PR
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/512
 
 
   The output is:
   
   ```
   === RUN   TestAlarmTrigger
   wskdeploy.Path is wskdeploy
   ==> Executing: wskdeploy -m /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/alarmtrigger/manifest.yaml -d /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/alarmtrigger/deployment.yaml --auth [secure] --namespace wskdeploy_test --apihost openwhisk.ng.bluemix.net --apiversion v1
   ==> Error: exit status 255.
   wskdeploy.Path is wskdeploy
   ==> Executing: wskdeploy undeploy -m /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/alarmtrigger/manifest.yaml -d /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/alarmtrigger/deployment.yaml --auth [secure] --namespace wskdeploy_test --apihost openwhisk.ng.bluemix.net --apiversion v1
   ==> Error: exit status 255.
   --- FAIL: TestAlarmTrigger (1.88s)
   	Error Trace:	alarmtrigger_test.go:43
   	Error:      	Not equal: 
   	            	expected: <nil>(<nil>)
   	            	actual: *exec.ExitError(&exec.ExitError{ProcessState:(*os.ProcessState)(0xc42000c920), Stderr:[]uint8(nil)})
   	Messages:   	Failed to deploy the manifest file.
   	Error Trace:	alarmtrigger_test.go:45
   	Error:      	Not equal: 
   	            	expected: <nil>(<nil>)
   	            	actual: *exec.ExitError(&exec.ExitError{ProcessState:(*os.ProcessState)(0xc42000d5a0), Stderr:[]uint8(nil)})
   	Messages:   	Failed to undeploy the manifest file.
   FAIL
   FAIL	github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/alarmtrigger	1.902s
   ```
 
----------------------------------------------------------------
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