You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/22 21:33:00 UTC

[jira] [Work logged] (BEAM-14152) SpannerChangeStreamErrorTest.testUnavailableExceptionRetries flaky

     [ https://issues.apache.org/jira/browse/BEAM-14152?focusedWorklogId=746170&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-746170 ]

ASF GitHub Bot logged work on BEAM-14152:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Mar/22 21:32
            Start Date: 22/Mar/22 21:32
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on pull request #17158:
URL: https://github.com/apache/beam/pull/17158#issuecomment-1075664527


   R: @zoercai @pabloem 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 746170)
    Time Spent: 20m  (was: 10m)

> SpannerChangeStreamErrorTest.testUnavailableExceptionRetries flaky
> ------------------------------------------------------------------
>
>                 Key: BEAM-14152
>                 URL: https://issues.apache.org/jira/browse/BEAM-14152
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-gcp, test-failures
>            Reporter: Luke Cwik
>            Assignee: Pablo Estrada
>            Priority: P2
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Example failures: 
> * https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/21726/testReport/junit/org.apache.beam.sdk.io.gcp.spanner.changestreams/SpannerChangeStreamErrorTest/testUnavailableExceptionRetries/
> * https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/21723/testReport/junit/org.apache.beam.sdk.io.gcp.spanner.changestreams/SpannerChangeStreamErrorTest/testUnavailableExceptionRetries/
> {noformat}
> java.lang.AssertionError: 
> Expected: a value greater than <1>
>      but: <0> was less than <1>
> 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
> 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
> 	at org.apache.beam.sdk.io.gcp.spanner.changestreams.SpannerChangeStreamErrorTest.testUnavailableExceptionRetries(SpannerChangeStreamErrorTest.java:166)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> 	at org.apache.beam.sdk.testing.TestPipeline$1.evaluate(TestPipeline.java:323)
> 	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
> 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)