-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
CI: Travis failure in master because of GBQ table #30470
Comments
#30447 could have broken this @datapythonista if you want to xfail this for now would be great. |
Yep looks like the table added isn't removed in the teardown_class In I can potentially take a look |
ideally should fixtureze these tables to avoid this |
hmm this is still running this test (maybe there were 2) https://travis-ci.org/pandas-dev/pandas/jobs/629507853 |
ahh, sorry about CI failure! I just take a look, and the test failed when From I did not double check the documentation from changing the result to @datapythonista @jreback @alimcmaster1 could be good to change the documentation as well in #30478 to make the documentation clearer for |
Can you open a PR with this @charlesdong1991 ? Thanks! |
yeah, of course, but i saw a PR related to it was already opened by @alimcmaster1 Or do you mean that you want a PR for doc change? @datapythonista |
Sorry, didn't see the PR. But yes, creating one for the doc changes you propose sounds good. |
sure! |
Our docs are a copy of the gbq ones, i've updated the pandas side here. Would be good to do the same in pandas_gbq. Thinking we should maybe restore a little documentation around this. Since these tests do not run on PRs. (Only master) |
Looks like there is a problem with GBQ. A test is finding that a table already exists. It's making Travis fail
master
. Didn't check in detail, the log is here: https://travis-ci.org/pandas-dev/pandas/jobs/629453901#L2297@tswast mind having a look?
CC: @jreback
The text was updated successfully, but these errors were encountered: