Skip to content
Snippets Groups Projects
  1. Jun 08, 2022
  2. May 24, 2022
  3. May 17, 2022
  4. May 09, 2022
  5. Apr 20, 2022
  6. Apr 05, 2022
  7. Mar 31, 2022
  8. Mar 30, 2022
  9. Mar 11, 2022
  10. Jan 25, 2022
  11. Jan 13, 2022
  12. Jan 10, 2022
  13. Oct 29, 2021
  14. Oct 11, 2021
  15. Oct 08, 2021
  16. Oct 06, 2021
  17. Sep 24, 2021
    • David Robertson's avatar
      Update postgresql testing script (#10906) · ea01d4c2
      David Robertson authored
      
      - Use sytest:bionic. Sytest:latest is two years old (do we want
        CI to push out latest at all?) and comes with Python 3.5, which we
        explictly no longer support. The script now runs under PostgreSQL 10
        as a result.
      - Advertise script in the docs
      - Move pg testing script to scripts-dev directory
      - Write to host as the script's exector, not root
      
      A few changes to make it speedier to re-run the tests:
      
      - Create blank DB in the container, not the script, so we don't have to
        `initdb` each time
      - Use a named volume to persist the tox environment, so we don't have to
        fetch and install a bunch of packages from PyPI each time
      
      Co-authored-by: default avatarreivilibre <olivier@librepush.net>
      ea01d4c2
  18. Aug 31, 2021
  19. Jun 03, 2021
Loading