-
Notifications
You must be signed in to change notification settings - Fork 590
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
Remove parameters from mapd Fixes #1610 #1648
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1648 +/- ##
========================================
Coverage ? 87.3%
========================================
Files ? 185
Lines ? 27154
Branches ? 2335
========================================
Hits ? 23707
Misses ? 3041
Partials ? 406
|
|
@tonyfast Can you add a test that hits this code? |
|
@cpcloud I tried to add some tests. I am receiving some errors that I don't completely understand. Do I need to add some skip expressions somewhere? |
|
@tonyfast Can you kick off the build again? |
| yield name | ||
| finally: | ||
| assert con.exists_table(name), name | ||
| con.drop_table(name) |
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.
@tonyfast not sure why but in the past I had some problems with drop function that broke the mapd server on CI
|
@tonyfast Please rebase on master, and you should have a green build assuming your tests are passing. |
|
Thanks for the fixes @cpcloud . It looks like things are passing now. |
|
@tonyfast Does this have an associated issue that should closed? |
|
Closes #1610 |
Closes #1610