-
Notifications
You must be signed in to change notification settings - Fork 427
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
Lobs tests #168
Lobs tests #168
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #168 +/- ##
===========================================
+ Coverage 29.7% 31.15% +1.45%
- Complexity 1248 1322 +74
===========================================
Files 97 97
Lines 23305 23305
Branches 3871 3871
===========================================
+ Hits 6923 7261 +338
+ Misses 15028 14566 -462
- Partials 1354 1478 +124
Continue to review full report at Codecov.
|
generatePrecision(); | ||
} | ||
|
||
/** | ||
* create random data for binary and varbinary column | ||
*/ | ||
public Object createdata() { | ||
int dataLength = ThreadLocalRandom.current().nextInt(precision); | ||
int dataLength = ThreadLocalRandom.current().nextInt(5);// precision |
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.
Please add precision instead of 5
* @return | ||
* @throws Exception | ||
*/ | ||
public boolean canconvert(Class target, |
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.
Method name should be CamelCase
Linking more test cases for Issue #16 |
test framework update for lobs tests