Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADAP-850: Support test results as a view #8653

Merged
merged 40 commits into from
Oct 10, 2023

Commits on Sep 15, 2023

  1. add strategy parameter to TestConfig, default to ephemeral, catch str…

    …ategy parameter in test materialization
    mikealfare committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    718b892 View commit details
    Browse the repository at this point in the history
  2. changie

    mikealfare committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d4dfec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    e999ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e0797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e366bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a3bd81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b4be33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a149d66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0313904 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccf199c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f76fc74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a0656f View commit details
    Browse the repository at this point in the history
  11. break up tests into reusable tests and adapter specific configuration…

    …, update test to check for relation type and confirm views update
    mikealfare committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    40b646b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    661c5f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa0858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b797e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    069a9b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61d514b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    beb0ed4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. rename strategy parameter to store_failures_as; allow `store_fail…

    …ures` to drive whether failures are stored, defaulted as a table; allow override to view
    mikealfare committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5aa2031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9971be7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ddc7d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b81e22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0833774 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb1f3b4 View commit details
    Browse the repository at this point in the history
  7. update default for store_test_failures_as; rename postgres test to re…

    …flect store failures name
    mikealfare committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cf86565 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f1aa91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96d18a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c214595 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    0baf090 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    1b1d9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c93e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a47e59e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86b2793 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dbeatty/config-test-materializations-2' into feature/ma…

    …terialized-tests/adap-850
    mikealfare committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    90792e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c09b81d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    729d939 View commit details
    Browse the repository at this point in the history
  2. pull generic run and assertion into base test class to turn tests int…

    …o quasi-parameterized tests
    mikealfare committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9d3fb06 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. add ephemeral option for store_failures_as, as a way to easily turn o…

    …ff store_failures at the model level
    mikealfare committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e70dca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b8f9bb View commit details
    Browse the repository at this point in the history