-
Notifications
You must be signed in to change notification settings - Fork 171
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
Create boundary value generators for SQL data types #247
Comments
We could add boundary value support for arbitrary macros. If a macro is "boundary value aware", it should take a parameter allowing a DG user to specify whether they want positive or negative boundary values at a given point in the model. The macro would then expand into multiple values (rather than a single value, as with our existing macros). The user would then be able to construct models which take into account positive or negative boundary values at any point. It would be up to the user to construct paths which make logical sense (e.g., which only have one "negative" boundary value per path, if that is a coverage goal). |
looking into this. Not #249 |
start with hive numeric data types and come up with a prototype. example: |
VS.
Some considerations here:
|
Fulfilled by @leeny324 pull request. |
Target postgres, oracle & HIVE initially
The text was updated successfully, but these errors were encountered: