Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Feb 09, 2022
  2. Feb 08, 2022
  3. Feb 07, 2022
  4. Feb 06, 2022
  5. Feb 05, 2022
  6. Feb 04, 2022
    • dpsutton's avatar
      Prevent flaky tests based on contents of TaskHistory (#20240) · b307a288
      dpsutton authored
      * Prevent flaky tests based on contents of TaskHistory
      
      Just check for subsets since we sometimes encounter fingerprint-fields
      and analyze information
      
      Output from CI:
      ```
      task_history_cleanup_test.clj:35
      Basic run of the cleanup task when it needs to remove rows. Should also add a TaskHistory row once complete
      expected: #{"task-history-cleanup"
                  "metabase.task.task-history-cleanup-test/task-3"
                  "metabase.task.task-history-cleanup-test/task-2"}
        actual: #{"classify-fields"
                  "analyze"
                  "fingerprint-fields"
                  "task-history-cleanup"
                  "metabase.task.task-history-cleanup-test/task-3"
                  "metabase.task.task-history-cleanup-test/task-2"}
          diff: + #{"classify-fields" "analyze" "fingerprint-fields"}
      ```
      
      * fix ns
      Unverified
      b307a288
    • chπ's avatar
Loading