Core application including web front end
Build: #1 failed Manual run by Brock Angelo
Build result summary
Details
- Completed
- Duration
- 4 minutes
- Labels
- None
- Revision
-
cde4057b5bf146bbcf3519d48bf6a7e1b32b9a72
cde4057b5bf146bbcf3519d48bf6a7e1b32b9a72 - Total tests
- 59
- Fixed in
- #2 (Changes by Rob Kooper and Brock Angelo)
Tests
- 20 New failures
- 0 Existing failures
- 0 Fixed
Responsible
No one has taken responsibility for this failure
Tests
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
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 java.lang.ArrayIndexOutOfBoundsException: 2 java.lang.ArrayIndexOutOfBoundsException: 2 at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply$mcV$sp(CollectionsAPIAppSpec.scala:422) at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply(CollectionsAPIAppSpec.scala:402) at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply(CollectionsAPIAppSpec.scala:402) 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...) |
||||
Collapse |
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 java.lang.ArrayIndexOutOfBoundsException: 2 java.lang.ArrayIndexOutOfBoundsException: 2 at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply$mcV$sp(CollectionsAPIAppSpec.scala:541) at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(CollectionsAPIAppSpec.scala:522) at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(CollectionsAPIAppSpec.scala:522) 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...) |
||||
Collapse |
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 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) (45 more lines...) |
||||
Collapse |
CollectionsAPIAppSpec
The Collections API Spec must respond to the createDataset() function routed by POST /api/datasets for Dataset 2 Creation
|
default | < 1 sec | |
class java.lang.ArrayIndexOutOfBoundsException: 2 java.lang.ArrayIndexOutOfBoundsException: 2 at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply$mcV$sp(CollectionsAPIAppSpec.scala:243) at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(CollectionsAPIAppSpec.scala:212) at integration.CollectionsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(CollectionsAPIAppSpec.scala:212) 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...) |
||||
Collapse |
DatasetsAPIAppSpec
The Datasets API Spec must respond to the createDataset() function routed by POST /api/datasets
|
default | < 1 sec | |
class java.lang.ArrayIndexOutOfBoundsException: 2 java.lang.ArrayIndexOutOfBoundsException: 2 at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$4.apply$mcV$sp(DatasetsAPIAppSpec.scala:131) 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) 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...) |
||||
Collapse |
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:219) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$7.apply(DatasetsAPIAppSpec.scala:210) (47 more lines...) |
||||
Collapse |
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:458) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$12.apply(DatasetsAPIAppSpec.scala:449) (47 more lines...) |
||||
Collapse |
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:399) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$11.apply(DatasetsAPIAppSpec.scala:392) (47 more lines...) |
||||
Collapse |
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:299) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$9.apply(DatasetsAPIAppSpec.scala:292) (47 more lines...) |
||||
Collapse |
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:258) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(DatasetsAPIAppSpec.scala:251) (47 more lines...) |
||||
Collapse |
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:498) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$13.apply(DatasetsAPIAppSpec.scala:491) (47 more lines...) |
||||
Collapse |
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:340) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$10.apply(DatasetsAPIAppSpec.scala:333) (47 more lines...) |
||||
Collapse |
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:857) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$18.apply(DatasetsAPIAppSpec.scala:851) (47 more lines...) |
||||
Collapse |
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:158) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$5.apply(DatasetsAPIAppSpec.scala:152) (47 more lines...) |
||||
Collapse |
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:820) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$17.apply(DatasetsAPIAppSpec.scala:814) (47 more lines...) |
||||
Collapse |
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:712) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$15.apply(DatasetsAPIAppSpec.scala:705) (47 more lines...) |
||||
Collapse |
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:556) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$14.apply(DatasetsAPIAppSpec.scala:549) (47 more lines...) |
||||
Collapse |
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:1001) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$21.apply(DatasetsAPIAppSpec.scala:992) (47 more lines...) |
||||
Collapse |
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:177) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$6.apply(DatasetsAPIAppSpec.scala:168) (47 more lines...) |
||||
Collapse |
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:766) at integration.DatasetsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$16.apply(DatasetsAPIAppSpec.scala:759) (47 more lines...) |