Skip to content

Update package version #27

Update package version

Update package version #27

Triggered via push June 3, 2024 16:08
Status Success
Total duration 13s
Artifacts
update_release_draft
3s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test/testAuthor.js ► Author model with Author Credits ► should return the associated Editions using creditedEditions method: test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, $2, $3, DEFAULT, $4) returning * - column "credit_section" of relation "edition_group" does not exist
test/testEdition.js ► Edition model ► should automatically create an Edition Group editionGroupBbid has been unset in existing Edition: test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, $2, $3, DEFAULT, $4) returning * - column "credit_section" of relation "edition_group" does not exist
test/testEdition.js ► Edition model ► should automatically create an Edition Group if none has been passed: test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, $2, $3, DEFAULT, $4) returning * - column "credit_section" of relation "edition_group" does not exist
test/testEdition.js ► Edition model ► should return a JSON object with correct keys when saved: test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, $2, $3, DEFAULT, $4) returning * - column "credit_section" of relation "edition_group" does not exist
test/testEdition.js ► Edition model ► should return a JSON object with empty collections array: test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, $2, $3, DEFAULT, $4) returning * - column "credit_section" of relation "edition_group" does not exist
test/testEdition.js ► Edition model ► should return a JSON object with related collections if there exist any: test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, $2, $3, DEFAULT, $4) returning * - column "credit_section" of relation "edition_group" does not exist
test/testEdition.js ► Edition model ► should return the master revision when multiple revisions exist: test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, DEFAULT, $2, DEFAULT, $3) returning * - column "credit_section" of relation "edition_group" does not exist
test/testEdition.js ► Edition model ► should set the same Author Credit on auto-created Edition Group: test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, $2, $3, DEFAULT, $4) returning * - column "credit_section" of relation "edition_group" does not exist
test/testEditionGroup.js ► EditionGroup model ► should return a JSON object with correct keys when saved: test-results.json#L0
Failed test found in: test-results.json Error: expected { aliasSetId: 1, …(21) } to have keys 'aliasSet', 'aliasSetId', 'annotation', 'annotationId', 'authorCreditId', 'bbid', 'creditSection', 'dataId', 'defaultAliasId', 'disambiguation', 'disambiguationId', 'identifierSet', 'identifierSetId', 'master', 'relationshipSet', 'relationshipSetId', 'revisionId', 'type', 'typeId', 'collections', 'sortName', 'name', and 'editionGroupType'
test/testEditionRevision.js ► EditionRevision model ► "before each" hook for "should return a JSON object with correct keys when saved": test-results.json#L0
Failed test found in: test-results.json Error: insert into "bookbrainz"."edition_group" ("alias_set_id", "author_credit_id", "bbid", "credit_section", "revision_id") values ($1, DEFAULT, $2, DEFAULT, $3) returning * - column "credit_section" of relation "edition_group" does not exist
update_release_draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.