style95 commented on pull request #5027:
URL: https://github.com/apache/openwhisk/pull/5027#issuecomment-731911402
Handling
```
org.apache.openwhisk.core.limits.ConcurrencyTests > Action concurrency
limits should execute activations sequentially when concurrency = 1
STANDARD_ERROR
org.scalatest.exceptions.TestFailedException: 502 was not equal to 200
at
org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:343)
at org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:6919)
at
common.rest.RunRestCmd.validateStatusCode(WskRestOperations.scala:1165)
at
common.rest.RunRestCmd.validateStatusCode$(WskRestOperations.scala:1162)
at
common.rest.RestActionOperations.validateStatusCode(WskRestOperations.scala:244)
at common.rest.RunRestCmd.invokeAction(WskRestOperations.scala:1358)
at common.rest.RunRestCmd.invokeAction$(WskRestOperations.scala:1331)
at common.rest.RestActionOperations.invoke(WskRestOperations.scala:388)
at
org.apache.openwhisk.core.limits.ConcurrencyTests.$anonfun$new$21(ConcurrencyTests.scala:137)
at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)
at scala.util.Success.$anonfun$map$1(Try.scala:255)
at scala.util.Success.map(Try.scala:213)
at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)
at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)
at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
at
akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
at
akka.dispatch.BatchingExecutor$BlockableBatch.$anonfun$run$1(BatchingExecutor.scala:92)
at
scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
at
scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:85)
at
akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:92)
at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:41)
at
akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:49)
at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at
akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at
akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
org.apache.openwhisk.core.limits.ConcurrencyTests > Action concurrency
limits should execute activations sequentially when concurrency = 1 FAILED
org.scalatest.exceptions.TestFailedException: 502 was not equal to 200
at
org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:343)
at
org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:6919)
at
common.rest.RunRestCmd.validateStatusCode(WskRestOperations.scala:1165)
at
common.rest.RunRestCmd.validateStatusCode$(WskRestOperations.scala:1162)
at
common.rest.RestActionOperations.validateStatusCode(WskRestOperations.scala:244)
at common.rest.RunRestCmd.invokeAction(WskRestOperations.scala:1358)
at common.rest.RunRestCmd.invokeAction$(WskRestOperations.scala:1331)
at
common.rest.RestActionOperations.invoke(WskRestOperations.scala:388)
at
org.apache.openwhisk.core.limits.ConcurrencyTests.$anonfun$new$21(ConcurrencyTests.scala:137)
```
----------------------------------------------------------------
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:
[email protected]