Advertisement
chrissharp123

Untitled

Feb 22nd, 2022
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. t/authority-update-bib-propagation.pg ............................................ psql:t/authority-update-bib-propagation.pg:34: ERROR: invalid XPath expression
  2. DETAIL: Invalid expression
  3. CONTEXT: SQL statement "SELECT control_set FROM authority.control_set_authority_field
  4. WHERE tag IN (
  5. SELECT UNNEST(XPATH('//[local-name()="datafield" and starts-with(@tag,"1")]/@tag',marc::XML)::TEXT[])
  6. FROM authority.record_entry
  7. WHERE id = auth_id
  8. )
  9. LIMIT 1"
  10. PL/pgSQL function authority.generate_overlay_template(text) line 23 at SQL statement
  11. SQL function "generate_overlay_template" statement 1
  12. PL/pgSQL function authority.propagate_changes(bigint,bigint) line 9 at assignment
  13. SQL function "propagate_changes" statement 1
  14. SQL statement "SELECT authority.propagate_changes(NEW.id)"
  15. PL/pgSQL function authority.indexing_ingest_or_delete() line 34 at PERFORM
  16. t/authority-update-bib-propagation.pg ............................................ Dubious, test returned 3 (wstat 768, 0x300)
  17. Failed 9/9 subtests
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement