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

Fix dapr init scheduler #1428

Merged
merged 15 commits into from
Jul 18, 2024
Merged

Commits on Jul 17, 2024

  1. Add E2E to validate scheduler after init.

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    51d42f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Adds dapr_scheduler verify container

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a1c5a67 View commit details
    Browse the repository at this point in the history
  2. Assert eventually TCP connect

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a2ce25e View commit details
    Browse the repository at this point in the history
  3. Fix eventually t check

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4f70fce View commit details
    Browse the repository at this point in the history
  4. Write etcd-data-dir to custom path with volume

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f12ba1f View commit details
    Browse the repository at this point in the history
  5. Adds Helpers to test funcs

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    16cd804 View commit details
    Browse the repository at this point in the history
  6. Adds container name to TCP check

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    27fc7e4 View commit details
    Browse the repository at this point in the history
  7. Use rc.3 for scheduler

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3bbaa68 View commit details
    Browse the repository at this point in the history
  8. Print container logs on failed TCP conn

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5679fb4 View commit details
    Browse the repository at this point in the history
  9. Fix params

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    34b8354 View commit details
    Browse the repository at this point in the history
  10. Use b

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    348f83a View commit details
    Browse the repository at this point in the history
  11. Addfs dev flag to rc init

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7d8f870 View commit details
    Browse the repository at this point in the history
  12. Fix version check

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7aa429f View commit details
    Browse the repository at this point in the history
  13. Skip TCP check on slim mode

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cbac4fe View commit details
    Browse the repository at this point in the history
  14. Remove debug test code

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9bbdfb6 View commit details
    Browse the repository at this point in the history