Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 12, 2017
    • Ryan Senior's avatar
      Fix async-test transient failures · ef50df59
      Ryan Senior authored
      Depending on the order in which the threads were running, we were
      looking for the job in the running-jobs atom BEFORE we put the data in
      the atom. If that happens, we might not ever update the job with the
      correct status, it's also possible that we'll never remove the job
      from the running-jobs atom, just depending on unlucky we are with the
      ordering of the threads.
      
      This commit introduces coordination between the code adding the new
      data to the running-jobs atom and the work done by the job.
      ef50df59
  2. Dec 11, 2017
  3. Dec 07, 2017
  4. Dec 06, 2017
  5. Dec 05, 2017
Loading