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

Flaky TestBigQueryAvroConnectorTest.testBigQueryMaterializedView #23582

Open
ebyhr opened this issue Sep 26, 2024 · 2 comments · May be fixed by #25272
Open

Flaky TestBigQueryAvroConnectorTest.testBigQueryMaterializedView #23582

ebyhr opened this issue Sep 26, 2024 · 2 comments · May be fixed by #25272
Labels
bigquery BigQuery connector Flaky Tests

Comments

@ebyhr
Copy link
Member

ebyhr commented Sep 26, 2024

https://github.com/trinodb/trino/actions/runs/11050681149/job/30699095049

2024-09-26T05:11:40.959-0600	INFO	main	io.trino.testing.containers.junit.ReportLeakedContainers	DockerClientFactory not initialized, so there should be no leaked containers, skipping the check
java.lang.IllegalStateException: No valid spans, queries were executing concurrently
	at com.google.common.base.Preconditions.checkState(Preconditions.java:513)
	at io.trino.testing.DistributedQueryRunner.getSpans(DistributedQueryRunner.java:406)
	at io.trino.plugin.bigquery.BaseBigQueryConnectorTest.assertStorageApiInvocations(BaseBigQueryConnectorTest.java:706)
	at io.trino.plugin.bigquery.BaseBigQueryConnectorTest.lambda$testBigQueryMaterializedView$24(BaseBigQueryConnectorTest.java:682)
	at io.trino.testing.AbstractTestQueryFramework.executeExclusively(AbstractTestQueryFramework.java:601)
	at io.trino.plugin.bigquery.BaseBigQueryConnectorTest.testBigQueryMaterializedView(BaseBigQueryConnectorTest.java:681)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1499)
	at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2272)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1458)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2034)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:189)
@ebyhr ebyhr added bigquery BigQuery connector Flaky Tests labels Sep 26, 2024
@ebyhr
Copy link
Member Author

ebyhr commented Oct 31, 2024

@ebyhr
Copy link
Member Author

ebyhr commented Nov 28, 2024

@SemionPar SemionPar linked a pull request Mar 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector Flaky Tests
Development

Successfully merging a pull request may close this issue.

1 participant