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

[Serve] Deflake test_metrics #47750

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. right size tests

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a0d6bd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. trigger another build

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    20bb4b5 View commit details
    Browse the repository at this point in the history
  2. factor out test_metrics on it's own and use large sized test

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e688c20 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ecbc2f6 View commit details
    Browse the repository at this point in the history
  4. fix tag

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    320d1ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1870bdc View commit details
    Browse the repository at this point in the history
  6. fix kwargs

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    70fbb9d View commit details
    Browse the repository at this point in the history
  7. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9165510 View commit details
    Browse the repository at this point in the history
  8. test again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d15d0d0 View commit details
    Browse the repository at this point in the history
  9. test again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2ffefce View commit details
    Browse the repository at this point in the history
  10. test again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8e22021 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. revert change and add logics to clean up metrics between tests

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    efceb03 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    eb15873 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. check health for prometheus before cleanup

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9502dd4 View commit details
    Browse the repository at this point in the history
  2. refactor clean up metrics as a fixture

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    71d1336 View commit details
    Browse the repository at this point in the history
  3. test again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dab214c View commit details
    Browse the repository at this point in the history
  4. test again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    22f9145 View commit details
    Browse the repository at this point in the history
  5. test again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    46ce3a0 View commit details
    Browse the repository at this point in the history
  6. test again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3e63207 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. clean up serve and ray before and after the tests

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0a5cbf0 View commit details
    Browse the repository at this point in the history
  2. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    04ee77c View commit details
    Browse the repository at this point in the history
  3. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    869594b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    0838d2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25cc12a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    ff1a839 View commit details
    Browse the repository at this point in the history
  2. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1482c03 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e9a88c6 View commit details
    Browse the repository at this point in the history
  2. only decrement num_scheduling_tasks_in_backoff if it's greater than 0

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    747d479 View commit details
    Browse the repository at this point in the history
  3. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    79fce0e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d924b7e View commit details
    Browse the repository at this point in the history
  2. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    650452c View commit details
    Browse the repository at this point in the history
  3. wait for proxies to be healthy before starting any tests

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e0aa69c View commit details
    Browse the repository at this point in the history
  4. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    64d88a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    853662d View commit details
    Browse the repository at this point in the history
  2. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    709a0a9 View commit details
    Browse the repository at this point in the history
  3. try again

    Signed-off-by: Gene Su <e870252314@gmail.com>
    GeneDer committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    00a45bf View commit details
    Browse the repository at this point in the history