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

More DB unit tests #234

Merged
merged 2 commits into from
Nov 5, 2018
Merged

More DB unit tests #234

merged 2 commits into from
Nov 5, 2018

Commits on Nov 1, 2018

  1. Fix EarlyStopParam and SuggestionParam DB methods

    GetEarlyStopParamList and GetSuggestionParamList mixed up the column
    order and they returned nothing. Also, SetEarlyStopParam didn't
    return an ID properly.
    
    Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
    toshiiw committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    a790452 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Add more DB UTs

    Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
    toshiiw committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    23be0a6 View commit details
    Browse the repository at this point in the history