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

Remove redundant cloud tests #374

Open
dazuma opened this issue Mar 24, 2020 · 0 comments
Open

Remove redundant cloud tests #374

dazuma opened this issue Mar 24, 2020 · 0 comments
Labels
type: cleanup An internal cleanup or hygiene concern.

Comments

@dazuma
Copy link
Member

dazuma commented Mar 24, 2020

We're currently generating a bunch of "real" clients to test against, that are probably redundant at this point (and are taking a lot of time during test runs and CI). We should remove most generated clients from the test cases, and generally keep only showcase and garbage.

In particular, we should remove from the cloud generator:

  • language_v1beta1
  • language_v1beta2
  • servicemanager_v1beta1
  • servicemanager_wrapper
  • speech_v1
  • vision_v1

And we should also remove from the default generator:

  • language
  • speech
  • vision

I think we should retain language_v1 for cloud for now, so we keep the samples testing.
We should also generate wrappers for showcase, and maybe also garbage, for cloud.

@dazuma dazuma added the type: cleanup An internal cleanup or hygiene concern. label Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

1 participant