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 2020/05/15 09:31:19 UTC

[GitHub] [openwhisk] ningyougang commented on a change in pull request #4906: Remove unused codes

ningyougang commented on a change in pull request #4906:
URL: https://github.com/apache/openwhisk/pull/4906#discussion_r425681444



##########
File path: tests/src/test/scala/org/apache/openwhisk/core/entity/test/ExecManifestTests.scala
##########
@@ -319,7 +319,7 @@ class ExecManifestTests extends FlatSpec with WskActorSystem with StreamLogging
                  |""".stripMargin.parseJson.asJsObject
 
     val js6 = RuntimeManifest(
-      "nodejs:10",
+      "nodejs:6",

Review comment:
       Actually, nodejs6 is just a name here, and on the other hand, runtime nodejs:6 is already deprecated in runtimes.json, so i agree with `drop tests relevant to nodejs:6`
   
   In current json doc, `nodejs6 kind` includes 1 stem type(128 M), `nodejs8 kind` includes 2 stem type(128 M and 256 M), so i think in that doc, we need to keep 1 stem type for nodejs as well.
   
   And as above said ` nodejs:6 is already deprecated` and it is just a name, so i changed `nodejs6` to `nodejs10`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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