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

[fuzz] Added random load balancer fuzz #13400

Merged
merged 35 commits into from
Oct 20, 2020
Merged

Commits on Oct 1, 2020

  1. Save progress

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    b4bb682 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Save progress

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    8df52a8 View commit details
    Browse the repository at this point in the history
  2. Save progress, can almost build

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    7ee7b14 View commit details
    Browse the repository at this point in the history
  3. Almost builds

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    9e8d678 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b977914 View commit details
    Browse the repository at this point in the history
  5. Builds correctly

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    1cfaa5d View commit details
    Browse the repository at this point in the history
  6. Got rid of unused imports

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    73c24ed View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Save progress

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    54d5b67 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Ready for PR, working with Asan-fuzzer

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d5f072f View commit details
    Browse the repository at this point in the history
  2. Got rid of logs

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    8c00f14 View commit details
    Browse the repository at this point in the history
  3. Spelling

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    810eb49 View commit details
    Browse the repository at this point in the history
  4. First round of comments, saving progress

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    413214c View commit details
    Browse the repository at this point in the history
  5. Responded to comments and redesigned based on design discussion

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    b5619fe View commit details
    Browse the repository at this point in the history
  6. Clean up

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c4a53c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Responded to Asra's comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    6bcb394 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Save progress, responded to Alex's comments and some Harvey comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    ea0264a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Responded to Harvey's comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    e43bb2c View commit details
    Browse the repository at this point in the history
  2. Style

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    6e3c420 View commit details
    Browse the repository at this point in the history
  3. Responded to Harvey's comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    a7d7e88 View commit details
    Browse the repository at this point in the history
  4. Spelling CI

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    5c6bdaf View commit details
    Browse the repository at this point in the history
  5. Changed update to use generated bytes, added util class

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    92666c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Responded to Asra's comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6ee35db View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Added logic for localities

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a81eabe View commit details
    Browse the repository at this point in the history
  2. Fixed slow iterations

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    31a5668 View commit details
    Browse the repository at this point in the history
  3. Partially responded to comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    91e5738 View commit details
    Browse the repository at this point in the history
  4. Clang Tidy

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    794918b View commit details
    Browse the repository at this point in the history
  5. Adi's refactor comment

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c1c8e29 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Clang tidy and Harvey nit

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    741b3a0 View commit details
    Browse the repository at this point in the history
  2. Responded to Asra's comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    52cbbd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Partially responded to comments, still have 0(N^2) and flags

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    4bec47d View commit details
    Browse the repository at this point in the history
  2. Removed O(N^2) and added health flags

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    11a7f74 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Responded to Asra's comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4675237 View commit details
    Browse the repository at this point in the history
  2. Spelling

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d07db49 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Responded to Harvey's comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    ff8e22f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Responded to comments

    Signed-off-by: Zach <zasweq@google.com>
    zasweq committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    d71c5d1 View commit details
    Browse the repository at this point in the history