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

[Failing Test]: bigquery.StorageApiSinkCreateIfNeededIT.testCreateManyTables[1] #27314

Closed
2 of 15 tasks
Abacn opened this issue Jun 30, 2023 · 6 comments
Closed
2 of 15 tasks

Comments

@Abacn
Copy link
Contributor

Abacn commented Jun 30, 2023

What happened?

Failing during release verification. Most likely flaky test. However, the assertion error suggests the tables are not always created.

Error message:

Error Message
java.lang.AssertionError: 
Expected: <100>
     but: was <99>
Stacktrace
java.lang.AssertionError: 
Expected: <100>
     but: was <99>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.apache.beam.sdk.io.gcp.bigquery.StorageApiSinkCreateIfNeededIT.assertTablesCreated(StorageApiSinkCreateIfNeededIT.java:116)
	at org.apache.beam.sdk.io.gcp.bigquery.StorageApiSinkCreateIfNeededIT.testCreateManyTables(StorageApiSinkCreateIfNeededIT.java:100)

Issue Failure

Failure: Test is flaky

Issue Priority

Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@kennknowles
Copy link
Member

Is it possibly an eventual consistency thing?

@reuvenlax for storage api

@kennknowles
Copy link
Member

and @johnjcasey and @ahmedabu98

@reuvenlax
Copy link
Contributor

reuvenlax commented Jul 15, 2023 via email

@johnjcasey
Copy link
Contributor

@ahmedabu98 reading this test, there is nothing that jumps out as the issue. Can you take a look at this?

@ahmedabu98
Copy link
Contributor

Nothing stands out to me either.. I don't remember seeing this test failing, and a scan of the tests over the past month, I see they all succeeded.

Hmmm, not sure why it failed during release verification

@damccorm
Copy link
Contributor

I think this has been resolved, if not it should get picked up by the new tooling

@github-actions github-actions bot added this to the 2.61.0 Release milestone Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants