Build: #2 failed Changes by 5 people

Build result summary

Details

Completed
Duration
9 minutes
Labels
None
Revision
0d9058d16fc157367f309f6ecf68221c61689372
Total tests
88

Tests

Responsible

Code commits

Author Commit Message Commit date
Indira Gutierrez Polo Indira Gutierrez Polo 0d9058d16fc157367f309f6ecf68221c61689372 Merge pull request #497 in CATS/clowder from feature/CATS-40-filter-collections-datasets-shown to feature/spaces
* commit 'e9e9bdc188d02c37bc0bcdfb945d29d6aeea86f7':
  fix for collections/datasets that have no spaces
  fix test
  Add access counts as mouseover
  check permission on a preview
  remove debug code
  fixes based on pull request
  show mongo database used
  request for list of datasets requires key
  fix to collections
  only show collections/datasets the user can see
Luigi Marini Luigi Marini 890a9319e23ddee87c190c42dd411512661aedb5 Merge pull request #501 in CATS/clowder from feature/CATS-25-remove-ability-to-upload-files-outside to feature/spaces
* commit 'f2191d2bcef7084b2848320ef9c757481c141370':
  Removed parenthesis from DisabledAction.
  Disabled files listing using a new DisabledAction.
  Bigger navigation search box on main menu so that it looks vertically aligned. Not sure how we can vertical align the form using smaller elements.
  Simplified main menu and added create buttons to listing pages.
Luigi Marini Luigi Marini f2191d2bcef7084b2848320ef9c757481c141370 Removed parenthesis from DisabledAction.
Rob Kooper Rob Kooper e9e9bdc188d02c37bc0bcdfb945d29d6aeea86f7 fix for collections/datasets that have no spaces
Rob Kooper Rob Kooper 9dff35bbe9e4cbdabe0460652e3eed72f1e963d5 fix test
Now actually running index page test

Tests

New test failures 38
Status Test View job Duration
Collapse Failed CollectionsAPIAppSpec The Collections API Spec must respond to the deleteDataset(id:UUID) function routed by DELETE /api/datasets/:id for Dataset 1
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$14.apply$mcV$sp(CollectionsAPIAppSpec.scala:595)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$14.apply(CollectionsAPIAppSpec.scala:586)
(47 more lines...)
Collapse Failed CollectionsAPIAppSpec The Collections API Spec must respond to the deleteDataset(id:UUID) function routed by DELETE /api/datasets/:id for Dataset 2
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply$mcV$sp(CollectionsAPIAppSpec.scala:636)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply(CollectionsAPIAppSpec.scala:627)
(47 more lines...)
Collapse Failed CollectionsAPIAppSpec The Collections API Spec must respond to the createDataset() function routed by POST /api/datasets for Dataset 1 Creation
default < 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$6.apply$mcV$sp(CollectionsAPIAppSpec.scala:178)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$6.apply(CollectionsAPIAppSpec.scala:161)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$6.apply(CollectionsAPIAppSpec.scala:161)
(46 more lines...)
Collapse Failed CollectionsAPIAppSpec The Collections API Spec must respond to the attachDataset(coll_id:UUID, ds_id:UUID) function routed by POST /api/collections/:coll_id/datasets/:ds_id for dataset 1
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply$mcV$sp(CollectionsAPIAppSpec.scala:275)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(CollectionsAPIAppSpec.scala:268)
(47 more lines...)
Collapse Failed CollectionsAPIAppSpec The Collections API Spec must respond to the attachDataset(coll_id:UUID, ds_id:UUID) function routed by POST /api/collections/:coll_id/datasets/:ds_id for dataset 2
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply$mcV$sp(CollectionsAPIAppSpec.scala:414)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply(CollectionsAPIAppSpec.scala:406)
(47 more lines...)
Collapse Failed CollectionsAPIAppSpec The Collections API Spec must respond to the removeDataset(coll_id:UUID, ds_id:UUID, ignoreNoteFound) function routed by POST /api/collections/:coll_id/datasets/:ds_id/:ignoreNotFound for dataset 2
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply$mcV$sp(CollectionsAPIAppSpec.scala:533)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(CollectionsAPIAppSpec.scala:526)
(47 more lines...)
Collapse Failed CollectionsAPIAppSpec 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
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply$mcV$sp(CollectionsAPIAppSpec.scala:475)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply(CollectionsAPIAppSpec.scala:468)
(47 more lines...)
Collapse Failed CollectionsAPIAppSpec The Collections API Spec must respond to the createDataset() function routed by POST /api/datasets for Dataset 2 Creation
default < 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$7.apply$mcV$sp(CollectionsAPIAppSpec.scala:231)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(CollectionsAPIAppSpec.scala:214)
      at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(CollectionsAPIAppSpec.scala:214)
(46 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the comment(id: UUID) function routed by POST /api/datasets/:id/comment
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$9.apply$mcV$sp(DatasetsAPIAppSpec.scala:302)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$9.apply(DatasetsAPIAppSpec.scala:295)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the getTags(id:UUID) function routed by GET /api/datasets/:id/tags
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply$mcV$sp(DatasetsAPIAppSpec.scala:461)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply(DatasetsAPIAppSpec.scala:452)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the addMetadata(id: UUID) function routed by POST /api/datasets/:id/metadata
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply$mcV$sp(DatasetsAPIAppSpec.scala:715)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply(DatasetsAPIAppSpec.scala:708)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the createDataset() function routed by POST /api/datasets
default < 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$4.apply$mcV$sp(DatasetsAPIAppSpec.scala:117)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$4.apply(DatasetsAPIAppSpec.scala:100)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$4.apply(DatasetsAPIAppSpec.scala:100)
(46 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the list() function routed by GET /api/datasets
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "description"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "description"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$5.apply$mcV$sp(DatasetsAPIAppSpec.scala:161)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$5.apply(DatasetsAPIAppSpec.scala:154)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the addUserMetadata(id: UUID) function routed by POST /api/datasets/:id/usermetadata
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$16.apply$mcV$sp(DatasetsAPIAppSpec.scala:769)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$16.apply(DatasetsAPIAppSpec.scala:762)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the deleteDataset(id:UUID) function routed by DELETE /api/datasets/:id
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$21.apply$mcV$sp(DatasetsAPIAppSpec.scala:1006)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$21.apply(DatasetsAPIAppSpec.scala:997)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the removeTag(id: UUID) function routed by POST /api/datasets/:id/removeTag
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$14.apply$mcV$sp(DatasetsAPIAppSpec.scala:559)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$14.apply(DatasetsAPIAppSpec.scala:552)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the updateLicense(id: UUID) function routed by POST /api/datasets/:id/license
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply$mcV$sp(DatasetsAPIAppSpec.scala:261)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(DatasetsAPIAppSpec.scala:254)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the datasetFilesList(id:UUID) function routed by GET /api/datasets/:id/listFiles
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply$mcV$sp(DatasetsAPIAppSpec.scala:222)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(DatasetsAPIAppSpec.scala:213)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the getUserMetadataJSON(id: UUID) function routed by GET /api/datasets/:id/usermetadata
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply$mcV$sp(DatasetsAPIAppSpec.scala:824)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply(DatasetsAPIAppSpec.scala:817)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the removeTags(id: UUID) function routed by POST /api/datasets/:id/tags/remove
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply$mcV$sp(DatasetsAPIAppSpec.scala:402)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply(DatasetsAPIAppSpec.scala:395)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the getTechnicalMetadataJSON(id: UUID) function routed by GET /api/datasets/:id/technicalmetadatajson
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$18.apply$mcV$sp(DatasetsAPIAppSpec.scala:862)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$18.apply(DatasetsAPIAppSpec.scala:855)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the addTags(id: UUID) function routed by POST /api/datasets/:id/tags
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$10.apply$mcV$sp(DatasetsAPIAppSpec.scala:343)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$10.apply(DatasetsAPIAppSpec.scala:336)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the datasetFilesList(id:UUID) function routed by GET /api/datasets/:id
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$6.apply$mcV$sp(DatasetsAPIAppSpec.scala:180)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$6.apply(DatasetsAPIAppSpec.scala:171)
(47 more lines...)
Collapse Failed DatasetsAPIAppSpec The Datasets API Spec must respond to the addTags(id: UUID) function routed by POST /api/datasets/:id/tags round two
default < 1 sec
class org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"

      org.scalatest.exceptions.TestFailedException: "[]" did not include substring "datasetname"
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$MustMethodHelper$.mustMatcher(MustMatchers.scala:6141)
      at org.scalatest.MustMatchers$AnyMustWrapper.must(MustMatchers.scala:6175)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply$mcV$sp(DatasetsAPIAppSpec.scala:501)
      at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(DatasetsAPIAppSpec.scala:494)
(47 more lines...)
Collapse Failed ExtractionsAPIAppSpec The Extractions API Spec must respond to the removeFile(id:UUID) function routed by DELETE /api/files/:id for morrow-plots file
default < 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.ExtractionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply$mcV$sp(ExtractionsAPIAppSpec.scala:153)
      at integration.ExtractionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply(ExtractionsAPIAppSpec.scala:148)
      at integration.ExtractionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply(ExtractionsAPIAppSpec.scala:148)
(46 more lines...)
Collapse Failed ExtractionsAPIAppSpec The Extractions API Spec must respond to the removeFile(id:UUID) function routed by DELETE /api/files/:id for logos_ncsa file
default < 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.ExtractionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply$mcV$sp(ExtractionsAPIAppSpec.scala:195)
      at integration.ExtractionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply(ExtractionsAPIAppSpec.scala:190)
      at integration.ExtractionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply(ExtractionsAPIAppSpec.scala:190)
(46 more lines...)
Collapse Failed FilesAPIAppSpec The Files API Spec must respond to the removeFile(id:UUID) function routed by DELETE /api/files/:id
default < 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$15.apply$mcV$sp(FilesAPIAppSpec.scala:484)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply(FilesAPIAppSpec.scala:478)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply(FilesAPIAppSpec.scala:478)
(46 more lines...)
Collapse Failed FilesAPIAppSpec The Files API Spec must respond to the list() function routed by GET /api/files
default < 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$7.apply$mcV$sp(FilesAPIAppSpec.scala:144)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(FilesAPIAppSpec.scala:141)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(FilesAPIAppSpec.scala:141)
(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
default < 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$10.apply$mcV$sp(FilesAPIAppSpec.scala:270)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$10.apply(FilesAPIAppSpec.scala:267)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$10.apply(FilesAPIAppSpec.scala:267)
(46 more lines...)
Collapse Failed FilesAPIAppSpec The Files API Spec must respond to the attachThumbnail(file_id:UUID, thumbnail:UUID) function routed by POST /api/files/:file_id/thumbnails/:thumbnails_id
default < 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$13.apply$mcV$sp(FilesAPIAppSpec.scala:370)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(FilesAPIAppSpec.scala:364)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(FilesAPIAppSpec.scala:364)
(46 more lines...)
Collapse Failed FilesAPIAppSpec The Files API Spec must respond to the removeFile(id:UUID) function routed by POST /api/files/:id/remove
default < 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$14.apply$mcV$sp(FilesAPIAppSpec.scala:439)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$14.apply(FilesAPIAppSpec.scala:433)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$14.apply(FilesAPIAppSpec.scala:433)
(46 more lines...)
Collapse Failed FilesAPIAppSpec The Files API Spec must respond to the addMetadata(id: UUID) function routed by POST /api/files/:id/metadata
default < 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:159)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(FilesAPIAppSpec.scala:155)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(FilesAPIAppSpec.scala:155)
(46 more lines...)
Collapse Failed FilesAPIAppSpec The Files API Spec must respond to the addUserMetadata(id: UUID) function routed by POST /api/files/:id/usermetadata
default < 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$9.apply$mcV$sp(FilesAPIAppSpec.scala:215)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$9.apply(FilesAPIAppSpec.scala:211)
      at integration.FilesAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$9.apply(FilesAPIAppSpec.scala:211)
(46 more lines...)
Collapse Failed PreviewsAPIAppSpec The Previews API Spec must respond to the removeFile(id:UUID) function routed by DELETE /api/files/:id
default < 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.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply$mcV$sp(PreviewsAPIAppSpec.scala:531)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply(PreviewsAPIAppSpec.scala:526)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply(PreviewsAPIAppSpec.scala:526)
(46 more lines...)
Collapse Failed PreviewsAPIAppSpec The Previews API Spec must respond to the filePreviewsList(id: UUID) function routed by GET /api/files/:file_id/listpreviews
default < 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.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply$mcV$sp(PreviewsAPIAppSpec.scala:274)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(PreviewsAPIAppSpec.scala:269)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(PreviewsAPIAppSpec.scala:269)
(46 more lines...)
Collapse Failed PreviewsAPIAppSpec The Previews API Spec must respond to the getPreviews(id: UUID) function routed by GET /api/files/:file_id/getPreviews
default < 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.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$9.apply$mcV$sp(PreviewsAPIAppSpec.scala:317)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$9.apply(PreviewsAPIAppSpec.scala:312)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$9.apply(PreviewsAPIAppSpec.scala:312)
(46 more lines...)
Collapse Failed PreviewsAPIAppSpec The Previews API Spec must respond to the attachPreview(file_id:UUID, preview:UUID) function routed by POST /api/files/:file_id/previews/:p_id
default < 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.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply$mcV$sp(PreviewsAPIAppSpec.scala:188)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(PreviewsAPIAppSpec.scala:183)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(PreviewsAPIAppSpec.scala:183)
(46 more lines...)
Collapse Failed PreviewsAPIAppSpec The Previews API Spec must respond to the removePreview(id:UUID) function routed by DELETE /api/previews/:id for morrowplots preview 1 file
default < 1 sec
class java.lang.ArrayIndexOutOfBoundsException: 2

      java.lang.ArrayIndexOutOfBoundsException: 2
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply$mcV$sp(PreviewsAPIAppSpec.scala:465)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(PreviewsAPIAppSpec.scala:445)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(PreviewsAPIAppSpec.scala:445)
      at org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
      at org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
(45 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCATS-79Could not obtain issue details from Jira