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

Fix gbq integration tests so that unique datasets/table names are used #15009

Merged

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Dec 29, 2016

This PR will resolve an issue where a gbq integration test was failing. The same dataset/table name was used twice in test_gbq.py which could result in a schema conflict if the previous table schema is cached and the new schema has not successfully propagated through Google's backend.

See 45910ae

All gbq units tests passed on Travis on my fork : https://travis-ci.org/parthea/pandas/builds/187463043

@codecov-io
Copy link

Current coverage is 84.78% (diff: 100%)

Merging #15009 into master will not change coverage

@@             master     #15009   diff @@
==========================================
  Files           145        145          
  Lines         51090      51090          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43315      43315          
  Misses         7775       7775          
  Partials          0          0          

Powered by Codecov. Last update e27b296...46cb245

@jreback jreback added IO Google Testing pandas testing functions or related to the test suite labels Dec 30, 2016
@jreback jreback added this to the 0.20.0 milestone Dec 30, 2016
@jreback jreback merged commit 623f91b into pandas-dev:master Dec 30, 2016
@jreback
Copy link
Contributor

jreback commented Dec 30, 2016

thanks @parthea !

@parthea parthea deleted the fix-failing-gbq-integration-tests branch December 30, 2016 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants