1. 02 Oct, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Re-arrange test module hierarchy · ef0f149f
      Alfredo Di Napoli authored
      Tests were written with a very flat module hierarchy which made them
      a bit confusing to navigate. This commit moves everything under a common
      `Test.*` hierarchy.
      ef0f149f
  2. 31 Aug, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Split tasty and hspec runners · 03513e86
      Alfredo Di Napoli authored
      Alas I (Alfredo) had to split the runners for tasty and hspec because in
      tasty we cannot control explicitly the level of parallelism, but for the
      DB stuff we need sequential tests, whereas for the Jobs tests we need
      parallelism, or rather the executable to be compiled with `-threaded`.
      03513e86
  3. 17 Jul, 2023 3 commits
  4. 10 Jul, 2023 2 commits
  5. 12 Jun, 2023 2 commits
  6. 24 Apr, 2023 2 commits
  7. 19 Apr, 2023 1 commit
  8. 17 Apr, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Rewrite testPrios test · 3435b69d
      Alfredo Di Napoli authored
      This commit partially rewrites the `testPrios` queue test, in such a way
      that it's now easier to inspect the final schedule and the occurrence of events.
      Albeit not perfect, it should be less sensitive to random failures,
      like the ones we have been observing on CI.
      3435b69d
  9. 06 Apr, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Cleaner Jobs API · 97e04297
      Alfredo Di Napoli authored
      This big commit improves the jobs API in a way that now we can
      completely abstract away over a JobLog.
      97e04297
  10. 27 Mar, 2023 4 commits
  11. 09 Nov, 2022 1 commit
  12. 19 Oct, 2022 1 commit
  13. 18 Oct, 2022 2 commits
  14. 17 Oct, 2022 1 commit