Core application including web front end

Build: #1 failed

Job: default failed

Stages & jobs

  1. Default Stage

Test results

  • 83 tests in total
  • 4 tests failed
  • 4 failures are new
  • 6 seconds taken in total.

Build 1 has the following 4 errors: 4 new failure(s) occurred since the previous build.

New test failures 4
Status Test Duration
Collapse Failed CollectionsAPIAppSpec The Collections API Spec must respond to the listCollections() function routed by GET /api/collections/list
< 1 sec
class org.scalatest.exceptions.TestFailedException: 401 did not equal 200

      org.scalatest.exceptions.TestFailedException: 401 did not equal 200
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$AnyMustWrapper.mustEqual(MustMatchers.scala:6213)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply$mcV$sp(CollectionsAPIAppSpec.scala:319)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply(CollectionsAPIAppSpec.scala:316)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply(CollectionsAPIAppSpec.scala:316)
(46 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the getTechnicalMetadataJSON(id: UUID) function routed by GET /api/datasets/:id/technicalmetadatajson
< 1 sec
class org.scalatest.exceptions.TestFailedException: 401 did not equal 200

      org.scalatest.exceptions.TestFailedException: 401 did not equal 200
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$AnyMustWrapper.mustEqual(MustMatchers.scala:6213)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$18.apply$mcV$sp(DatasetsAPIAppSpec.scala:467)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$18.apply(DatasetsAPIAppSpec.scala:464)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$18.apply(DatasetsAPIAppSpec.scala:464)
(46 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the getUserMetadataJSON(id: UUID) function routed by GET /api/datasets/:id/usermetadata
< 1 sec
class org.scalatest.exceptions.TestFailedException: 401 did not equal 200

      org.scalatest.exceptions.TestFailedException: 401 did not equal 200
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$AnyMustWrapper.mustEqual(MustMatchers.scala:6213)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply$mcV$sp(DatasetsAPIAppSpec.scala:455)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply(DatasetsAPIAppSpec.scala:452)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply(DatasetsAPIAppSpec.scala:452)
(46 more lines...)
Collapse Failed FilesAPIAppSpec The Files API Spec must respond to the get(id: UUID) function routed by GET /api/files/:id/metadata
< 1 sec
class org.scalatest.exceptions.TestFailedException: 401 did not equal 200

      org.scalatest.exceptions.TestFailedException: 401 did not equal 200
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$AnyMustWrapper.mustEqual(MustMatchers.scala:6213)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply$mcV$sp(FilesAPIAppSpec.scala:179)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(FilesAPIAppSpec.scala:175)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(FilesAPIAppSpec.scala:175)
(46 more lines...)