-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding unit tests #76
Adding unit tests #76
Conversation
Failing because of #80 |
Also failing because of #81 |
Moved to in progress given issues. Until this PR builds successfully with tests it is not ready. An alternative is to remove the broken tests and add them in the PR that includes the fix for the issues noted above. |
@jewzaam I have disabled the unit tests for the time being so that this PR can be accepted. |
|
||
String dialect = p.getStringProperty(node, "dialect"); | ||
if (dialect == null || dialect.isEmpty()) { | ||
throw com.redhat.lightblue.util.Error.get(RDBMSConstants.ERR_FIELD_REQUIRED, "No field informed"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error is very generic, please indicate what is not set. Could say "Missing field 'dialect'" or something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added #83 for this, not going to hold up the PR for this.
No description provided.