This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Tags: googledatalab/datalab
Tags
Revised the warning message when users create non-default firewall ru… …les. (#2183) Co-authored-by: Yixin Shi <[email protected]>
Increase our automated build timeout to 3 hours (#2061) Our automated Cloud Builds run multiple long-running integration tests in both Python 2 and Python 3 environments. As such, they've started taking longer than the previous timeout of 2 hours.
Retry integration tests on any exception. (#2019) The previous version of this logic retried a test if any of its `self.assert...` calls failed. However, that does not handle the case where a nested call to `datalab` fails. In those cases a `CalledProcessError` would be raised. To retry on those scenarios as well, we extend the retry logic to retry on any instance of the `Exception` class.
Pick a random zone for CLI tests. (#2004) This changes the CLI end-to-end test so that it defaults to picking a random zone in the region 'us-west' instead of being hard-coded to 'us-west1-a'. The test will still honor the 'zone' config setting in gcloud if it is set; this only changes the behavior when that is not set.
PreviousNext