-
Notifications
You must be signed in to change notification settings - Fork 140
samples.snippets.create_document_test: test_create_document failed #256
Comments
commit: a2b7db9 Test outputcapsys = <_pytest.capture.CaptureFixture object at 0x7fa34003bb38> |
The error is: I suspect it happens when flaky retries the test. |
I was wrong. The test is constantly failing. @busunkim96 Do you know anything about this? from google.cloud import dialogflow_v2beta1 as dialogflow
document = dialogflow.Document(
display_name=display_name, mime_type=mime_type, content_uri=content_uri
)
document.knowledge_types.append(
getattr(dialogflow.Document.KnowledgeType, knowledge_type)
) |
It started to fail Feb 27 |
@tmatsuo Yes, it's a bug in proto-plus: googleapis/proto-plus-python#201. It was fixed and technically released in 1.14.3 https://github.com/googleapis/proto-plus-python/blob/master/CHANGELOG.md#1143-2021-03-04, but the publishing CI on that repo is broken. I pinged @software-dov earlier today about pushing the release to PyPI. |
@busunkim96 Thanks! Then there's no action item on this repo. Downgrading. |
commit: 311615f Test outputcapsys = <_pytest.capture.CaptureFixture object at 0x7fb980740128> |
Test passed for commit 4717cb2 (Build Status, Sponge)! Closing this issue. |
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quiet
label andI will stop commenting.
commit: 230bb4e
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: