-
Notifications
You must be signed in to change notification settings - Fork 18
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
Infrastructure improvements #129
Comments
This was referenced Apr 5, 2017
Closed
Closed
krlmlr
added a commit
that referenced
this issue
Apr 21, 2017
krlmlr
added a commit
that referenced
this issue
Apr 21, 2017
- Internal consistency checks (#114). - Added tests for invalid or closed connection argument to all methods that expect a connection as first argument (#117). - Skip patterns that don't match any of the tests now raise a warning (#84). - New `test_some()` to test individual tests (#136). - Use desc instead of devtools (#40). - All unexpected warnings are now reported as test failures (#113). - The return value for all calls to `dbGetQuery()`, `dbFetch()`, and `dbReadTable()` is now checked for consistency (all columns have the same length, length matches number of rows) (#126). - Removed stress tests that start a new session.
Closed in 13dc482. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Call gc() after each test Call gc() after each test #112The text was updated successfully, but these errors were encountered: