Skip to content
Snippets Groups Projects
  1. Jun 03, 2020
    • Georges Racinet's avatar
      Backups: also testing on GDK installations · b81a192e
      Georges Racinet authored
      All they need are services management and rake capability,
      previously only available for Docker installations.
      b81a192e
    • Georges Racinet's avatar
      Running the tests for GDK installations · 554378d0
      Georges Racinet authored
      The `--heptapod-gdk` option declares the test to be launched
      in GDK context, leading to the new `GdkHeptapod` class to be
      instantiated, with the GDK root dir specified with `--heptapod-gdk-root`.
      
      The new `needs.services` decorator will allow to declare tests that need
      services (and rake) management, hence will be satisfied more broadly than
      the `docker` marker. Notably these tests won't be skipped in GDK context.
      554378d0
    • Georges Racinet's avatar
      conftest: reorder boolean variables · fff421a1
      Georges Racinet authored
      Just for readability
      fff421a1
    • Georges Racinet's avatar
      Heptapod: providing `restart_rails()` in the base class · daf35892
      Georges Racinet authored
      The only caller at the time being is its sibling method
      `apply_hashed_storage_setting()`, that will hence become
      available for all concrete subclasses that implement
      `ctl_services()`.
      daf35892
    • Georges Racinet's avatar
      New GdkHeptapod concrete class · c0a71291
      Georges Racinet authored
      It derives from SourceHeptapod, only adding service management
      and rake capabilities, hence being able to support backup tests
      and other tests that require service management.
      c0a71291
    • Georges Racinet's avatar
      Heptapod: backup handling impl in the abstract base class · 4316399e
      Georges Racinet authored
      Instead of just declaring `backup_create()` and `backup_restore()`,
      we implement them generically, relying on a new set of primitives
      to be implemented in subclasses:
      
      - `ctl_services()`: service management
      - `RAILS_SERVICES`: class attribute listing the Rails app services
        (web and background). These will be different in the Docker and
        GDK cases.
      - `rake()`
      - `remove_all_backups()`
      4316399e
  2. Jun 02, 2020
  3. May 29, 2020
  4. May 27, 2020
  5. May 09, 2020
  6. May 24, 2020
  7. May 22, 2020
    • Georges Racinet's avatar
      hg: allow passing preencoded command arguments · 3a0317f9
      Georges Racinet authored
      This will be necessary for tests about content that's
      not encoded with the current default encoding.
      
      Because of this, the output might not be utf-8 either. For now,
      just avoiding an error is good enough.
      3a0317f9
  8. May 23, 2020
  9. May 21, 2020
  10. May 14, 2020
  11. May 19, 2020
  12. May 18, 2020
  13. May 14, 2020
    • Georges Racinet's avatar
      test_groups: make test runnable in non Docker case · 5a2be622
      Georges Racinet authored
      The scenarios that require a precise value for the hashed storage
      boolean are very useful, but they can for now only run in Docker
      context, which is quite late in our development nowadays.
      
      So we're adding a scenario that works on whatever the current
      storage strategy currently is, like we already did for transfers.
      5a2be622
    • Georges Racinet's avatar
      SourceHeptapod: make run_shell work · 757d36e2
      Georges Racinet authored
      Some callers want to pass a system user name, and we have to
      accept that for uniformity ('git' is been used as meaning
      "the default user", which is lame but that's another story)
      757d36e2
  14. May 12, 2020
  15. May 11, 2020
    • Georges Racinet's avatar
      repository files: fixed method for update · 6c9de111
      Georges Racinet authored
      More inspection of the behaviour in the Git case indicate
      that going through the creation endpoint again for an update
      is incorrect. The proper verb for update is PUT, but the URL
      is the same one, which is a bit surprising for the creation.
      6c9de111
  16. May 07, 2020
  17. May 06, 2020
  18. Apr 23, 2020
Loading