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

speech/cloud-client periodic tests failing #2820

Closed
lesv opened this issue Apr 30, 2020 · 1 comment · Fixed by #2825
Closed

speech/cloud-client periodic tests failing #2820

lesv opened this issue Apr 30, 2020 · 1 comment · Fixed by #2825
Assignees
Labels
api: speech Issues related to the Speech-to-Text API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@lesv
Copy link
Contributor

lesv commented Apr 30, 2020

https://fusion.corp.google.com/runanalysis/info/prod%3Acloud-devrel%2Fjava%2Fjava-docs-samples%2Fjava8%2Fcontinuous/prod%3Acloud-devrel%2Fjava%2Fjava-docs-samples%2Fjava8%2Fcontinuous/KOKORO/643ebaae-6be9-42be-b178-e84f131093e8/0/prod%3Acloud-devrel%2Fjava%2Fjava-docs-samples%2Fjava8%2Fcontinuous/Targets

------------------------------------------------------------
- testing speech/cloud-client
------------------------------------------------------------
[ERROR] Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 94.033 s <<< FAILURE! - in com.example.speech.RecognizeIT
[ERROR] com.example.speech.RecognizeIT.testAutoPunctuation  Time elapsed: 0.459 s  <<< FAILURE!
com.google.common.truth.AssertionErrorWithFacts: 
expected to contain:
    How old is the Brooklyn Bridge?
but was:
    Transcript : how old is the Brooklyn Bridge
    
	at com.example.speech.RecognizeIT.testAutoPunctuation(RecognizeIT.java:117)

[ERROR] Failures: 
[ERROR]   RecognizeIT.testAutoPunctuation:117 expected to contain:
    How old is the Brooklyn Bridge?
but was:
    Transcript : how old is the Brooklyn Bridge
    
[ERROR] Tests run: 18, Failures: 1, Errors: 0, Skipped: 0

@nnegrey I assigned to you because you were last there, feel free to reassign. (though it appears to be a minor tweak to the IT.

@lesv lesv added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. api: speech Issues related to the Speech-to-Text API. labels Apr 30, 2020
@nnegrey
Copy link
Contributor

nnegrey commented Apr 30, 2020

I'll make the test more generic, the auto-punctuation feature seems to be flaky as this has happened before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: speech Issues related to the Speech-to-Text API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants