Commit 4489687
authored
fix: Update max_instances default to reflect actual value (#2302)
The default maximum instances for cloud functions is 100, not 0. Updated
the `expected_max_instances` in the `parametrize` decorator to 100 for
the 'no-set' and 'set-None' test cases to accurately reflect the runtime
behavior.
Thank you for opening a Pull Request! Before submitting your PR, there
are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a
[bug/issue](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes b/465212379 🦕1 parent aae1b04 commit 4489687
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1651 | 1651 | | |
1652 | 1652 | | |
1653 | 1653 | | |
1654 | | - | |
1655 | | - | |
| 1654 | + | |
1656 | 1655 | | |
1657 | 1656 | | |
1658 | 1657 | | |
1659 | | - | |
1660 | | - | |
| 1658 | + | |
| 1659 | + | |
1661 | 1660 | | |
1662 | 1661 | | |
1663 | 1662 | | |
| |||
0 commit comments