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/11/04 18:55:29 UTC

[GitHub] csantanapr commented on a change in pull request #1006: go-runtime

csantanapr commented on a change in pull request #1006: go-runtime
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/1006#discussion_r230600646
 
 

 ##########
 File path: runtimes/runtimes_test.go
 ##########
 @@ -30,9 +31,12 @@ func TestParseOpenWhisk(t *testing.T) {
 	converted := ConvertToMap(openwhisk)
 	println(converted["nodejs"])
 	println(converted["python"])
+	//println(converted["go"])
 	assert.Equal(t, 2, len(converted["nodejs"]), "not expected length")
 	assert.Equal(t, 2, len(converted["php"]), "not expected length")
 	assert.Equal(t, 1, len(converted["java"]), "not expected length")
 	assert.Equal(t, 6, len(converted["python"]), "not expected length")
 	assert.Equal(t, 2, len(converted["swift"]), "not expected length")
+	// cannot pass this test until it is deployed in OpenWhisk
 
 Review comment:
   go is now part of the deployment runtimes in OprnWhisk, what do you mean?

----------------------------------------------------------------
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