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 test TestSharedHiveMetastore.testReadInformationSchema #21962

Closed
findepi opened this issue May 14, 2024 · 0 comments · Fixed by #21909
Closed

Flaky test TestSharedHiveMetastore.testReadInformationSchema #21962

findepi opened this issue May 14, 2024 · 0 comments · Fixed by #21909

Comments

@findepi
Copy link
Member

findepi commented May 14, 2024

https://github.com/trinodb/trino/actions/runs/9070079442/job/24921202844?pr=21959

Error:  io.trino.plugin.iceberg.TestSharedHiveMetastore.testReadInformationSchema -- Time elapsed: 5.703 s <<< FAILURE!
java.lang.AssertionError: 
For query 20240513_215110_00067_wur9i: 
2024-05-13T15:51:12.499-0600	WARN	query-management-2	io.trino.memory.RemoteNodeMemory	Memory info update request to http://127.0.0.1:41663/v1/memory has not returned in 923.74s
 SELECT table_name, column_name from iceberg.information_schema.columns WHERE table_schema = 'test_shared_schema_iiojh2hspn'
not equal
Actual rows (up to 100 of 1 extra rows shown, 5 rows in total):
    [test_migrate_0ajwqxoydr, id]
Expected rows (up to 100 of 0 missing rows shown, 4 rows in total):
    

	at io.trino.testing.QueryAssertions.assertEqualsIgnoreOrder(QueryAssertions.java:409)
	at io.trino.testing.QueryAssertions.assertDistributedQuery(QueryAssertions.java:371)
	at io.trino.testing.QueryAssertions.assertQuery(QueryAssertions.java:187)
	at io.trino.testing.QueryAssertions.assertQuery(QueryAssertions.java:160)
	at io.trino.testing.AbstractTestQueryFramework.assertQuery(AbstractTestQueryFramework.java:350)
	at io.trino.plugin.iceberg.BaseSharedMetastoreTest.testReadInformationSchema(BaseSharedMetastoreTest.java:74)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant