Skip to content
Snippets Groups Projects
  1. Aug 06, 2021
  2. Jun 28, 2021
  3. Apr 27, 2021
  4. Apr 22, 2021
  5. Apr 15, 2021
  6. Mar 04, 2021
  7. Feb 22, 2021
  8. Jan 28, 2021
  9. Jan 21, 2021
    • Ludovico de Nittis's avatar
      Backport the new json_from_string() function · ece65da6
      Ludovico de Nittis authored
      
      JSON-GLib 1.2.0 introduced a new function called `json_from_string()`.
      
      It is an handy function that allows us to obtain a jsonNode with just a
      single operation.
      
      This function had to be backported, and modified a little, because we
      are
      targeting Scout that has an older JSON-GLib version that misses both
      `json_from_string()` and `json_parser_steal_root()` (that was used in
      `json_from_string()`).
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      ece65da6
  10. Nov 19, 2020
  11. Nov 12, 2020
  12. Nov 10, 2020
  13. Nov 09, 2020
  14. Oct 26, 2020
  15. Oct 22, 2020
  16. Sep 28, 2020
  17. Sep 25, 2020
  18. Sep 21, 2020
  19. Sep 10, 2020
  20. Sep 09, 2020
  21. Aug 25, 2020
  22. Aug 18, 2020
  23. Aug 04, 2020
  24. Jul 29, 2020
  25. Jun 16, 2020
  26. Jun 12, 2020
    • Simon McVittie's avatar
      tests: Add an integration test for running in a container · 1a9769dd
      Simon McVittie authored
      
      This requires resources external to pressure-vessel, and makes some
      assumptions about the container - but that's OK, because the first
      significant user of pressure-vessel is Steam Runtime 1 'scout', which
      is not exactly a moving target. We also do some of these checks in
      various OSs' virtual machines when we build Steam Runtime releases, but
      having this in-tree with the pressure-vessel source should shorten the
      testing cycle.
      
      See the doc-comment in tests/containers.py for usage.
      
      At the moment all tests require a working version of bubblewrap, but
      current/future work in the direction of pre-preparing a modified
      runtime on disk should mean that we can do a subset of these tests
      even if we cannot run bubblewrap. In particular, if we can do that
      inside a Docker container, that will make it a lot easier for CI to
      validate our assumptions on non-Debian-derived host operating systems.
      
      Attentive reviewers will notice that there's infrastructure here to
      be able to skip generating locales, but it isn't yet used. It will
      be used when we have more variations on the theme of "enter a scout
      container and run inside-scout.py", to avoid the time cost of
      generating locales every time - but at the moment we only have two
      runs, so the time taken to generate locales is not problematic.
      
      This test is a bit slow, and it's going to get slower as we add more
      thorough testing, so increase its timeout away from the Meson default.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      1a9769dd
    • Simon McVittie's avatar
      tests/invocation: Test running p-v-wrap without entering a container · efd65ce3
      Simon McVittie authored
      
      In particular this detects the mishandling of an invalid --env-if-host
      option.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      efd65ce3
    • Simon McVittie's avatar
      tests: Add a helper to check for fd leaks · 7d93d724
      Simon McVittie authored
      
      As we move towards using dirfds for path resolution inside runtimes,
      the risk of leaking a significant number of fds increases, so we should
      make sure our tests check for that.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      7d93d724
  27. Jun 10, 2020
  28. May 21, 2020
Loading