1. 17 Jan, 2020 1 commit
    • Jérome Perrin's avatar
      testcase: give more time for instance destruction. · 27ec7d06
      Jérome Perrin authored
      During teardown, we sometimes have errors that processes are still
      running after being stopped, something like:
          
          Fault: <Fault 91: 'STILL_RUNNING: TestTelegraf-0'>
      
      This is because we only retried `slapos node report` two times, but
      `slapos node report` tells supervisor to stop processes without
      waiting and when processes takes time to stop, this is sometimes not
      enough. Increase to retry up to 10 times by default.
      
      /reviewed-on nexedi/slapos.core!178
      27ec7d06
  2. 16 Jan, 2020 8 commits
  3. 15 Jan, 2020 4 commits
    • Łukasz Nowak's avatar
      Release 1.5.7 · 9b6b637d
      Łukasz Nowak authored
      9b6b637d
    • Jérome Perrin's avatar
      testing/testcase: check executables are not linked with system libraries · 4656f063
      Jérome Perrin authored
      Except a short whitelist of system libraries, we should have always set
      rpath so that the slapos version of the library is used.
      
      We had issues with components which where compiled with slapos version
      of openssl but linked without rpath. At runtime they were using system
      openssl.
      
      Rewrite our complex grep shell pipeline in python, with a function
      parsing ldd output so that we can check not only for not found dynamic
      libraries, but also for libraries that are found outside of slapos
      library dirs.
      
      This also fixes problems that this grep pipeline did not support paths
      with spaces in their names.
      4656f063
    • Łukasz Nowak's avatar
      proxy: Update timestamp partition on slave changes · 4990aeaf
      Łukasz Nowak authored
      Each time slave partition changes (it is added or updated) the master
      partition timestamp has to be recalculated.
      
      /reviewed-on !176
      4990aeaf
    • Jérome Perrin's avatar
      testing/testcase: cleanups · 2138e2ce
      Jérome Perrin authored
      Fix long lines, incorrect type annotations and adjust a bit to make mypy
      happy.
      2138e2ce
  4. 14 Jan, 2020 6 commits
  5. 13 Jan, 2020 1 commit
  6. 09 Jan, 2020 2 commits
  7. 08 Jan, 2020 7 commits
  8. 07 Jan, 2020 2 commits
  9. 03 Jan, 2020 2 commits
  10. 02 Jan, 2020 2 commits
  11. 30 Dec, 2019 1 commit
  12. 27 Dec, 2019 4 commits