Anthonios Partheniou

Results 207 issues of Anthonios Partheniou

Generating `google/cloud/dialogflow/cx` is significantly longer than other APIs. This bug tracks the investigation into the performance issue. (WIP) Minimal protoc command Duration: ~ 6 min (note, this took 20 minutes...

See https://github.com/googleapis/google-cloud-python/pull/14741 which fixes a docs formatting issue via post-processing which is caused by `pandoc`. We should remove the dependency on `pandoc` to avoid running into these issues. We would...

Fixes https://github.com/googleapis/gapic-generator-python/issues/2450

size: m

See the code below which should be removed once support for Protobuf 3.x is dropped. https://github.com/googleapis/gapic-generator-python/blob/9310dd923082f93e6da0d751b9a5d4a2f306114b/gapic/templates/noxfile.py.j2#L226-L227 https://github.com/googleapis/gapic-generator-python/blob/9310dd923082f93e6da0d751b9a5d4a2f306114b/gapic/templates/noxfile.py.j2#L234-L238

type: cleanup
priority: p2
lang: python

See build log below where tests fail with [pytest-asyncio==1.0.0](https://pypi.org/project/pytest-asyncio/) released on May 26. ``` py3133partheniou@partheniou-vm-3:~/git/gapic-generator-python$ nox -s showcase-3.13 nox > Running session showcase-3.13 nox > Creating virtual environment (virtualenv) using...

type: process
priority: p2

The error `Not a regular file` appears when attempting to update to the latest version of `rules_python` [1.4.1](https://github.com/bazel-contrib/rules_python/releases/tag/1.4.1) using the rule here https://github.com/googleapis/gapic-generator-python/blob/1c6e9a4f460be0dd1eafc55b2eff964651a4e2ac/WORKSPACE#L25-L34 See the stack trace below: ``` py3133partheniou@partheniou-vm-3:~/git/gapic-generator-python$...

type: bug
priority: p2

Fragment tests fail when installing `protobuf==3.20.2`. This surfaced when trying to add `grpcio` to constraints files. It appears that we were not installing `protobuf==3.20.2` when running fragment tests. This bug...

I'm hitting a strange issue where there is a coverage gap in python 3.14 in unit tests, but in all other python runtimes there is no gap. See https://github.com/googleapis/gapic-generator-python/actions/runs/18045136023/job/51353943485?pr=2344 ```...

type: process
priority: p2

`google.protobuf.__version__` is used in this code base. https://github.com/search?q=repo%3Agoogleapis%2Fgapic-generator-python%20google.protobuf.__version__&type=code It's possible that this is the cause of https://github.com/googleapis/google-cloud-python/issues/13974. We should switch to `importlib.metadata.version('protobuf')` instead ``` >>> importlib.metadata.version('protobuf') '6.30.2' ```

See the failure which appears in https://github.com/googleapis/gapic-generator-python/pull/2408 in [this build log](https://github.com/googleapis/gapic-generator-python/actions/runs/15730883365/job/44331506030?pr=2408). In directory `tests/integration/goldens/asset`, run `nox -s mypy-3.13` ``` nox > Running session mypy-3.13 nox > Creating virtual environment (virtualenv)...

type: bug
priority: p2