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

Integration tests #2

Closed
walro opened this issue Nov 10, 2015 · 1 comment · Fixed by #3
Closed

Integration tests #2

walro opened this issue Nov 10, 2015 · 1 comment · Fixed by #3

Comments

@walro
Copy link
Contributor

walro commented Nov 10, 2015

We need to test at least the following:

  • Insert some rows
  • Update some rows
  • Delete some rows
  • Ensure that database/table information is correct
  • Ensure that we can handle file rotations
  • Set and get public properties
@roback
Copy link
Member

roback commented Nov 10, 2015

The mysql2 gem cannot be used for this as it uses a C extension. I'll try with https://rubygems.org/gems/jdbc-mysql and see if that works. (for creating/dropping tables and inserting/deleting/updating rows)

@roback roback mentioned this issue Nov 11, 2015
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants