Core application including web front end

Build: #1 failed

Job: default failed

Stages & jobs

  1. Default Stage

The collections APi spec must respond to the remove dataset(coll id:UUId, ds id:UUId, ignore not found) function routed by DELETe /api/collections/:coll id/datasets/:ds id for dataset 2: Test case result

The below summarizes the result of the test "The collections APi spec must respond to the remove dataset(coll id:UUId, ds id:UUId, ignore not found) function routed by DELETe /api/collections/:coll id/datasets/:ds id for dataset 2" in build 1 of Clowder - CORE - imlczo - default.
Description
The collections APi spec must respond to the remove dataset(coll id:UUId, ds id:UUId, ignore not found) function routed by DELETe /api/collections/:coll id/datasets/:ds id for dataset 2
Test class
integration.CollectionsAPIAppSpec
Method
The Collections API Spec must respond to the removeDataset(coll_id:UUID, ds_id:UUID, ignoreNotFound) function routed by DELETE /api/collections/:coll_id/datasets/:ds_id for dataset 2
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

class java.lang.ArrayIndexOutOfBoundsException: 2

      java.lang.ArrayIndexOutOfBoundsException: 2
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply$mcV$sp(CollectionsAPIAppSpec.scala:483)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply(CollectionsAPIAppSpec.scala:464)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply(CollectionsAPIAppSpec.scala:464)
      at org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
      at org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
      at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
      at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
      at org.scalatest.Transformer.apply(Transformer.scala:22)
      at org.scalatest.Transformer.apply(Transformer.scala:20)
      at org.scalatest.WordSpecLike$$anon$1.apply(WordSpecLike.scala:945)
      at org.scalatest.Suite$class.withFixture(Suite.scala:1121)
      at org.scalatest.WordSpec.withFixture(WordSpec.scala:1881)
      at org.scalatest.WordSpecLike$class.invokeWithFixture$1(WordSpecLike.scala:942)
      at org.scalatest.WordSpecLike$$anonfun$runTest$1.apply(WordSpecLike.scala:954)
      at org.scalatest.WordSpecLike$$anonfun$runTest$1.apply(WordSpecLike.scala:954)
      at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
      at org.scalatest.WordSpecLike$class.runTest(WordSpecLike.scala:954)
      at org.scalatest.WordSpec.runTest(WordSpec.scala:1881)
      at org.scalatest.WordSpecLike$$anonfun$runTests$1.apply(WordSpecLike.scala:1013)
      at org.scalatest.WordSpecLike$$anonfun$runTests$1.apply(WordSpecLike.scala:1013)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:413)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401)
      at scala.collection.immutable.List.foreach(List.scala:318)
      at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
      at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:390)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:427)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401)
      at scala.collection.immutable.List.foreach(List.scala:318)
      at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
      at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:396)
      at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:483)
      at org.scalatest.WordSpecLike$class.runTests(WordSpecLike.scala:1013)
      at org.scalatest.WordSpec.runTests(WordSpec.scala:1881)
      at org.scalatest.Suite$class.run(Suite.scala:1423)
      at org.scalatest.WordSpec.org$scalatest$WordSpecLike$$super$run(WordSpec.scala:1881)
      at org.scalatest.WordSpecLike$$anonfun$run$1.apply(WordSpecLike.scala:1059)
      at org.scalatest.WordSpecLike$$anonfun$run$1.apply(WordSpecLike.scala:1059)
      at org.scalatest.SuperEngine.runImpl(Engine.scala:545)
      at org.scalatest.WordSpecLike$class.run(WordSpecLike.scala:1059)
      at integration.CollectionsAPIAppSpec.org$scalatestplus$play$ConfiguredApp$$super$run(CollectionsAPIAppSpec.scala:45)
      at org.scalatestplus.play.ConfiguredApp$class.run(ConfiguredApp.scala:111)
      at integration.CollectionsAPIAppSpec.run(CollectionsAPIAppSpec.scala:45)
      at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:444)
      at org.scalatest.tools.Framework$ScalaTestNestedTask.execute(Framework.scala:529)
      at sbt.ForkMain$Run.runTest(ForkMain.java:239)
      at sbt.ForkMain$Run.runTestSafe(ForkMain.java:219)
      at sbt.ForkMain$Run.runTests(ForkMain.java:187)
      at sbt.ForkMain$Run.run(ForkMain.java:251)
      at sbt.ForkMain.main(ForkMain.java:97)