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

Action inputs to dispatch n-runs of a single functional test #6297

Open
wants to merge 76 commits into
base: main
Choose a base branch
from

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    f5301c6 View commit details
    Browse the repository at this point in the history
  2. change name of step

    carlydf committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    377d713 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    c05a1a1 View commit details
    Browse the repository at this point in the history
  2. fix false check syntax

    carlydf committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6fb13fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82acc5c View commit details
    Browse the repository at this point in the history
  4. fix needs

    carlydf committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    56b97cf View commit details
    Browse the repository at this point in the history
  5. hardcode single test mode

    carlydf committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    320ed3d View commit details
    Browse the repository at this point in the history
  6. run functional-test always()

    carlydf committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    94a6f2c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. print what the makefile runs

    carlydf committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    774403d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5160b View commit details
    Browse the repository at this point in the history
  3. add db options

    carlydf committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f055929 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    451f80c View commit details
    Browse the repository at this point in the history
  2. delete comment below runs-on

    carlydf committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    ceeaca4 View commit details
    Browse the repository at this point in the history
  3. fix db issue?

    carlydf committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    6ddda0b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    fc7ead3 View commit details
    Browse the repository at this point in the history
  2. define setup job outputs

    carlydf committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ce29c65 View commit details
    Browse the repository at this point in the history
  3. configurable timeout

    carlydf committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8fbe6df View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. test string timeout

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bc76889 View commit details
    Browse the repository at this point in the history
  2. fix timeout pipe

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    69a0a37 View commit details
    Browse the repository at this point in the history
  3. try dynamic shard matrix

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ee8e476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be78354 View commit details
    Browse the repository at this point in the history
  5. add db matrix

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0a9d473 View commit details
    Browse the repository at this point in the history
  6. fix misuse of single quotes

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f6b52ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5647d44 View commit details
    Browse the repository at this point in the history
  8. quote the db names

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dd629bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a78b44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a129047 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7292977 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'cdf/rerun-functional-test' of github.com:temporalio/tem…

    …poral into cdf/rerun-functional-test
    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4980a86 View commit details
    Browse the repository at this point in the history
  13. fix lint and clean code

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    189b6a9 View commit details
    Browse the repository at this point in the history
  14. remove db configuration

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    241cf33 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c1f858 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f4f8752 View commit details
    Browse the repository at this point in the history
  17. specify # of times per db

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b29a900 View commit details
    Browse the repository at this point in the history
  18. Revert "specify # of times per db"

    This reverts commit b29a900.
    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2eacb72 View commit details
    Browse the repository at this point in the history
  19. Revert "give up on configuring test db"

    This reverts commit f4f8752.
    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8d05095 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    537294b View commit details
    Browse the repository at this point in the history
  21. go back tp unquoted != true

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e9d8f11 View commit details
    Browse the repository at this point in the history
  22. run functional-test always

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c33c0a4 View commit details
    Browse the repository at this point in the history
  23. give up on one-db-at-a-time

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    56e19ef View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8278452 View commit details
    Browse the repository at this point in the history
  25. clean up extra files

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1ae8df0 View commit details
    Browse the repository at this point in the history
  26. pass timeout to makefile

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2a95b20 View commit details
    Browse the repository at this point in the history
  27. pass timeouts correctly

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3ef7261 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    945dc27 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5470ba7 View commit details
    Browse the repository at this point in the history
  30. go back to != true

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    55962e8 View commit details
    Browse the repository at this point in the history
  31. try != 'true'

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f9f1533 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    09d7fe6 View commit details
    Browse the repository at this point in the history
  33. try != true again

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    532c0a9 View commit details
    Browse the repository at this point in the history
  34. remove extra file

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    07ce206 View commit details
    Browse the repository at this point in the history
  35. improve test flag consistency

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3d226a4 View commit details
    Browse the repository at this point in the history
  36. change wording

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7824291 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3acb316 View commit details
    Browse the repository at this point in the history
  38. add buildkite message

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e525fd4 View commit details
    Browse the repository at this point in the history
  39. try configurable runner size

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c74c23d View commit details
    Browse the repository at this point in the history
  40. add configurable db via if

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fe5c796 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b4ff739 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3e826a3 View commit details
    Browse the repository at this point in the history
  43. revert test flake fix

    carlydf committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a082423 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fix cassandra db input

    carlydf committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a31d78b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. multi-select test db

    carlydf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f6f6873 View commit details
    Browse the repository at this point in the history
  2. remove postgres12_pgx test db

    carlydf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e2e0d15 View commit details
    Browse the repository at this point in the history
  3. fix bash syntax error

    carlydf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2540f46 View commit details
    Browse the repository at this point in the history
  4. try a different jq syntax

    carlydf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e9ce2a7 View commit details
    Browse the repository at this point in the history
  5. merge in main

    carlydf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ed9233b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdcaa7f View commit details
    Browse the repository at this point in the history
  7. revert --tempdir flag change

    carlydf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b7d9ccc View commit details
    Browse the repository at this point in the history
  8. put back newlines

    carlydf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fc558d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2db8d87 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5951bb3 View commit details
    Browse the repository at this point in the history
  11. add prints

    carlydf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7417f3d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. save changes

    carlydf committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    16ee81e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    edb5343 View commit details
    Browse the repository at this point in the history
  2. fix syntax

    carlydf committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    90c4962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16eb70 View commit details
    Browse the repository at this point in the history