Skip to content

Conversation

@tswast
Copy link
Contributor

@tswast tswast commented Oct 16, 2019

This pull request was generated using releasetool.

@tswast tswast requested a review from a team October 16, 2019 18:17
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 16, 2019
@tswast tswast requested review from shollyman and tseaver October 16, 2019 18:18
@tswast
Copy link
Contributor Author

tswast commented Oct 16, 2019

Test failure:

===========================
__________________ TestBigQuery.test_list_datasets_w_project ___________________

self = <tests.system.TestBigQuery testMethod=test_list_datasets_w_project>

    def test_list_datasets_w_project(self):
        # Retrieve datasets from a different project.
        iterator = Config.CLIENT.list_datasets(project="bigquery-public-data")
        all_datasets = frozenset([dataset.dataset_id for dataset in iterator])
>       self.assertIn("usa_names", all_datasets)
E       AssertionError: 'usa_names' not found in frozenset([u'crypto_dogecoin', u'ml_datasets', u'london_bicycles', u'london_crime', u'un_sdg', u'epa_historical_air_quality', u'bls', u'human_genome_variants', u'san_francisco', u'noaa_gsod', u'github_repos', u'census_bureau_acs', u'samples', u'austin_bikeshare', u'cloud_storage_geo_index', u'nppes', u'human_variant_annotation', u'noaa_significant_earthquakes', u'geo_us_roads', u'stackoverflow', u'faa', u'nasa_wildfire', u'geo_international_ports', u'hacker_news', u'new_york_citibike', u'cms_codes', u'san_francisco_trees', u'crypto_ethereum_classic', u'crypto_ethereum', u'london_fire_brigade', u'noaa_lightning', u'eclipse_megamovie', u'noaa_goes16', u'noaa_goes17', u'open_images', u'austin_crime', u'noaa_historic_severe_storms', u'chicago_crime', u'new_york_taxi_trips', u'noaa_passive_acoustic_index', u'san_francisco_311', u'crypto_dash', u'persistent_udfs', u'austin_311', u'san_francisco_bikeshare', u'baseball', u'bitcoin_blockchain', u'san_francisco_sfpd_incidents', u'noaa_icoads', u'new_york', u'nlm_rxnorm', u'ghcn_m', u'medicare', u'chicago_taxi_trips', u'ghcn_d', u'ncaa_basketball', u'ethereum_blockchain', u'umiami_lincs', u'irs_990', u'austin_incidents', u'fec', u'census_bureau_usa', u'austin_waste', u'nhtsa_traffic_fatalities', u'fda_food', u'google_analytics_sample', u'genomics_cannabis', u'geo_census_tracts', u'iowa_liquor_sales', u'san_francisco_film_locations', u'census_utility', u'new_york_trees', u'google_political_ads', u'san_francisco_transit_muni', u'geo_us_boundaries', u'sunroof_solar', u'crypto_bitcoin', u'libraries_io', u'genomics_rice', u'census_bureau_construction', u'fda_drug', u'crypto_litecoin', u'new_york_subway', u'san_francisco_sffd_service_calls', u'sec_quarterly_financials', u'crypto_bitcoin_cash', u'labeled_patents', u'geolite2', u'crypto_zcash', u'geo_us_census_places', u'noaa_hurricanes', u'noaa_tsunami', u'openaq', u'census_bureau_international', u'the_met', u'new_york_311', u'noaa_preliminary_severe_storms', u'new_york_mv_collisions', u'cms_medicare', u'moon_phases'])

Seems we need the check in on the public datasets.

@tswast tswast added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 16, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 16, 2019
@tswast
Copy link
Contributor Author

tswast commented Oct 16, 2019

Test failure is due to https://issuetracker.google.com/142740112

@tswast tswast added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 16, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 16, 2019
@tswast tswast merged commit 32eda79 into googleapis:master Oct 17, 2019
@yoshi-automation
Copy link
Contributor

@yoshi-automation
Copy link
Contributor

The release build has started, the log can be viewed here. 🌻

@yoshi-automation
Copy link
Contributor

🥚 You hatched a release! The release build finished successfully! 💜

@tswast tswast deleted the release-bigquery-1.21.0 branch October 17, 2019 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: published cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants