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

BUG: fixed model serve fail with HTTP 400 on Bad Request. #5003

Merged
merged 12 commits into from Dec 3, 2021

Commits on Nov 4, 2021

  1. BUG: fixed model serve fail with HTTP 400 on Bad Request.

    Signed-off-by: Andrei Batomunkuev <abatomunkuev@myseneca.ca>
    abatomunkuev committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    468f390 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. TEST: Updated a test case to reflect an update with HTTP errors fix

    Signed-off-by: Andrei Batomunkuev <abatomunkuev@myseneca.ca>
    abatomunkuev committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6c4cedf View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Updated assert statement, changed from MALFORMED_REQUEST to BAD_REQUEST

    Signed-off-by: Andrei Batomunkuev <abatomunkuev@myseneca.ca>
    abatomunkuev committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    18e0d2c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Updated tests: changed from MALFORMED request to BAD_REQUEST

    Signed-off-by: Andrei Batomunkuev <abatomunkuev@myseneca.ca>
    abatomunkuev committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0a549e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. BUG: updated all instances from MALFORMED_REQUEST to BAD_REQUEST

    Signed-off-by: Andrei Batomunkuev <abatomunkuev@myseneca.ca>
    abatomunkuev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    97d3a71 View commit details
    Browse the repository at this point in the history
  2. Changed error code when parsing tf_serving_input

    Signed-off-by: Andrei Batomunkuev <abatomunkuev@myseneca.ca>
    abatomunkuev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6677ca4 View commit details
    Browse the repository at this point in the history
  3. Changed the error code when parsing tf_serving_input

    Signed-off-by: Andrei Batomunkuev <abatomunkuev@myseneca.ca>
    abatomunkuev committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    208ab21 View commit details
    Browse the repository at this point in the history
  4. Merge master, fix conflicts

    Signed-off-by: dbczumar <corey.zumar@databricks.com>
    dbczumar committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    af19aac View commit details
    Browse the repository at this point in the history
  5. Format

    Signed-off-by: dbczumar <corey.zumar@databricks.com>
    dbczumar committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0439bfb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Updated the value of the data argument that passes invalid json

    Signed-off-by: Andrei Batomunkuev <abatomunkuev@myseneca.ca>
    abatomunkuev committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    008e192 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. fix test failures

    Signed-off-by: harupy <hkawamura0130@gmail.com>
    harupy committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    4308be6 View commit details
    Browse the repository at this point in the history
  2. fix assert message

    Signed-off-by: harupy <hkawamura0130@gmail.com>
    harupy committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    2be91d1 View commit details
    Browse the repository at this point in the history