I saw an error in #3495
Log:
google.api_core.exceptions.ResourceExhausted: 429 The number of glossaries for the project exceeds the allowed maximum. max_glossaries = 1000
I manually deleted all the glossaries in the test project, but tests are very likely leaking glossaries.
This bug is to stop the leak.
I saw an error in #3495
Log:
google.api_core.exceptions.ResourceExhausted: 429 The number of glossaries for the project exceeds the allowed maximum. max_glossaries = 1000
I manually deleted all the glossaries in the test project, but tests are very likely leaking glossaries.
This bug is to stop the leak.