Skip to content
Snippets Groups Projects
  1. May 09, 2019
  2. May 07, 2019
  3. Apr 26, 2019
  4. Apr 12, 2019
  5. Apr 10, 2019
  6. Apr 09, 2019
  7. Mar 29, 2019
  8. Mar 06, 2019
  9. Feb 19, 2019
  10. Feb 18, 2019
  11. Feb 14, 2019
  12. Feb 13, 2019
  13. Feb 01, 2019
  14. Jan 17, 2019
  15. Dec 07, 2018
  16. Nov 23, 2018
  17. Nov 19, 2018
  18. Nov 09, 2018
  19. Oct 24, 2018
  20. Oct 23, 2018
  21. Oct 17, 2018
  22. Oct 16, 2018
    • David Douard's avatar
      tests: make db-related tests use sql files from the package · dd9b7660
      David Douard authored
      this require a small change in vault's swh-schema.sql: create the dbversion
      tqble only if needed, otherwise this sql cannot be executed without
      error on the top of storages' db schema. I guess it used to work thanks to
      the fact theses used to be pg_restored instead of SQL statements executed via psql (with '-v ON_ERROR_STOP=1', which se do want).
      
      Related to T1265.
      dd9b7660
Loading